Job 35300

Return at most this many characters.
Start reading the log from this character.
????????????? 100.0%

@ substituter-succeeded /gnu/store/5cs9gry8n3ghdvla50ba2cm57w4bm2aw-guix-daemon-1.4.0-23.843b85c

computed the manifest for x86_64-linux
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/docqual.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/equationdetect.h:25,
                 from tesseract/src/ccmain/equationdetect.cpp:24:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/fixspace.cpp:32:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/adaptions.cpp:26:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/dict/stopper.h:21,
                 from tesseract/src/ccmain/adaptions.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/ccmain/fixspace.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intmatcher.h:21,
                 from tesseract/src/classify/float2int.h:24,
                 from tesseract/src/ccmain/fixxht.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/blobbox.h:22,
                 from tesseract/src/ccmain/equationdetect.h:22,
                 from tesseract/src/ccmain/equationdetect.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccmain/docqual.cpp:23:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_par_control.o -c tesseract/src/ccmain/par_control.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/fixxht.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/ccmain/docqual.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_recogtraining.o -c tesseract/src/ccmain/recogtraining.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::ComputeTopN(const float*, int, int)?:
tesseract/src/lstm/recodebeam.cpp:659:32: warning: ?entry.tesseract::KDPairInc<float, int>::<unnamed>.tesseract::KDPair<float, int>::data_? may be used uninitialized in this function [-Wmaybe-uninitialized]
  659 |       top_n_flags_[entry.data()] = TN_TOPN;
      |                                ^
tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::ComputeSecTopN(std::unordered_set<int>*, const float*, int, int)?:
tesseract/src/lstm/recodebeam.cpp:690:32: warning: ?entry.tesseract::KDPairInc<float, int>::<unnamed>.tesseract::KDPair<float, int>::data_? may be used uninitialized in this function [-Wmaybe-uninitialized]
  690 |       top_n_flags_[entry.data()] = TN_TOPN;
      |                                ^
In file included from tesseract/src/ccmain/fixxht.cpp:22:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/ccmain/fixxht.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccmain/osdetect.cpp:30:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/osdetect.cpp:30:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_superscript.o -c tesseract/src/ccmain/superscript.cpp
tesseract/src/ccmain/fixspace.cpp: In member function ?void tesseract::Tesseract::break_noisiest_blob_word(tesseract::WERD_RES_LIST&)?:
tesseract/src/ccmain/fixspace.cpp:699:25: warning: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::current? may be used uninitialized in this function [-Wmaybe-uninitialized]
  699 |   word_res->ClearResults();
      |   ~~~~~~~~~~~~~~~~~~~~~~^~
In file included from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/blobs.h:25,
                 from tesseract/src/ccmain/fixspace.cpp:23:
tesseract/src/ccutil/elst.h:438:16: warning: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::prev? may be used uninitialized in this function [-Wmaybe-uninitialized]
  438 |     prev->next = new_element;
      |     ~~~~~~~~~~~^~~~~~~~~~~~~
tesseract/src/ccmain/fixspace.cpp:639:15: note: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::prev? was declared here
  639 |   WERD_RES_IT worst_word_it;
      |               ^~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_tessbox.o -c tesseract/src/ccmain/tessbox.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccmain/osdetect.cpp:32:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/osdetect.cpp: In member function ?bool tesseract::OrientationDetector::detect_blob(tesseract::BLOB_CHOICE_LIST*)?:
tesseract/src/ccmain/osdetect.cpp:394:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  394 |           for (s = 0; s < allowed_scripts_->size(); ++s) {
      |                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/osdetect.cpp: In member function ?void tesseract::ScriptDetector::detect_blob(tesseract::BLOB_CHOICE_LIST*)?:
tesseract/src/ccmain/osdetect.cpp:490:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  490 |         for (s = 0; s < allowed_scripts_->size(); ++s) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/osdetect.cpp:493:15: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  493 |         if (s == allowed_scripts_->size()) continue;  // Not found in list.
      |             ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/blobbox.h:22,
                 from tesseract/src/ccmain/osdetect.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccmain_tfacepp.o -c tesseract/src/ccmain/tfacepp.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/par_control.cpp:19:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/recogtraining.cpp:19:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/par_control.cpp:19:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/recogtraining.cpp:19:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_fontinfo.o -c tesseract/src/ccstruct/fontinfo.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccmain/recogtraining.cpp:19:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/par_control.cpp:19:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/par_control.cpp: In member function ?void tesseract::Tesseract::PrerecAllWordsPar(const std::vector<tesseract::WordData>&)?:
tesseract/src/ccmain/par_control.cpp:45:28: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   45 |         Tesseract* sub = s < sub_langs_.size() ? sub_langs_[s] : this;
      |                          ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/ccmain/recogtraining.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccstruct_params_training_featdef.o -c tesseract/src/ccstruct/params_training_featdef.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/ccmain/par_control.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/superscript.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/superscript.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_ambigs.o -c tesseract/src/ccutil/ambigs.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_bitvector.o -c tesseract/src/ccutil/bitvector.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_indexmapbidi.o -c tesseract/src/ccutil/indexmapbidi.cpp
In file included from tesseract/src/ccmain/superscript.cpp:20:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccstruct/fontinfo.cpp: In member function ?bool tesseract::FontInfoTable::SetContainsFontProperties(int, const std::vector<tesseract::ScoredFont>&) const?:
tesseract/src/ccstruct/fontinfo.cpp:63:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   63 |   for (int f = 0; f < font_set.size(); ++f) {
      |                   ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccstruct/fontinfo.cpp: In member function ?bool tesseract::FontInfoTable::SetContainsMultipleFontProperties(const std::vector<tesseract::ScoredFont>&) const?:
tesseract/src/ccstruct/fontinfo.cpp:76:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   76 |   for (int f = 1; f < font_set.size(); ++f) {
      |                   ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_ccutil_universalambigs.o -c tesseract/src/ccutil/universalambigs.cpp
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccmain/tfacepp.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccstruct/fontinfo.h:25,
                 from tesseract/src/ccstruct/fontinfo.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?:
tesseract/src/ccstruct/fontinfo.cpp:135:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccstruct/fontinfo.cpp:138:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_adaptive.o -c tesseract/src/classify/adaptive.cpp
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/ccmain/superscript.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/ccstruct/fontinfo.cpp:152:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = short int; size_t = long unsigned int]?:
tesseract/src/ccstruct/fontinfo.cpp:158:24:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccmain/tfacepp.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/tessbox.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/tessbox.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/tessbox.cpp:21:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/ccmain/tessbox.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccmain/tfacepp.cpp:25:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/ccmain/tfacepp.cpp:21:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_adaptmatch.o -c tesseract/src/classify/adaptmatch.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_blobclass.o -c tesseract/src/classify/blobclass.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_cluster.o -c tesseract/src/classify/cluster.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ambigs.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/ambigs.cpp: In member function ?void tesseract::UnicharAmbigs::LoadUnicharAmbigs(const tesseract::UNICHARSET&, tesseract::TFile*, int, bool, tesseract::UNICHARSET*)?:
tesseract/src/ccutil/ambigs.cpp:144:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  144 |           for (int r = 0; r < encoding.size(); ++r) {
      |                           ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/ambigs.cpp: In member function ?bool tesseract::UnicharAmbigs::ParseAmbiguityLine(int, int, int, const tesseract::UNICHARSET&, char*, int*, tesseract::UNICHAR_ID*, int*, char*, int*)?:
tesseract/src/ccutil/ambigs.cpp:251:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  251 |     for (int i = 0; i < unichars.size(); ++i)
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccutil/ambigs.h:29,
                 from tesseract/src/ccutil/ambigs.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_clusttool.o -c tesseract/src/classify/clusttool.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/adaptive.cpp:19:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_cutoffs.o -c tesseract/src/classify/cutoffs.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/adaptive.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_featdefs.o -c tesseract/src/classify/featdefs.cpp
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/adaptive.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_float2int.o -c tesseract/src/classify/float2int.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/adaptmatch.cpp:25:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_fpoint.o -c tesseract/src/classify/fpoint.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/adaptmatch.cpp:29:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/blobclass.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/classify/cluster.cpp: In function ?bool tesseract::MultipleCharSamples(tesseract::CLUSTERER*, tesseract::CLUSTER*, float)?:
tesseract/src/classify/cluster.cpp:2302:26: warning: comparison of integer expressions of different signedness: ?int32_t? {aka ?int?} and ?std::vector<unsigned char>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2302 |   if (Clusterer->NumChar > CharFlags.size()) {
      |       ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::ADAPT_RESULTS::ComputeBest()?:
tesseract/src/classify/adaptmatch.cpp:112:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  112 |     for (int i = 0; i < match.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In function ?int tesseract::FindScoredUnichar(tesseract::UNICHAR_ID, const tesseract::ADAPT_RESULTS&)?:
tesseract/src/classify/adaptmatch.cpp:150:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  150 |   for (int i = 0; i < results.match.size(); i++) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In function ?float tesseract::ScoredUnichar(tesseract::UNICHAR_ID, const tesseract::ADAPT_RESULTS&)?:
tesseract/src/classify/adaptmatch.cpp:161:13: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  161 |   if (index >= results.match.size()) return WORST_POSSIBLE_RATING;
      |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::LearnWord(const char*, tesseract::WERD_RES*)?:
tesseract/src/classify/adaptmatch.cpp:330:33: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  330 |               for (int i = 0; i < tokens.size(); i++) {
      |                               ~~^~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp:332:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  332 |                 if (i != tokens.size() - 1)
      |                     ~~^~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/blobclass.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::AddNewResult(const tesseract::UnicharRating&, tesseract::ADAPT_RESULTS*)?:
tesseract/src/classify/adaptmatch.cpp:1014:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1014 |       (old_match < results->match.size() &&
      |        ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp:1021:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1021 |   if (old_match < results->match.size()) {
      |       ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::MasterMatcher(tesseract::INT_TEMPLATES, int16_t, const tesseract::INT_FEATURE_STRUCT*, const uint8_t*, tesseract::ADAPT_CLASS_STRUCT**, int, int, const tesseract::TBOX&, const std::vector<tesseract::CP_RESULT_STRUCT>&, tesseract::ADAPT_RESULTS*)?:
tesseract/src/classify/adaptmatch.cpp:1116:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::CP_RESULT_STRUCT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1116 |   for (int c = 0; c < results.size(); c++) {
      |                   ~~^~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::ExpandShapesAndApplyCorrections(tesseract::ADAPT_CLASS_STRUCT**, bool, int, int, int, float, int, int, const uint8_t*, tesseract::UnicharRating*, tesseract::ADAPT_RESULTS*)?:
tesseract/src/classify/adaptmatch.cpp:1151:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1151 |     for (int f = 0; f < int_result->fonts.size(); ++f) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp:1158:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1158 |     for (int f = 0; f < int_result->fonts.size(); ++f) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp:1172:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1172 |       for (int f = 0; f < int_result->fonts.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?int tesseract::Classify::CharNormClassifier(tesseract::TBLOB*, const tesseract::TrainingSample&, tesseract::ADAPT_RESULTS*)?:
tesseract/src/classify/adaptmatch.cpp:1336:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1336 |   for (int r = 0; r < unichar_results.size(); ++r) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?int tesseract::Classify::CharNormTrainingSample(bool, int, const tesseract::TrainingSample&, std::vector<tesseract::UnicharRating>*)?:
tesseract/src/classify/adaptmatch.cpp:1379:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::CP_RESULT_STRUCT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1379 |     for (int i = 0; i < adapt_results->CPResults.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp:1391:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1391 |     for (int i = 0; i < adapt_results->match.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::ConvertMatchesToChoices(const tesseract::DENORM&, const tesseract::TBOX&, tesseract::ADAPT_RESULTS*, tesseract::BLOB_CHOICE_LIST*)?:
tesseract/src/classify/adaptmatch.cpp:1453:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1453 |   for (int i = 0; i < Results->match.size(); i++) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?tesseract::UNICHAR_ID* tesseract::Classify::GetAmbiguities(tesseract::TBLOB*, tesseract::CLASS_ID)?:
tesseract/src/classify/adaptmatch.cpp:1637:19: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1637 |     for (i = 0; i < Results->match.size(); i++)
      |                 ~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::PrintAdaptiveMatchResults(const tesseract::ADAPT_RESULTS&)?:
tesseract/src/classify/adaptmatch.cpp:2029:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2029 |   for (int i = 0; i < results.match.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::RemoveBadMatches(tesseract::ADAPT_RESULTS*)?:
tesseract/src/classify/adaptmatch.cpp:2062:36: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2062 |     for (Next = NextGood = 0; Next < Results->match.size(); Next++) {
      |                               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp:2087:36: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2087 |     for (Next = NextGood = 0; Next < Results->match.size(); Next++) {
      |                               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::RemoveExtraPuncs(tesseract::ADAPT_RESULTS*)?:
tesseract/src/classify/adaptmatch.cpp:2118:34: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2118 |   for (Next = NextGood = 0; Next < Results->match.size(); Next++) {
      |                             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/adaptmatch.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/blobclass.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_intfeaturespace.o -c tesseract/src/classify/intfeaturespace.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_intfx.o -c tesseract/src/classify/intfx.cpp
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/cutoffs.cpp:25:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/cutoffs.cpp:25:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intmatcher.h:21,
                 from tesseract/src/classify/float2int.h:24,
                 from tesseract/src/classify/float2int.cpp:18:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_intmatcher.o -c tesseract/src/classify/intmatcher.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/cutoffs.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/float2int.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_intproto.o -c tesseract/src/classify/intproto.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/classify/intmatcher.h:20,
                 from tesseract/src/classify/float2int.h:24,
                 from tesseract/src/classify/float2int.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_kdtree.o -c tesseract/src/classify/kdtree.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_mf.o -c tesseract/src/classify/mf.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_mfdefs.o -c tesseract/src/classify/mfdefs.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intfeaturespace.h:24,
                 from tesseract/src/classify/intfeaturespace.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/classify/intfeaturespace.h:23,
                 from tesseract/src/classify/intfeaturespace.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_mfoutline.o -c tesseract/src/classify/mfoutline.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_mfx.o -c tesseract/src/classify/mfx.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intfx.h:22,
                 from tesseract/src/classify/intfx.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intproto.cpp:28:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/intfx.cpp:25:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intmatcher.h:21,
                 from tesseract/src/classify/intmatcher.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/intproto.cpp:30:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/intmatcher.cpp:28:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_normfeat.o -c tesseract/src/classify/normfeat.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/intfx.h:21,
                 from tesseract/src/classify/intfx.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/classify/intmatcher.h:20,
                 from tesseract/src/classify/intmatcher.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_normmatch.o -c tesseract/src/classify/normmatch.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/intproto.cpp:28:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_ocrfeatures.o -c tesseract/src/classify/ocrfeatures.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/mfoutline.cpp:24:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_outfeat.o -c tesseract/src/classify/outfeat.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intfx.h:22,
                 from tesseract/src/classify/mfx.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/classify/mfx.h:22,
                 from tesseract/src/classify/mfx.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/mfoutline.cpp:24:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_picofeat.o -c tesseract/src/classify/picofeat.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/mfoutline.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_protos.o -c tesseract/src/classify/protos.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intfx.h:22,
                 from tesseract/src/classify/normfeat.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_shapeclassifier.o -c tesseract/src/classify/shapeclassifier.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/ocrfeatures.h:21,
                 from tesseract/src/classify/normfeat.h:22,
                 from tesseract/src/classify/normfeat.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/normmatch.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_shapetable.o -c tesseract/src/classify/shapetable.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_tessclassifier.o -c tesseract/src/classify/tessclassifier.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/normmatch.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/outfeat.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_classify_trainingsample.o -c tesseract/src/classify/trainingsample.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/ocrfeatures.h:21,
                 from tesseract/src/classify/normmatch.h:22,
                 from tesseract/src/classify/normmatch.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/outfeat.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/ocrfeatures.h:21,
                 from tesseract/src/classify/outfeat.h:21,
                 from tesseract/src/classify/outfeat.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/picofeat.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/picofeat.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/protos.cpp:26:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/ocrfeatures.h:21,
                 from tesseract/src/classify/picofeat.h:22,
                 from tesseract/src/classify/picofeat.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_cutil_oldlist.o -c tesseract/src/cutil/oldlist.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_dict_hyphen.o -c tesseract/src/dict/hyphen.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intmatcher.h:21,
                 from tesseract/src/classify/shapetable.h:28,
                 from tesseract/src/classify/shapeclassifier.cpp:29:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/classify/shapeclassifier.cpp: In member function ?virtual void tesseract::ShapeClassifier::UnicharPrintResults(const char*, const std::vector<tesseract::UnicharRating>&) const?:
tesseract/src/classify/shapeclassifier.cpp:179:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  179 |   for (int i = 0; i < results.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/protos.cpp:26:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
tesseract/src/classify/shapeclassifier.cpp:184:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  184 |       for (int f = 0; f < results[i].fonts.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/shapeclassifier.cpp: In member function ?virtual void tesseract::ShapeClassifier::PrintResults(const char*, const std::vector<tesseract::ShapeRating>&) const?:
tesseract/src/classify/shapeclassifier.cpp:194:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ShapeRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  194 |   for (int i = 0; i < results.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~
tesseract/src/classify/shapeclassifier.cpp: In member function ?void tesseract::ShapeClassifier::FilterDuplicateUnichars(std::vector<tesseract::ShapeRating>*) const?:
tesseract/src/classify/shapeclassifier.cpp:211:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ShapeRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  211 |   for (int r = 0; r < results->size(); ++r) {
      |                   ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccstruct/fontinfo.h:25,
                 from tesseract/src/classify/shapetable.h:26,
                 from tesseract/src/classify/shapeclassifier.cpp:29:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/tessclassifier.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/classify/protos.h:23,
                 from tesseract/src/classify/protos.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_textord_equationdetectbase.o -c tesseract/src/textord/equationdetectbase.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intmatcher.h:21,
                 from tesseract/src/classify/shapetable.h:28,
                 from tesseract/src/classify/shapetable.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/tessclassifier.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccstruct/fontinfo.h:25,
                 from tesseract/src/classify/shapetable.h:26,
                 from tesseract/src/classify/shapetable.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/classify/shapetable.cpp:75:25:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned char; size_t = long unsigned int]?:
tesseract/src/classify/shapetable.cpp:94:23:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_associate.o -c tesseract/src/wordrec/associate.cpp
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/tessclassifier.cpp:21:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intfx.h:22,
                 from tesseract/src/classify/trainingsample.h:21,
                 from tesseract/src/classify/trainingsample.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_chop.o -c tesseract/src/wordrec/chop.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_chopper.o -c tesseract/src/wordrec/chopper.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_drawfx.o -c tesseract/src/wordrec/drawfx.cpp
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/classify/trainingsample.h:19,
                 from tesseract/src/classify/trainingsample.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/dict/dict.h:27,
                 from tesseract/src/dict/hyphen.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_findseam.o -c tesseract/src/wordrec/findseam.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/dict/hyphen.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccutil/ambigs.h:29,
                 from tesseract/src/dict/dict.h:27,
                 from tesseract/src/dict/hyphen.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/associate.cpp:25:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/associate.cpp:25:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_gradechop.o -c tesseract/src/wordrec/gradechop.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_language_model.o -c tesseract/src/wordrec/language_model.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/associate.h:25,
                 from tesseract/src/wordrec/associate.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/wordrec/chopper.cpp:24:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/wordrec/chopper.cpp:24:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_lm_consistency.o -c tesseract/src/wordrec/lm_consistency.cpp
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/outlines.h:26,
                 from tesseract/src/wordrec/chop.cpp:26:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/outlines.h:26,
                 from tesseract/src/wordrec/chop.cpp:26:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_lm_pain_points.o -c tesseract/src/wordrec/lm_pain_points.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_lm_state.o -c tesseract/src/wordrec/lm_state.cpp
tesseract/src/wordrec/chopper.cpp: In member function ?tesseract::SEAM* tesseract::Wordrec::chop_overlapping_blob(const std::vector<tesseract::TBOX>&, bool, tesseract::WERD_RES*, int*)?:
tesseract/src/wordrec/chopper.cpp:288:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::TBOX>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     for (int i = 0; i < boxes.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/genericheap.h:27,
                 from tesseract/src/wordrec/chop.h:22,
                 from tesseract/src/wordrec/chop.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/wordrec/chopper.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/outlines.h:26,
                 from tesseract/src/wordrec/findseam.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/outlines.h:26,
                 from tesseract/src/wordrec/findseam.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_outlines.o -c tesseract/src/wordrec/outlines.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/ccstruct/seam.h:26,
                 from tesseract/src/wordrec/findseam.h:22,
                 from tesseract/src/wordrec/findseam.cpp:21:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/gradechop.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/language_model.h:24,
                 from tesseract/src/wordrec/language_model.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/wordrec/lm_consistency.h:24,
                 from tesseract/src/wordrec/lm_consistency.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/gradechop.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/language_model.h:24,
                 from tesseract/src/wordrec/language_model.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/wordrec/lm_consistency.h:24,
                 from tesseract/src/wordrec/lm_consistency.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/associate.h:25,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/gradechop.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_params_model.o -c tesseract/src/wordrec/params_model.cpp
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/dict/stopper.h:22,
                 from tesseract/src/wordrec/lm_pain_points.h:27,
                 from tesseract/src/wordrec/lm_pain_points.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/wordrec/language_model.cpp: In member function ?tesseract::LanguageModelDawgInfo* tesseract::LanguageModel::GenerateDawgInfo(bool, int, int, const tesseract::BLOB_CHOICE&, const tesseract::ViterbiStateEntry*)?:
tesseract/src/wordrec/language_model.cpp:849:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  849 |   for (int i = 0; i < normed_ids.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/wordrec/language_model.cpp:854:39: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  854 |                         word_end && i == normed_ids.size() - 1);
      |                                     ~~^~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/wordrec/language_model.cpp:857:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  857 |     } else if (i < normed_ids.size() - 1) {
      |                ~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/dict/dawg.h:31,
                 from tesseract/src/wordrec/lm_consistency.h:24,
                 from tesseract/src/wordrec/lm_consistency.cpp:21:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/associate.h:25,
                 from tesseract/src/wordrec/language_model.h:24,
                 from tesseract/src/wordrec/language_model.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/wordrec/findseam.h:24,
                 from tesseract/src/wordrec/findseam.cpp:21:
tesseract/src/ccutil/kdpair.h: In member function ?void tesseract::Wordrec::choose_best_seam(tesseract::SeamQueue*, const tesseract::SPLIT*, tesseract::PRIORITY, tesseract::SEAM**, tesseract::TBLOB*, tesseract::SeamPile*)?:
tesseract/src/ccutil/kdpair.h:125:10: warning: ?seam_pair.tesseract::KDPtrPairInc<float, tesseract::SEAM>::<unnamed>.tesseract::KDPtrPair<float, tesseract::SEAM>::key_? may be used uninitialized in this function [-Wmaybe-uninitialized]
  125 |     key_ = new_key;
      |     ~~~~~^~~~~~~~~
tesseract/src/wordrec/findseam.cpp:127:14: note: ?seam_pair.tesseract::KDPtrPairInc<float, tesseract::SEAM>::<unnamed>.tesseract::KDPtrPair<float, tesseract::SEAM>::key_? was declared here
  127 |     SeamPair seam_pair;
      |              ^~~~~~~~~
In file included from tesseract/src/dict/stopper.h:22,
                 from tesseract/src/wordrec/lm_pain_points.h:27,
                 from tesseract/src/wordrec/lm_pain_points.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_pieces.o -c tesseract/src/wordrec/pieces.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/lm_state.h:23,
                 from tesseract/src/wordrec/lm_state.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_plotedges.o -c tesseract/src/wordrec/plotedges.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_render.o -c tesseract/src/wordrec/render.cpp
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/lm_state.h:23,
                 from tesseract/src/wordrec/lm_state.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/genericheap.h:27,
                 from tesseract/src/wordrec/lm_pain_points.h:25,
                 from tesseract/src/wordrec/lm_pain_points.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/associate.h:25,
                 from tesseract/src/wordrec/lm_state.h:23,
                 from tesseract/src/wordrec/lm_state.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/outlines.h:26,
                 from tesseract/src/wordrec/outlines.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/outlines.h:26,
                 from tesseract/src/wordrec/outlines.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_segsearch.o -c tesseract/src/wordrec/segsearch.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/outlines.h:24,
                 from tesseract/src/wordrec/outlines.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./soobj/tesseract_wordrec_wordclass.o -c tesseract/src/wordrec/wordclass.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsbittab.o -c ./base/gsbittab.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscedata.o -c ./base/gscedata.c
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/pieces.cpp:26:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
gcc  -I./soobj -I./base -I./devices -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/bobbin.o -c ./base/bobbin.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsserial.o -c ./base/gsserial.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsroptab.o -c ./base/gsroptab.c
In file included from tesseract/src/wordrec/pieces.cpp:26:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/zlibd_1 -lib z
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapiu
cp ./base/gsftopts.h ./soobj/gsftopts.h
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapib
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/simscale_foo.o -c ./base/simscale_foo.c
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdffonts -ps gs_mex_e gs_mro_e gs_pdf_e gs_wan_e
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/macroman -ps gs_mro_e
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/epsf -ps gs_epsf
./soobj/aux/echogs -w ./soobj/gconfigd.h -x 23 define -s -u GS_LIB_DEFAULT -x 2022 /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/Init:/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/lib:/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/Font:/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/fonts:/gnu/store/zqqbls3gmidsf3q2zlmzxq2i4c7zba7a-font-ghostscript-8.11/share/fonts/type1/ghostscript -x 22
./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_DEV_DEFAULT -x 2022 "x11alpha bbox" -x 22
tesseract/src/wordrec/pieces.cpp: In member function ?void tesseract::Wordrec::merge_and_put_fragment_lists(int16_t, int16_t, int16_t, tesseract::BLOB_CHOICE_LIST*, tesseract::MATRIX*)?:
tesseract/src/wordrec/pieces.cpp:221:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  221 |           for (; merged_f < merged_fonts.size() &&
      |                  ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
tesseract/src/wordrec/pieces.cpp:224:24: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |           if (merged_f == merged_fonts.size()) {
      |               ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_CACHE_DIR -x 2022 "~/.ghostscript/cache/" -x 22
./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u SEARCH_HERE_FIRST -s 0
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gp_getnv.o -c ./base/gp_getnv.c
./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_DOCDIR -x 2022 /gnu/store/cizlaxhm3m80cns30yjwbjz83g1snkl8-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1 -x 22
./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_INIT -x 2022 gs_init.ps -x 22
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/pieces.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_REVISION -s 9561
./soobj/aux/echogs -a ./soobj/gconfigd.h -x 23 define -s -u GS_REVISIONDATE -s 20220404
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gp_upapr.o -c ./base/gp_upapr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/include/freetype2 -I/gnu/store/lwvk74n37dmiwmdjfmiy6w3s8vy4s1ld-libpng-1.6.37/include/libpng16 -o ./soobj/gp_unix.o -c ./base/gp_unix.c
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/wordrec/segsearch.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gp_unifs.o -c ./base/gp_unifs.c
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/wordrec/segsearch.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gp_unifn.o -c ./base/gp_unifn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gp_stdia.o -c ./base/gp_stdia.c
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/wordrec/wordclass.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gp_nxpsprn.o -c ./base/gp_nxpsprn.c
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/wordrec/wordclass.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gp_nsync.o -c ./base/gp_nsync.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/smd5.o -c ./base/smd5.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsmd5.o -c ./base/gsmd5.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevpipe.o -c ./base/gdevpipe.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsnogc.o -c ./base/gsnogc.c
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/wordrec/segsearch.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gshtx.o -c ./base/gshtx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsclipsr.o -c ./base/gsclipsr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscdevn.o -c ./base/gscdevn.c
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/wordrec/wordclass.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxdevndi.o -c ./base/gxdevndi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclipm.o -c ./base/gxclipm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gximage3.o -c ./base/gximage3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gximage4.o -c ./base/gximage4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxmclip.o -c ./base/gxmclip.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscolor3.o -c ./base/gscolor3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsfunc3.o -c ./base/gsfunc3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsptype2.o -c ./base/gsptype2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsshade.o -c ./base/gsshade.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxshade.o -c ./base/gxshade.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxshade1.o -c ./base/gxshade1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxshade4.o -c ./base/gxshade4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxshade6.o -c ./base/gxshade6.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsdsrc.o -c ./base/gsdsrc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsfunc.o -c ./base/gsfunc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsfunc0.o -c ./base/gsfunc0.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscolor1.o -c ./base/gscolor1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsht1.o -c ./base/gsht1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscolor2.o -c ./base/gscolor2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gspcolor.o -c ./base/gspcolor.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsptype1.o -c ./base/gsptype1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclip2.o -c ./base/gxclip2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxp1fill.o -c ./base/gxp1fill.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxpcmap.o -c ./base/gxpcmap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxicolor_0.o -c ./base/gxicolor.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsdps1.o -c ./base/gsdps1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gspath1.o -c ./base/gspath1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/srld.o -c ./base/srld.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gstype42.o -c ./base/gstype42.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxchrout.o -c ./base/gxchrout.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/ttcalc.o -c ./base/ttcalc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/ttfinp.o -c ./base/ttfinp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/ttfmain.o -c ./base/ttfmain.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/ttfmemd.o -c ./base/ttfmemd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/ttinterp.o -c ./base/ttinterp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/ttload.o -c ./base/ttload.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/ttobjs.o -c ./base/ttobjs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxttfb.o -c ./base/gxttfb.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gzspotan.o -c ./base/gzspotan.c
./base/ttobjs.c: In function ?Context_Create?:
./base/ttobjs.c:306:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
  306 |    if ( ALLOC_ARRAY( exec->callStack, exec->callSize, callSize, TCallRecord ) ||
      |    ^~
./base/ttobjs.c:331:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
  331 |      SETMAX(exec->callSize, callSize);
      |             ^~~~
./base/ttobjs.c:208:22: note: in definition of macro ?SETMAX?
  208 | #define SETMAX(a, b) a = (a > b ? a : b)
      |                      ^
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscie.o -c ./base/gscie.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsciemap.o -c ./base/gsciemap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscscie.o -c ./base/gscscie.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscrd.o -c ./base/gscrd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscrdp.o -c ./base/gscrdp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxctable.o -c ./base/gxctable.c
cp ./soobj/jpeglib1.h ./soobj/jpeglib_.h
cp ./soobj/jpegd_1.dev ./soobj/jpegd.dev
gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/sdcte_1.o -c ./base/sdcte.c
gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/sjpege_1.o -c ./base/sjpege.c
cp ./soobj/jpege_1.dev ./soobj/jpege.dev
cp ./soobj/zlibe_1.dev ./soobj/zlibe.dev
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscsepr.o -c ./base/gscsepr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsnamecl.o -c ./base/gsnamecl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsncdummy.o -c ./base/gsncdummy.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gstrans.o -c ./base/gstrans.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gximag3x.o -c ./base/gximag3x.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxblend_0.o -c ./base/gxblend.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxblend1.o -c ./base/gxblend1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevp14_0.o -c ./base/gdevp14.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdevn.o -c ./base/gdevdevn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsequivc.o -c ./base/gsequivc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdcrd.o -c ./base/gdevdcrd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscpixel.o -c ./base/gscpixel.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevbbox.o -c ./base/gdevbbox.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevprn.o -c ./base/gdevprn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevppla.o -c ./base/gdevppla.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmplt.o -c ./base/gdevmplt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevflp.o -c ./base/gdevflp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxdownscale_0.o -c ./base/gxdownscale.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/claptrap.o -c ./base/claptrap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/claptrap-init.o -c ./base/claptrap-init.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/claptrap-planar.o -c ./base/claptrap-planar.c
cp ./soobj/ets_0.o ./soobj/ets.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevoflt.o -c ./base/gdevoflt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevnup.o -c ./base/gdevnup.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevsclass.o -c ./base/gdevsclass.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevepo.o -c ./base/gdevepo.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsfcid.o -c ./base/gsfcid.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsfcid2.o -c ./base/gsfcid2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsfcmap.o -c ./base/gsfcmap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsfcmap1.o -c ./base/gsfcmap1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gschar0.o -c ./base/gschar0.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsfont0.o -c ./base/gsfont0.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gstype1.o -c ./base/gstype1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxtype1.o -c ./base/gxtype1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxhintn.o -c ./base/gxhintn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxhintn1.o -c ./base/gxhintn1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscrypt1.o -c ./base/gscrypt1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gstype2.o -c ./base/gstype2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/slzwd.o -c ./base/slzwd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/slzwc.o -c ./base/slzwc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc.o -c ./base/gsicc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_manage.o -c ./base/gsicc_manage.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_cache.o -c ./base/gsicc_cache.c
gcc  -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices -I./lcms2mt/include  -o ./soobj/gsicc_lcms2mt_0_0.o -c ./base/gsicc_lcms2mt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_profilecache.o -c ./base/gsicc_profilecache.c
gcc  -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices -I./lcms2mt/include  -o ./soobj/gsicc_create_0.o -c ./base/gsicc_create.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_nocm.o -c ./base/gsicc_nocm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_replacecm.o -c ./base/gsicc_replacecm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_monitorcm.o -c ./base/gsicc_monitorcm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsicc_blacktext.o -c ./base/gsicc_blacktext.c
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/lcms2mt_0 ./soobj/cmscam02.o ./soobj/cmscgats.o ./soobj/cmscnvrt.o ./soobj/cmserr.o ./soobj/cmsgamma.o ./soobj/cmsgmt.o ./soobj/cmshalf.o ./soobj/cmsintrp.o ./soobj/cmsio0.o ./soobj/cmsio1.o ./soobj/cmslut.o ./soobj/cmsmd5.o ./soobj/cmsmtrx.o ./soobj/cmsnamed.o ./soobj/cmsopt.o ./soobj/cmspack.o ./soobj/cmspcs.o ./soobj/cmsplugin.o ./soobj/cmsps2.o ./soobj/cmssamp.o ./soobj/cmstypes.o ./soobj/cmsvirt.o ./soobj/cmswtpnt.o ./soobj/cmsxform.o ./soobj/cmsalpha.o
cp ./soobj/jbig2dec_1.dev ./soobj/jbig2dec.dev
gcc -I./soobj -I./base -I./devices -Isrc    -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/sjbig2.o -c ./base/sjbig2.c
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/openjpeg_0 ./soobj/opj_bio.o ./soobj/opj_cidx_manager.o ./soobj/opj_cio.o ./soobj/opj_dwt.o ./soobj/opj_event.o ./soobj/opj_function_list.o ./soobj/opj_image.o ./soobj/opj_invert.o ./soobj/opj_j2k.o ./soobj/opj_jp2.o ./soobj/opj_mct.o ./soobj/opj_mqc.o ./soobj/opj_openjpeg.o ./soobj/opj_phix_manager.o ./soobj/opj_pi.o ./soobj/opj_ppix_manager.o ./soobj/opj_t1.o ./soobj/opj_t2.o ./soobj/opj_tcd.o ./soobj/opj_tgt.o ./soobj/opj_thix_manager.o ./soobj/opj_tpix_manager.o ./soobj/opj_thread.o ./soobj/opj_sparse_array.o
gcc -I./openjpeg/src/lib/openjp2/.. -I./openjpeg/src/lib/openjp2 -I./soobj -I./base -I./devices -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/sjpx_openjpeg.o \
	-c ./base/sjpx_openjpeg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsioram.o -c ./base/gsioram.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/ramfs.o -c ./base/ramfs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/spwgd.o -c ./base/spwgd.c
cp ./soobj/siscale_0.dev ./soobj/siscale.dev
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevdsp.o -c ./devices/gdevdsp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevpccm.o -c ./base/gdevpccm.c
./devices/gdevdsp.c:475:33: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
  475 |                  gx_color_value prgb[4])
      |                  ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./devices/gdevdsp.c:43:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevdsp.c:83:8: note: in expansion of macro ?dev_proc_decode_color?
   83 | static dev_proc_decode_color(display_decode_color_device8);
      |        ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfimg.o -c ./devices/gdevpdfimg.c
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/bbox ./soobj/gdevbbox.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevbit.o -c ./devices/gdevbit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevbmp.o -c ./devices/gdevbmp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevbmpc.o -c ./devices/gdevbmpc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevccr.o -c ./devices/gdevccr.c
./devices/gdevbit.c:339:76: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
  339 | bittag_map_color_rgb(gx_device * dev, gx_color_index color, gx_color_value cv[4])
      |                                                             ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevbit.c:19:
./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?}
  900 |     gx_color_index color, gx_color_value rgb[3])
      |                           ~~~~~~~~~~~~~~~^~~~~~
./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb?
  902 |   dev_t_proc_map_color_rgb(proc, gx_device)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevbit.c:41:8: note: in expansion of macro ?dev_proc_map_color_rgb?
   41 | static dev_proc_map_color_rgb(bittag_map_color_rgb);
      |        ^~~~~~~~~~~~~~~~~~~~~~
./devices/gdevbit.c:429:73: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
  429 | bit_map_color_rgb(gx_device * dev, gx_color_index color, gx_color_value cv[4])
      |                                                          ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevbit.c:19:
./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?}
  900 |     gx_color_index color, gx_color_value rgb[3])
      |                           ~~~~~~~~~~~~~~~^~~~~~
./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb?
  902 |   dev_t_proc_map_color_rgb(proc, gx_device)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevbit.c:51:8: note: in expansion of macro ?dev_proc_map_color_rgb?
   51 | static dev_proc_map_color_rgb(bit_map_color_rgb);
      |        ^~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevcfax.o -c ./devices/gdevcfax.c
gcc -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -Isrc   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./soobj/gstiffio_1.o -DSHARE_LIBTIFF=1 -c ./base/gstiffio.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevfax.o -c ./devices/gdevfax.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/minftrsz.o -c ./devices/minftrsz.c
./base/gstiffio.c:190:1: warning: ?gs_tifsErrorHandlerEx? defined but not used [-Wunused-function]
  190 | gs_tifsErrorHandlerEx(thandle_t client_data, const char* module, const char* fmt, va_list ap)
      | ^~~~~~~~~~~~~~~~~~~~~
./base/gstiffio.c:174:1: warning: ?gs_tifsWarningHandlerEx? defined but not used [-Wunused-function]
  174 | gs_tifsWarningHandlerEx(thandle_t client_data, const char* module, const char* fmt, va_list ap)
      | ^~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/scfe.o -c ./base/scfe.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/scfetab.o -c ./base/scfetab.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/shc.o -c ./base/shc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevcif.o -c ./devices/gdevcif.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevdfax.o -c ./devices/gdevdfax.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevtfax.o -c ./devices/gdevtfax.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/slzwe.o -c ./base/slzwe.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/srle.o -c ./base/srle.c
In file included from ./devices/gdevtfax.c:20:
./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   35 |     uint16 Compression;         /* same values as TIFFTAG_COMPRESSION */
      |     ^~~~~~
./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   83 | int tiff_compression_param_string(gs_param_string *param, uint16 id);
      | ^~~
./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   88 | int tiff_compression_id(uint16 *id, gs_param_string *param);
      | ^~~
./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   94 | int tiff_compression_allowed(uint16 compression, byte depth);
      | ^~~
./devices/gdevtfax.c:50:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   50 |     uint16 Compression;         /* same values as TIFFTAG_COMPRESSION */
      |     ^~~~~~
./devices/gdevtfax.c: In function ?tfax_put_params?:
./devices/gdevtfax.c:163:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  163 |     uint16 compr = tfdev->Compression;
      |     ^~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -I./soobj -I./base -I./soobj -I./devices -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevtifs.o -c ./devices/gdevtifs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevdocxw.o -c ./devices/vector/gdevdocxw.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/doc_common.o -c ./devices/vector/doc_common.c
In file included from ./devices/gdevtifs.c:22:
./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   35 |     uint16 Compression;         /* same values as TIFFTAG_COMPRESSION */
      |     ^~~~~~
./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   83 | int tiff_compression_param_string(gs_param_string *param, uint16 id);
      | ^~~
./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   88 | int tiff_compression_id(uint16 *id, gs_param_string *param);
      | ^~~
./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   94 | int tiff_compression_allowed(uint16 compression, byte depth);
      | ^~~
./devices/gdevtifs.c: In function ?tiff_put_some_params?:
./devices/gdevtifs.c:152:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  152 |     uint16 compr = tfdev->Compression;
      |     ^~~~~~
./devices/gdevtifs.c: In function ?tiff_print_page?:
./devices/gdevtifs.c:461:17: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  461 |                 TIFFSwabArrayOfShort((uint16 *)data,
      |                 ^~~~~~~~~~~~~~~~~~~~
./devices/gdevtifs.c: At top level:
./devices/gdevtifs.c:568:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  568 |     uint16 id;
      |     ^~~~~~
./devices/gdevtifs.c:582:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  582 | tiff_compression_param_string(gs_param_string *param, uint16 id)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevtifs.c:594:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  594 | tiff_compression_id(uint16 *id, gs_param_string *param)
      | ^~~~~~~~~~~~~~~~~~~
./devices/gdevtifs.c:607:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  607 | int tiff_compression_allowed(uint16 compression, byte depth)
      | ^~~
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gsagl ./soobj/gsagl.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdf.o -c ./devices/vector/gdevpdf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfb.o -c ./devices/vector/gdevpdfb.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfc.o -c ./devices/vector/gdevpdfc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfd.o -c ./devices/vector/gdevpdfd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfe.o -c ./devices/vector/gdevpdfe.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfg.o -c ./devices/vector/gdevpdfg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfi.o -c ./devices/vector/gdevpdfi.c
gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/gdevpdfj.o -c ./devices/vector/gdevpdfj.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfk.o -c ./devices/vector/gdevpdfk.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfm.o -c ./devices/vector/gdevpdfm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfo.o -c ./devices/vector/gdevpdfo.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfp.o -c ./devices/vector/gdevpdfp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdft.o -c ./devices/vector/gdevpdft.c
./devices/vector/gdevpdfp.c: In function ?gdev_pdf_get_param?:
./devices/vector/gdevpdfp.c:279:9: warning: enumeration value ?UseOCRAsNeeded? not handled in switch [-Wswitch]
  279 |         switch(pdev->UseOCR) {
      |         ^~~~~~
./devices/vector/gdevpdfp.c:279:9: warning: enumeration value ?UseOCRAlways? not handled in switch [-Wswitch]
./devices/vector/gdevpdfp.c:290:13: warning: label ?UseOCRAlways? defined but not used [-Wunused-label]
  290 |             UseOCRAlways:
      |             ^~~~~~~~~~~~
./devices/vector/gdevpdfp.c:285:13: warning: label ?UseOCRAsNeeded? defined but not used [-Wunused-label]
  285 |             UseOCRAsNeeded:
      |             ^~~~~~~~~~~~~~
./devices/vector/gdevpdfp.c: In function ?gdev_pdf_get_params?:
./devices/vector/gdevpdfp.c:330:9: warning: enumeration value ?UseOCRAsNeeded? not handled in switch [-Wswitch]
  330 |         switch(pdev->UseOCR) {
      |         ^~~~~~
./devices/vector/gdevpdfp.c:330:9: warning: enumeration value ?UseOCRAlways? not handled in switch [-Wswitch]
./devices/vector/gdevpdfp.c:341:13: warning: label ?UseOCRAlways? defined but not used [-Wunused-label]
  341 |             UseOCRAlways:
      |             ^~~~~~~~~~~~
./devices/vector/gdevpdfp.c:336:13: warning: label ?UseOCRAsNeeded? defined but not used [-Wunused-label]
  336 |             UseOCRAsNeeded:
      |             ^~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfr.o -c ./devices/vector/gdevpdfr.c
./soobj/aux/packps -c -n opdfread_ps -o ./soobj/opdfread_.h ./devices/vector/opdfread.ps
./soobj/aux/packps:
  Input file:  ./devices/vector/opdfread.ps
  Output file: ./soobj/opdfread_.h
  Array name:  opdfread_ps
  Processed 4055 lines of PostScript data.
  146886 bytes of PostScript data packed down to 67912 bytes.
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfv.o -c ./devices/vector/gdevpdfv.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsflip.o -c ./base/gsflip.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/scantab.o -c ./base/scantab.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sfilter2.o -c ./base/sfilter2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sdeparam.o -c ./base/sdeparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sdcparam.o -c ./base/sdcparam.c
gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_ZLIB=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/szlibc_1.o -c ./base/szlibc.c
gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_ZLIB=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/szlibe_1.o -c ./base/szlibe.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices  -Isrc/source/libraries -I./openjpeg/library/source  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -o ./soobj/gdevpsdi.o -c ./devices/vector/gdevpsdi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices  -Isrc/source/libraries -I./openjpeg/library/source  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -o ./soobj/gdevpsdp.o -c ./devices/vector/gdevpsdp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpsds.o -c ./devices/vector/gdevpsds.c
gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/gdevpsdu.o -c ./devices/vector/gdevpsdu.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/scfparam.o -c ./base/scfparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/spprint.o -c ./base/spprint.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/spsdf.o -c ./base/spsdf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sstring.o -c ./base/sstring.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsparamx.o -c ./base/gsparamx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevvec.o -c ./base/gdevvec.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sfxstdio.o -c ./base/sfxstdio.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sfxcommon.o -c ./base/sfxcommon.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/stream.o -c ./base/stream.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/spngp.o -c ./base/spngp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/seexec.o -c ./base/seexec.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sarc4.o -c ./base/sarc4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdt.o -c ./devices/vector/gdevpdt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdtb.o -c ./devices/vector/gdevpdtb.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdtc.o -c ./devices/vector/gdevpdtc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdtd.o -c ./devices/vector/gdevpdtd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdte.o -c ./devices/vector/gdevpdte.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdtf.o -c ./devices/vector/gdevpdtf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdti.o -c ./devices/vector/gdevpdti.c
./devices/vector/gdevpdte.c: In function ?OCRText?:
./devices/vector/gdevpdte.c:96:18: warning: unused variable ?DbgFile? [-Wunused-variable]
   96 |         gp_file *DbgFile;
      |                  ^~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdts.o -c ./devices/vector/gdevpdts.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdtt.o -c ./devices/vector/gdevpdtt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdtv.o -c ./devices/vector/gdevpdtv.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdtw.o -c ./devices/vector/gdevpdtw.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsfont0c.o -c ./base/gsfont0c.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gxfcopy.o -c ./devices/gxfcopy.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpsf1.o -c ./devices/vector/gdevpsf1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpsf2.o -c ./devices/vector/gdevpsf2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpsfm.o -c ./devices/vector/gdevpsfm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpsft.o -c ./devices/vector/gdevpsft.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpsfu.o -c ./devices/vector/gdevpsfu.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpsfx.o -c ./devices/vector/gdevpsfx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -Isrc -DSHARE_LIBPNG=1  -o ./soobj/gdevfpng_1.o -c ./devices/gdevfpng.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevifno.o -c ./devices/gdevifno.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevicov.o -c ./devices/gdevicov.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevjpeg.o -c ./devices/gdevjpeg.c
./devices/gdevjpeg.c:175:38: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
  175 |                       gx_color_value cv[4])
      |                       ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevjpeg.c:19:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevjpeg.c:53:8: note: in expansion of macro ?dev_proc_decode_color?
   53 | static dev_proc_decode_color(jpegcmyk_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevmgr.o -c ./devices/gdevmgr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevmiff.o -c ./devices/gdevmiff.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpbm.o -c ./devices/gdevpbm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmpla.o -c ./base/gdevmpla.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpcx.o -c ./devices/gdevpcx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevplan.o -c ./devices/gdevplan.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevplib.o -c ./devices/gdevplib.c
./devices/gdevpbm.c:459:33: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
  459 |                  gx_color_value prgb[3])
      |                  ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevpbm.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevpbm.c:116:8: note: in expansion of macro ?dev_proc_decode_color?
  116 | static dev_proc_decode_color(ppm_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpsd.o -c ./devices/gdevpsd.c
./devices/gdevplan.c:441:35: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
  441 |                    gx_color_value prgb[3])
      |                    ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevplan.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevplan.c:70:8: note: in expansion of macro ?dev_proc_decode_color?
   70 | static dev_proc_decode_color(plang_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevplan.c:455:34: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
  455 |                   gx_color_value prgb[3])
      |                   ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevplan.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevplan.c:68:8: note: in expansion of macro ?dev_proc_decode_color?
   68 | static dev_proc_decode_color(plan_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevplan.c:473:35: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
  473 |                    gx_color_value prgb[4])
      |                    ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevplan.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevplan.c:72:8: note: in expansion of macro ?dev_proc_decode_color?
   72 | static dev_proc_decode_color(planc_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevplib.c:737:35: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
  737 |                    gx_color_value prgb[3])
      |                    ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevplib.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevplib.c:249:8: note: in expansion of macro ?dev_proc_decode_color?
  249 | static dev_proc_decode_color(plibg_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevplib.c:751:34: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
  751 |                   gx_color_value prgb[3])
      |                   ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevplib.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevplib.c:247:8: note: in expansion of macro ?dev_proc_decode_color?
  247 | static dev_proc_decode_color(plib_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevplib.c:769:35: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
  769 |                    gx_color_value prgb[4])
      |                    ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevplib.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevplib.c:250:8: note: in expansion of macro ?dev_proc_decode_color?
  250 | static dev_proc_decode_color(plibc_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevcmykog.o -c ./devices/gdevcmykog.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevtfnx.o -c ./devices/gdevtfnx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevtsep_0.o -c ./devices/gdevtsep.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevtxtw.o -c ./devices/vector/gdevtxtw.c
In file included from ./devices/gdevtfnx.c:20:
./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   35 |     uint16 Compression;         /* same values as TIFFTAG_COMPRESSION */
      |     ^~~~~~
./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   83 | int tiff_compression_param_string(gs_param_string *param, uint16 id);
      | ^~~
./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   88 | int tiff_compression_id(uint16 *id, gs_param_string *param);
      | ^~~
./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   94 | int tiff_compression_allowed(uint16 compression, byte depth);
      | ^~~
In file included from ./devices/gdevtsep.c:37:
./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   35 |     uint16 Compression;         /* same values as TIFFTAG_COMPRESSION */
      |     ^~~~~~
./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   83 | int tiff_compression_param_string(gs_param_string *param, uint16 id);
      | ^~~
./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   88 | int tiff_compression_id(uint16 *id, gs_param_string *param);
      | ^~~
./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   94 | int tiff_compression_allowed(uint16 compression, byte depth);
      | ^~~
./devices/gdevtsep.c:448:22: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  448 |                      uint16 compression,
      |                      ^~~~~~
./devices/gdevtsep.c:687:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  687 |     tiffsep_devices_common;
      |     ^~~~~~~~~~~~~~~~~~~~~~
./devices/gdevtsep.c:691:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  691 |     tiffsep_devices_common;
      |     ^~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevxcf.o -c ./devices/gdevxcf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -DA4 -o ./soobj/gdevescv.o -c -DGS_VERSION_MAJOR=9 ./contrib/eplaser/gdevescv.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevescp.o -c ./devices/gdevescp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevadmp.o -c ./contrib/gdevadmp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevatx.o -c ./devices/gdevatx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevbj10.o -c ./devices/gdevbj10.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o soobj/gdev10v.o -c ./contrib/japanese/gdev10v.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevcdj.o -c ./devices/gdevcdj.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpcl.o -c ./devices/gdevpcl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -DA4 -o ./soobj/gdevl4r.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\
 ./contrib/lips4/gdevl4r.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevlips.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlips.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevlprn.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlprn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevbjc_.o -c ./contrib/gdevbjc_.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevbjca.o -c ./contrib/gdevbjca.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevcd8.o -c ./contrib/gdevcd8.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevdj9.o -c ./contrib/gdevdj9.c
./contrib/gdevcd8.c:2360:39: warning: argument 2 of type ?int[256]? with mismatched bound [-Warray-parameter=]
 2360 | do_black_correction(float kvalue, int kcorrect[256])
      |                                   ~~~~^~~~~~~~~~~~~
./contrib/gdevcd8.c:1212:45: note: previously declared as ?int *?
 1212 |      do_black_correction(float kvalue, int *kcorrect);
      |                                        ~~~~~^~~~~~~~
./contrib/gdevcd8.c:2434:49: warning: argument 3 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 2434 | do_gcr(int bytecount, byte * inbyte, const byte kvalues[256],
      |                                      ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevcd8.c:1183:55: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
 1183 |     do_gcr(int bytecount, byte * inbyte, const byte * kvalues,
      |                                          ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevcd8.c:2435:19: warning: argument 4 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 2435 |        const byte cvalues[256], const byte mvalues[256],
      |        ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevcd8.c:1184:25: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
 1184 |            const byte * cvalues, const byte * mvalues,
      |            ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevcd8.c:2435:44: warning: argument 5 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 2435 |        const byte cvalues[256], const byte mvalues[256],
      |                                 ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevcd8.c:1184:47: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
 1184 |            const byte * cvalues, const byte * mvalues,
      |                                  ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevcd8.c:2436:19: warning: argument 6 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 2436 |        const byte yvalues[256], const int kcorrect[256],
      |        ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevcd8.c:1185:25: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
 1185 |            const byte * yvalues, const int *kcorrect,
      |            ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevcd8.c:2436:43: warning: argument 7 of type ?const int[256]? with mismatched bound [-Warray-parameter=]
 2436 |        const byte yvalues[256], const int kcorrect[256],
      |                                 ~~~~~~~~~~^~~~~~~~~~~~~
./contrib/gdevcd8.c:1185:45: note: previously declared as ?const int *?
 1185 |            const byte * yvalues, const int *kcorrect,
      |                                  ~~~~~~~~~~~^~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevclj.o -c ./devices/gdevclj.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevcljc.o -c ./devices/gdevcljc.c
./contrib/gdevdj9.c:1226:50: warning: argument 3 of type ?byte[256]? {aka ?unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 1226 | do_gamma(float mastergamma, float gammaval, byte values[256])
      |                                             ~~~~~^~~~~~~~~~~
./contrib/gdevdj9.c:794:64: note: previously declared as ?byte *? {aka ?unsigned char *?}
  794 | static void do_gamma(float mastergamma, float gammaval, byte * values);
      |                                                         ~~~~~~~^~~~~~
./contrib/gdevdj9.c:1253:39: warning: argument 2 of type ?int[256]? with mismatched bound [-Warray-parameter=]
 1253 | do_black_correction(float kvalue, int kcorrect[256])
      |                                   ~~~~^~~~~~~~~~~~~
./contrib/gdevdj9.c:796:52: note: previously declared as ?int *?
  796 | static void do_black_correction(float kvalue, int *kcorrect);
      |                                               ~~~~~^~~~~~~~
./contrib/gdevdj9.c:1314:19: warning: argument 3 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 1314 |        const byte kvalues[256],
      |        ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevdj9.c:783:51: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
  783 | do_gcr(int bytecount, byte * inbyte, const byte * kvalues,
      |                                      ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevdj9.c:1315:19: warning: argument 4 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 1315 |        const byte cvalues[256],
      |        ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevdj9.c:784:21: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
  784 |        const byte * cvalues, const byte * mvalues,
      |        ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevdj9.c:1316:19: warning: argument 5 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 1316 |        const byte mvalues[256],
      |        ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevdj9.c:784:43: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
  784 |        const byte * cvalues, const byte * mvalues,
      |                              ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevdj9.c:1317:19: warning: argument 6 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 1317 |        const byte yvalues[256], const int kcorrect[256])
      |        ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevdj9.c:785:21: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
  785 |        const byte * yvalues, const int *kcorrect);
      |        ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevdj9.c:1317:43: warning: argument 7 of type ?const int[256]? with mismatched bound [-Warray-parameter=]
 1317 |        const byte yvalues[256], const int kcorrect[256])
      |                                 ~~~~~~~~~~^~~~~~~~~~~~~
./contrib/gdevdj9.c:785:41: note: previously declared as ?const int *?
  785 |        const byte * yvalues, const int *kcorrect);
      |                              ~~~~~~~~~~~^~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevcslw.o -c ./devices/gdevcslw.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevdjet.o -c ./devices/gdevdjet.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevdljm.o -c ./devices/gdevdljm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevdjtc.o -c ./devices/gdevdjtc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevln03.o -c ./contrib/gdevln03.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevepsn.o -c ./devices/gdevepsn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevepsc.o -c ./devices/gdevepsc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -DA4 -o ./soobj/gdevespg.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevespg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -DFMLBP_NOADJUST_MARGIN -o soobj/gdevfmlbp.o -c ./contrib/japanese/gdevfmlbp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevfmpr.o -c ./contrib/japanese/gdevfmpr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevgdi.o -c ./contrib/gdevgdi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevhl12.o -c ./contrib/gdevhl12.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevhl7x.o -c ./devices/gdevhl7x.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o soobj/gdeveprn.o -DGS_REVISION=9561  -I./psi ./contrib/pcl3/eprn/gdeveprn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o soobj/pagecount.o -DGS_REVISION=9561  -I./psi ./contrib/pcl3/eprn/pagecount.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o soobj/mediasize.o -DGS_REVISION=9561  -I./psi ./contrib/pcl3/eprn/mediasize.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o soobj/eprnparm.o -DGS_REVISION=9561  -I./psi ./contrib/pcl3/eprn/eprnparm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o soobj/eprnrend.o -DGS_REVISION=9561  -I./psi ./contrib/pcl3/eprn/eprnrend.c
./contrib/pcl3/eprn/eprnrend.c:404:18: warning: argument 3 of type ?gx_color_value[]? {aka ?short unsigned int[]?} with mismatched bound [-Warray-parameter=]
  404 |   gx_color_value rgb[])
      |   ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./contrib/pcl3/eprn/gdeveprn.h:187,
                 from ./contrib/pcl3/eprn/eprnrend.c:67:
./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?}
  900 |     gx_color_index color, gx_color_value rgb[3])
      |                           ~~~~~~~~~~~~~~~^~~~~~
./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb?
  902 |   dev_t_proc_map_color_rgb(proc, gx_device)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
./contrib/pcl3/eprn/gdeveprn.h:661:8: note: in expansion of macro ?dev_proc_map_color_rgb?
  661 | extern dev_proc_map_color_rgb(eprn_map_color_rgb);
      |        ^~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o soobj/eprnfs.o -DGS_REVISION=9561  -I./psi  \
  ./contrib/pcl3/eprn/eprnfs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o soobj/gdevpcl3.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn  ./contrib/pcl3/src/gdevpcl3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o soobj/pclcap.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn  ./contrib/pcl3/src/pclcap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o soobj/pclgen.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn  ./contrib/pcl3/src/pclgen.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o soobj/pclcomp.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn  ./contrib/pcl3/src/pclcomp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o soobj/pclsize.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn  ./contrib/pcl3/src/pclsize.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1   -o ./soobj/gdevimgn.o -c ./devices/gdevimgn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdev3852.o -c ./devices/gdev3852.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o soobj/gdevj100.o -c ./contrib/japanese/gdevj100.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o soobj/gdevlbp3.o -c ./contrib/japanese/gdevlbp3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevlbp8.o -c ./devices/gdevlbp8.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevlx7.o -c ./contrib/gdevlx7.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -DA4 -o ./soobj/gdevl4v.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\
 ./contrib/lips4/gdevl4v.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpjet.o -c ./devices/gdevpjet.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevl31s.o -c ./devices/gdevl31s.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevmeds.o -c ./devices/gdevmeds.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevlj56.o -c ./devices/gdevlj56.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpxut.o -c ./devices/gdevpxut.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevlp8k.o -c ./devices/gdevlp8k.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevdm24.o -c ./devices/gdevdm24.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevlx32.o -c ./contrib/gdevlx32.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevlxm.o -c ./devices/gdevlxm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdev8510.o -c ./devices/gdev8510.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o soobj/gdevalps.o -c ./contrib/japanese/gdevalps.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevmd2k.o -c ./contrib/gdevmd2k.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -DA4 -o ./soobj/gdevmjc.o -c ./contrib/japanese/gdevmjc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o soobj/gdevml6.o -c ./contrib/japanese/gdevml6.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -DA4 -o ./soobj/gdevnpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevnpdl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevo182.o -c ./devices/gdevo182.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevop4w.o -c ./contrib/gdevop4w.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevokii.o -c ./devices/gdevokii.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevopvp.o -DGS_VERSION_MAJOR=9 -I./psi/ -c ./contrib/opvp/gdevopvp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevphex.o -c ./devices/gdevphex.c
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/picty180 ./soobj/gdevcdj.o ./soobj/gdevpcl.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevp201.o -c ./contrib/japanese/gdevp201.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpx.o -c ./devices/vector/gdevpx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdev4081.o -c ./devices/gdev4081.c
./contrib/opvp/gdevopvp.c:2860:20: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
 2860 |     gx_color_value prgb[3])
      |     ~~~~~~~~~~~~~~~^~~~~~~
./contrib/opvp/gdevopvp.c:223:61: note: previously declared as ?gx_color_value *? {aka ?short unsigned int *?}
  223 | static  int opvp_map_color_rgb(gx_device *, gx_color_index, gx_color_value *);
      |                                                             ^~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevrinkj.o -c ./devices/gdevrinkj.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./devices/rinkj -I./base/ -I./soobj/ -o ./soobj/rinkj-byte-stream.o -c ./devices/rinkj/rinkj-byte-stream.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./devices/rinkj -I./base/ -I./soobj/ -o ./soobj/rinkj-epson870.o -c ./devices/rinkj/rinkj-epson870.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevrpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevrpdl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevsj48.o -c ./devices/gdevsj48.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevstc.o -c ./devices/gdevstc.c
./devices/gdevstc.c:2099:76: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=]
 2099 | stc_gray_decode_color(gx_device *pdev, gx_color_index color,gx_color_value prgb[1])
      |                                                             ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevstc.h:29,
                 from ./devices/gdevstc.c:74:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevstc.c:117:8: note: in expansion of macro ?dev_proc_decode_color?
  117 | static dev_proc_decode_color(stc_gray_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevstc.c:2274:77: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
 2274 | stc_cmyk_decode_color(gx_device *pdev, gx_color_index color, gx_color_value cv[4])
      |                                                              ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevstc.h:29,
                 from ./devices/gdevstc.c:74:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevstc.c:127:8: note: in expansion of macro ?dev_proc_decode_color?
  127 | static dev_proc_decode_color(stc_cmyk_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevstc.c:2459:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
 2459 |                         gx_color_value cv[4])
      |                         ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevstc.h:29,
                 from ./devices/gdevstc.c:74:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevstc.c:132:8: note: in expansion of macro ?dev_proc_decode_color?
  132 | static dev_proc_decode_color(stc_cmyk10_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevstc1.o -c ./devices/gdevstc1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevstc2.o -c ./devices/gdevstc2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevstc3.o -c ./devices/gdevstc3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevstc4.o -c ./devices/gdevstc4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdev4693.o -c ./devices/gdev4693.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevtknk.o -c ./devices/gdevtknk.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevupd.o -c ./devices/gdevupd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevxes.o -c ./contrib/gdevxes.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./ijs -I./ijs/.. \
             -o ./soobj/gdevijs.o -c ./devices/gdevijs.c
./devices/gdevupd.c:2223:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
 2223 | upd_icolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
      |                                                       ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevupd.c:91:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:167:8: note: in expansion of macro ?dev_proc_decode_color?
  167 | static dev_proc_decode_color( upd_icolor_rgb);  /** KCMY->RGB-Index */
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:2306:70: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=]
 2306 | upd_1color_rgb(gx_device *pdev, gx_color_index color, gx_color_value cv[1])
      |                                                       ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevupd.c:91:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:145:8: note: in expansion of macro ?dev_proc_decode_color?
  145 | static dev_proc_decode_color( upd_1color_rgb);  /** Gray-Index->Gray */
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:2365:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
 2365 | upd_3color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
      |                                                       ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevupd.c:91:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:148:8: note: in expansion of macro ?dev_proc_decode_color?
  148 | static dev_proc_decode_color( upd_3color_rgb);  /** RGB-Index->RGB */
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:2446:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
 2446 | upd_4color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
      |                                                       ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevupd.c:91:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:157:8: note: in expansion of macro ?dev_proc_decode_color?
  157 | static dev_proc_decode_color(upd_4color_rgb);   /** WRGB-Index->RGB */
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:2543:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
 2543 | upd_kcolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
      |                                                       ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevupd.c:91:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:176:8: note: in expansion of macro ?dev_proc_decode_color?
  176 | static dev_proc_decode_color( upd_kcolor_rgb);  /** watches black-gen */
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c: In function ?upd_fscomp?:
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3695:19: note: in expansion of macro ?FS_DIST?
 3695 |                   FS_DIST(3)
      |                   ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3695:19: note: in expansion of macro ?FS_DIST?
 3695 |                   FS_DIST(3)
      |                   ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3705:19: note: in expansion of macro ?FS_DIST?
 3705 |                   FS_DIST(2)
      |                   ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3705:19: note: in expansion of macro ?FS_DIST?
 3705 |                   FS_DIST(2)
      |                   ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3714:19: note: in expansion of macro ?FS_DIST?
 3714 |                   FS_DIST(1)
      |                   ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3714:19: note: in expansion of macro ?FS_DIST?
 3714 |                   FS_DIST(1)
      |                   ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3724:19: note: in expansion of macro ?FS_DIST?
 3724 |                   FS_DIST(0)
      |                   ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3724:19: note: in expansion of macro ?FS_DIST?
 3724 |                   FS_DIST(0)
      |                   ^~~~~~~
./devices/gdevupd.c: In function ?upd_fscmyk?:
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3933:10: note: in expansion of macro ?FS_DIST?
 3933 |          FS_DIST(upd->cmap[3].comp)
      |          ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3933:10: note: in expansion of macro ?FS_DIST?
 3933 |          FS_DIST(upd->cmap[3].comp)
      |          ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3934:10: note: in expansion of macro ?FS_DIST?
 3934 |          FS_DIST(upd->cmap[2].comp)
      |          ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3934:10: note: in expansion of macro ?FS_DIST?
 3934 |          FS_DIST(upd->cmap[2].comp)
      |          ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3935:10: note: in expansion of macro ?FS_DIST?
 3935 |          FS_DIST(upd->cmap[1].comp)
      |          ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3935:10: note: in expansion of macro ?FS_DIST?
 3935 |          FS_DIST(upd->cmap[1].comp)
      |          ^~~~~~~
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ijslib_0 ./soobj/ijs.o ./soobj/ijs_server.o ./soobj/ijs_client.o ./soobj/ijs_exec_unix.o
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3942:7: note: in expansion of macro ?FS_DIST?
 3942 |       FS_DIST(upd->cmap[0].comp)
      |       ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3942:7: note: in expansion of macro ?FS_DIST?
 3942 |       FS_DIST(upd->cmap[0].comp)
      |       ^~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1  -o ./soobj/gdevpng.o -c ./devices/gdevpng.c
./devices/gdevupd.c: In function ?upd_fscmy_k?:
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./soobj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -DLEPTONICA_INTERCEPT_ALLOC=1 -Ileptonica/src -o ./soobj/tessocr.o -c -DTESSDATA="/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/tessdata" ./base/tessocr.cpp
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:4115:7: note: in expansion of macro ?FS_DIST?
 4115 |       FS_DIST(0)
      |       ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:4115:7: note: in expansion of macro ?FS_DIST?
 4115 |       FS_DIST(0)
      |       ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:4116:7: note: in expansion of macro ?FS_DIST?
 4116 |       FS_DIST(1)
      |       ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:4116:7: note: in expansion of macro ?FS_DIST?
 4116 |       FS_DIST(1)
      |       ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:4117:7: note: in expansion of macro ?FS_DIST?
 4117 |       FS_DIST(2)
      |       ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:4117:7: note: in expansion of macro ?FS_DIST?
 4117 |       FS_DIST(2)
      |       ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:4118:7: note: in expansion of macro ?FS_DIST?
 4118 |       FS_DIST(3)
      |       ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:4118:7: note: in expansion of macro ?FS_DIST?
 4118 |       FS_DIST(3)
      |       ^~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1  -o ./soobj/gdevocr.o -c ./devices/gdevocr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./soobj/gdevpdfocr.o -c ./devices/gdevpdfocr.c
./devices/gdevpng.c:931:45: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
  931 |                              gx_color_value prgb[3])
      |                              ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevpng.c:53:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevpng.c:72:8: note: in expansion of macro ?dev_proc_decode_color?
   72 | static dev_proc_decode_color(pngalpha_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gpmisc.o -c ./base/gpmisc.c
./base/tessocr.cpp:641:5: warning: "FUTURE_DEVELOPMENT" is not defined, evaluates to 0 [-Wundef]
  641 | #if FUTURE_DEVELOPMENT
      |     ^~~~~~~~~~~~~~~~~~
./base/tessocr.cpp:667:5: warning: "FUTURE_DEVELOPMENT" is not defined, evaluates to 0 [-Wundef]
  667 | #if FUTURE_DEVELOPMENT
      |     ^~~~~~~~~~~~~~~~~~
./devices/gdevocr.c: In function ?ocr_close?:
./devices/gdevocr.c:125:31: warning: unused variable ?ppdev? [-Wunused-variable]
  125 |     gx_device_printer * const ppdev = (gx_device_printer *)pdev;
      |                               ^~~~~
./devices/gdevocr.c: In function ?hocr_close?:
./devices/gdevocr.c:136:31: warning: unused variable ?ppdev? [-Wunused-variable]
  136 |     gx_device_printer * const ppdev = (gx_device_printer *)pdev;
      |                               ^~~~~
./devices/gdevocr.c: In function ?do_ocr_print_page?:
./devices/gdevocr.c:233:18: warning: unused variable ?mem? [-Wunused-variable]
  233 |     gs_memory_t *mem = pdev->memory;
      |                  ^~~
./base/gpmisc.c:842:41: warning: argument 3 of type ?char *? declared as a pointer [-Warray-parameter=]
  842 |                      char              *fname,
      |                      ~~~~~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gpmisc.c:26:
./base/gp.h:423:50: note: previously declared as an array ?char[4096]?
  423 |                                     char         fname[gp_file_name_sizeof],
      |                                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
./base/gpmisc.c:851:44: warning: argument 3 of type ?char *? declared as a pointer [-Warray-parameter=]
  851 |                         char              *fname,
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gpmisc.c:26:
./base/gp.h:433:53: note: previously declared as an array ?char[4096]?
  433 |                                        char         fname[gp_file_name_sizeof],
      |                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/strmio.o -c ./base/strmio.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsalloc.o -c ./base/gsalloc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevkrnlsclass.o -c ./base/gdevkrnlsclass.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsbitcom.o -c ./base/gsbitcom.c
./base/tessocr.cpp:216:50: warning: ISO C++ forbids converting a string constant to ?char*? [-Wwrite-strings]
  216 | static char *tessdata_prefix = STRINGIFY(TESSDATA);
      |                                                  ^
./base/tessocr.cpp:214:24: note: in definition of macro ?STRINGIFY2?
  214 | #define STRINGIFY2(S) #S
      |                        ^
./base/tessocr.cpp:216:32: note: in expansion of macro ?STRINGIFY?
  216 | static char *tessdata_prefix = STRINGIFY(TESSDATA);
      |                                ^~~~~~~~~
./base/tessocr.cpp: In function ?int do_ocr_image(wrapped_api*, int, int, int, int, int, int, void*, int, int, int, char**)?:
./base/tessocr.cpp:412:9: warning: unused variable ?code? [-Wunused-variable]
  412 |     int code;
      |         ^~~~
./base/tessocr.cpp: In function ?int ocr_recognise(void*, int, int, void*, int, int, int (*)(void*, const char*, const int*, const int*, const int*, int), void*)?:
./base/tessocr.cpp:491:17: warning: variable ?font_name? set but not used [-Wunused-but-set-variable]
  491 |     const char* font_name;
      |                 ^~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsbitops.o -c ./base/gsbitops.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscencs.o -c ./base/gscencs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gschar.o -c ./base/gschar.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscolor.o -c ./base/gscolor.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscoord.o -c ./base/gscoord.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscparam.o -c ./base/gscparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscspace.o -c ./base/gscspace.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscicach.o -c ./base/gscicach.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsovrc.o -c ./base/gsovrc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxoprect.o -c ./base/gxoprect.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsdevice.o -c ./base/gsdevice.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsdevmem.o -c ./base/gsdevmem.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsdparam.o -c ./base/gsdparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsfname.o -c ./base/gsfname.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsfont.o -c ./base/gsfont.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsgdata.o -c ./base/gsgdata.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsgcache.o -c ./base/gsgcache.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsht.o -c ./base/gsht.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gshtscr.o -c ./base/gshtscr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gen_ordered.o -c  -DGS_LIB_BUILD \
        ./base/gen_ordered.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsimage.o -c ./base/gsimage.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsimpath.o -c ./base/gsimpath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsinit.o -c ./base/gsinit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsiodev.o -c ./base/gsiodev.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsgstate.o -c ./base/gsgstate.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsline.o -c ./base/gsline.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsmalloc.o -c ./base/gsmalloc.c
gcc  -I./soobj -I./base -I./devices -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/memento.o -c ./base/memento.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsmatrix.o -c ./base/gsmatrix.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsmemory.o -c ./base/gsmemory.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsmemret.o -c ./base/gsmemret.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsmisc.o -c ./base/gsmisc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsnotify.o -c ./base/gsnotify.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gslibctx_0.o -c ./base/gslibctx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gspaint.o -c ./base/gspaint.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsparam.o -c ./base/gsparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gspath.o -c ./base/gspath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsstate.o -c ./base/gsstate.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gstext.o -c ./base/gstext.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsutil.o -c ./base/gsutil.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gssprintf.o -c ./base/gssprintf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsstrtok.o -c ./base/gsstrtok.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsstrl.o -c ./base/gsstrl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmrun.o -c ./base/gdevmrun.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsiodevs.o -c ./base/gsiodevs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclist.o -c ./base/gxclist.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclbits.o -c ./base/gxclbits.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclpage.o -c ./base/gxclpage.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclrast.o -c ./base/gxclrast.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclread.o -c ./base/gxclread.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclrect.o -c ./base/gxclrect.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclutil.o -c ./base/gxclutil.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsparams.o -c ./base/gsparams.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsparaml.o -c ./base/gsparaml.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsroprun.o -c ./base/gsroprun.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclimag.o -c ./base/gxclimag.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclpath.o -c ./base/gxclpath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxdhtserial.o -c ./base/gxdhtserial.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclthrd.o -c ./base/gxclthrd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsmchunk.o -c ./base/gsmchunk.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclfile.o -c ./base/gxclfile.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclmem.o -c ./base/gxclmem.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclzlib.o -c ./base/gxclzlib.c
cp ./soobj/zlibd_1.dev ./soobj/zlibd.dev
gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_ZLIB=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/szlibd_1.o -c ./base/szlibd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gp_psync.o -c ./base/gp_psync.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/scfd.o -c ./base/scfd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/scfdtab.o -c ./base/scfdtab.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxfapi.o -c ./base/gxfapi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/include/freetype2 -I/gnu/store/lwvk74n37dmiwmdjfmiy6w3s8vy4s1ld-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./soobj/fapi_ft_1.o -c ./base/fapi_ft.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/include/freetype2 -I/gnu/store/lwvk74n37dmiwmdjfmiy6w3s8vy4s1ld-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./soobj/write_t1.o -c ./base/write_t1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/include/freetype2 -I/gnu/store/lwvk74n37dmiwmdjfmiy6w3s8vy4s1ld-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./soobj/write_t2.o -c ./base/write_t2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/include/freetype2 -I/gnu/store/lwvk74n37dmiwmdjfmiy6w3s8vy4s1ld-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./soobj/wrfont.o -c ./base/wrfont.c
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/freetype_1 -lib -lfreetype
./soobj/aux/echogs -e .dev -a-  ./soobj/freetype_1 -libpath -L/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/lib
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsiorom_1.o -Isrc -c ./base/gsiorom.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxacpath.o -c ./base/gxacpath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxbcache.o -c ./base/gxbcache.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxccache.o -c ./base/gxccache.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxccman.o -c ./base/gxccman.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxchar.o -c ./base/gxchar.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxcht.o -c ./base/gxcht.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxclip.o -c ./base/gxclip.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxcmap.o -c ./base/gxcmap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxcpath.o -c ./base/gxcpath.c
./base/gxcht.c:1155:34: warning: argument 13 of type ?gx_color_index[128]? {aka ?long long unsigned int[128]?} with mismatched bound [-Warray-parameter=]
 1155 |                   gx_color_index colors[MAX_DCC_16],
      |                   ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
./base/gxcht.c:541:32: note: previously declared as ?gx_color_index[64]? {aka ?long long unsigned int[64]?}
  541 |                 gx_color_index colors[MAX_DCC], /* the actual colors for the tile, */\
      |                 ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
./base/gxcht.c:547:8: note: in expansion of macro ?SET_COLOR_HT_PROC?
  547 | static SET_COLOR_HT_PROC(set_color_ht_le_4);
      |        ^~~~~~~~~~~~~~~~~
./base/gxcht.c:1346:34: warning: argument 13 of type ?gx_color_index[128]? {aka ?long long unsigned int[128]?} with mismatched bound [-Warray-parameter=]
 1346 |                   gx_color_index colors[MAX_DCC_16],
      |                   ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
./base/gxcht.c:541:32: note: previously declared as ?gx_color_index[64]? {aka ?long long unsigned int[64]?}
  541 |                 gx_color_index colors[MAX_DCC], /* the actual colors for the tile, */\
      |                 ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
./base/gxcht.c:548:8: note: in expansion of macro ?SET_COLOR_HT_PROC?
  548 | static SET_COLOR_HT_PROC(set_color_ht_gt_4);
      |        ^~~~~~~~~~~~~~~~~
./base/gxcmap.c:1766:49: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=]
 1766 |                                  gx_color_value pgray[1])
      |                                  ~~~~~~~~~~~~~~~^~~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gxcmap.c:27:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./base/gxdevice.h:267:1: note: in expansion of macro ?dev_proc_decode_color?
  267 | dev_proc_decode_color(gx_default_w_b_mono_decode_color);
      | ^~~~~~~~~~~~~~~~~~~~~
./base/gxcmap.c:1802:49: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=]
 1802 |                                  gx_color_value pgray[1])
      |                                  ~~~~~~~~~~~~~~~^~~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gxcmap.c:27:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./base/gxdevice.h:342:1: note: in expansion of macro ?dev_proc_decode_color?
  342 | dev_proc_decode_color(gx_default_b_w_mono_decode_color);
      | ^~~~~~~~~~~~~~~~~~~~~
./base/gxcmap.c:1867:46: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=]
 1867 |                               gx_color_value pgray[1])
      |                               ~~~~~~~~~~~~~~~^~~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gxcmap.c:27:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./base/gxdevice.h:365:1: note: in expansion of macro ?dev_proc_decode_color?
  365 | dev_proc_decode_color(gx_default_8bit_map_color_gray);
      | ^~~~~~~~~~~~~~~~~~~~~
./base/gxcmap.c:1959:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
 1959 |                         gx_color_value pcv[4])
      |                         ~~~~~~~~~~~~~~~^~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gxcmap.c:27:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./base/gxdevice.h:357:1: note: in expansion of macro ?dev_proc_decode_color?
  357 | dev_proc_decode_color(cmyk_1bit_map_color_cmyk);
      | ^~~~~~~~~~~~~~~~~~~~~
./base/gxcmap.c:2015:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
 2015 |                         gx_color_value pcv[4])
      |                         ~~~~~~~~~~~~~~~^~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gxcmap.c:27:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./base/gxdevice.h:360:1: note: in expansion of macro ?dev_proc_decode_color?
  360 | dev_proc_decode_color(cmyk_8bit_map_color_cmyk);
      | ^~~~~~~~~~~~~~~~~~~~~
./base/gxcmap.c:2026:42: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
 2026 |                           gx_color_value pcv[4])
      |                           ~~~~~~~~~~~~~~~^~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gxcmap.c:27:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./base/gxdevice.h:363:1: note: in expansion of macro ?dev_proc_decode_color?
  363 | dev_proc_decode_color(cmyk_16bit_map_color_cmyk);
      | ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxdcconv.o -c ./base/gxdcconv.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxdcolor.o -c ./base/gxdcolor.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxhldevc.o -c ./base/gxhldevc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxfill.o -c ./base/gxfill.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxht.o -c ./base/gxht.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxhtbit.o -c ./base/gxhtbit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxht_thresh.o -c ./base/gxht_thresh.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxidata_0.o -c ./base/gxidata.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxifast.o -c ./base/gxifast.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gximage.o -c ./base/gximage.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gximdecode.o -c ./base/gximdecode.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gximage1.o -c ./base/gximage1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gximono_0.o -c ./base/gximono.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxipixel.o -c ./base/gxipixel.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gximask.o -c ./base/gximask.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxi12bit.o -c ./base/gxi12bit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxi16bit.o -c ./base/gxi16bit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxiscale.o -c ./base/gxiscale.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxpaint.o -c ./base/gxpaint.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxpath.o -c ./base/gxpath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxpath2.o -c ./base/gxpath2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxpcopy.o -c ./base/gxpcopy.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxpdash.o -c ./base/gxpdash.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxpflat.o -c ./base/gxpflat.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxsample.o -c ./base/gxsample.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxstroke.o -c ./base/gxstroke.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxsync.o -c ./base/gxsync.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevabuf.o -c ./base/gdevabuf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdbit.o -c ./base/gdevdbit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevddrw.o -c ./base/gdevddrw.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdflt.o -c ./base/gdevdflt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdgbr.o -c ./base/gdevdgbr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevnfwd.o -c ./base/gdevnfwd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmem.o -c ./base/gdevmem.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevplnx.o -c ./base/gdevplnx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm1.o -c ./base/gdevm1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm2.o -c ./base/gdevm2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm4.o -c ./base/gdevm4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm8.o -c ./base/gdevm8.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm16.o -c ./base/gdevm16.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm24.o -c ./base/gdevm24.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm32.o -c ./base/gdevm32.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm40.o -c ./base/gdevm40.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm48.o -c ./base/gdevm48.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm56.o -c ./base/gdevm56.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevm64.o -c ./base/gdevm64.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmx.o -c ./base/gdevmx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdsha.o -c ./base/gdevdsha.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gxscanc.o -c ./base/gxscanc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/siinterp.o -c ./base/siinterp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/siscale_0.o -c ./base/siscale.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sidscale.o -c ./base/sidscale.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevdrop_0.o -c ./base/gdevdrop.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmr1.o -c ./base/gdevmr1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmr2n.o -c ./base/gdevmr2n.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevmr8n.o -c ./base/gdevmr8n.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevrops.o -c ./base/gdevrops.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsrop.o -c ./base/gsrop.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gp_strdl.o -c ./base/gp_strdl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcid.o -c ./psi/zcid.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfcid.o -c ./psi/zfcid.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfcid0.o -c ./psi/zfcid0.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfcid1.o -c ./psi/zfcid1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zchar1.o -c ./psi/zchar1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcharout.o -c ./psi/zcharout.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfont1.o -c ./psi/zfont1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zmisc1.o -c ./psi/zmisc1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/iutil2.o -c ./psi/iutil2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zmisc2.o -c ./psi/zmisc2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zvmem2.o -c ./psi/zvmem2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zdps1.o -c ./psi/zdps1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zusparam.o -c ./psi/zusparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zchar2.o -c ./psi/zchar2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfont2.o -c ./psi/zfont2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zchar42.o -c ./psi/zchar42.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfont42.o -c ./psi/zfont42.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfrsd.o -c ./psi/zfrsd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcie.o -c ./psi/zcie.c
./psi/zcie.c: In function ?ciedefgspace?:
./psi/zcie.c:468:9: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
  468 |         if (r_size(ptref) != 5)
      |         ^~
./psi/zcie.c:471:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
  471 |             code = gs_cspace_build_CIEDEFG(&pcs, NULL, mem->stable_memory);
      |             ^~~~
./psi/zcie.c: In function ?ciedefspace?:
./psi/zcie.c:581:9: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
  581 |         if (r_size(ptref) != 4)
      |         ^~
./psi/zcie.c:584:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
  584 |             code = gs_cspace_build_CIEDEF(&pcs, NULL, mem->stable_memory);
      |             ^~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcrd.o -c ./psi/zcrd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfcmap.o -c ./psi/zfcmap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcfont.o -c ./psi/zcfont.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfont0.o -c ./psi/zfont0.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfdcte.o -c ./psi/zfdcte.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sddparam.o -c ./base/sddparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfdctd.o -c ./psi/zfdctd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/iscanbin.o -c ./psi/iscanbin.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zbseq.o -c ./psi/zbseq.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcolor1.o -c ./psi/zcolor1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zht1.o -c ./psi/zht1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zupath.o -c ./psi/zupath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/ibnum.o -c ./psi/ibnum.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gdevhit.o -c ./base/gdevhit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcharx.o -c ./psi/zcharx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfdecode.o -c ./psi/zfdecode.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/spdiff.o -c ./base/spdiff.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sfilter1.o -c ./base/sfilter1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sa85d.o -c ./base/sa85d.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfilter2.o -c ./psi/zfilter2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/ziodev2.o -c ./psi/ziodev2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zdevcal.o -c ./psi/zdevcal.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zdevice2.o -c ./psi/zdevice2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zmedia2.o -c ./psi/zmedia2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zpcolor.o -c ./psi/zpcolor.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/imain.o -c ./psi/imain.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/imainarg.o -c ./psi/imainarg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsargs.o -c ./base/gsargs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -I./devices -o ./soobj/idisp.o -c ./psi/idisp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/psapi.o -c ./psi/psapi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/icontext.o -c ./psi/icontext.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/idebug.o -c ./psi/idebug.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/idict.o -c ./psi/idict.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/idparam.o -c ./psi/idparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/idstack.o -c ./psi/idstack.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/iinit.o -c ./psi/iinit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/interp.o -c ./psi/interp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/iparam.o -c ./psi/iparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/ireclaim.o -c ./psi/ireclaim.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/iplugin.o -c ./psi/iplugin.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/iscan.o -c ./psi/iscan.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/iscannum.o -c ./psi/iscannum.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/istack.o -c ./psi/istack.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/iutil.o -c ./psi/iutil.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zarith.o -c ./psi/zarith.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zarray.o -c ./psi/zarray.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcontrol.o -c ./psi/zcontrol.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zdict.o -c ./psi/zdict.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfile.o -c ./psi/zfile.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfile1.o -c ./psi/zfile1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfileio.o -c ./psi/zfileio.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices    -o ./soobj/zfilter.o -c ./psi/zfilter.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfproc.o -c ./psi/zfproc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zgeneric.o -c ./psi/zgeneric.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/ziodev.o -c ./psi/ziodev.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/ziodevsc.o -c ./psi/ziodevsc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zmath.o -c ./psi/zmath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zalg.o -c ./psi/zalg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zmisc.o -c ./psi/zmisc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zpacked.o -c ./psi/zpacked.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zrelbit.o -c ./psi/zrelbit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zstack.o -c ./psi/zstack.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zstring.o -c ./psi/zstring.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zsysvm.o -c ./psi/zsysvm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/ztoken.o -c ./psi/ztoken.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/ztype.o -c ./psi/ztype.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zvmem.o -c ./psi/zvmem.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zbfont.o -c ./psi/zbfont.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zchar.o -c ./psi/zchar.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcolor.o -c ./psi/zcolor.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zdevice.o -c ./psi/zdevice.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfont.o -c ./psi/zfont.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfontenum.o -c ./psi/zfontenum.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zgstate.o -c ./psi/zgstate.c
./psi/zvmem.c: In function ?zforgetsave?:
./psi/zvmem.c:466:12: warning: ?asave? may be used uninitialized in this function [-Wmaybe-uninitialized]
  466 |     code = alloc_forget_save_in(idmemory, asave);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zht.o -c ./psi/zht.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zimage.o -c ./psi/zimage.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zmatrix.o -c ./psi/zmatrix.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zpaint.o -c ./psi/zpaint.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zpath.o -c ./psi/zpath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zncdummy.o -c ./psi/zncdummy.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/ialloc.o -c ./psi/ialloc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/igc.o -c ./psi/igc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/igcref.o -c ./psi/igcref.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/igcstr.o -c ./psi/igcstr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/ilocate.o -c ./psi/ilocate.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/iname.o -c ./psi/iname.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/isave.o -c ./psi/isave.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/inobtokn.o -c ./psi/inobtokn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/inouparm.o -c ./psi/inouparm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zdscpars.o -c ./psi/zdscpars.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/dscparse.o -c ./psi/dscparse.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfapi.o -c ./psi/zfapi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sbcp.o -c ./base/sbcp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfbcp.o -c ./psi/zfbcp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zpath1.o -c ./psi/zpath1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcolor2.o -c ./psi/zcolor2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcsindex.o -c ./psi/zcsindex.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zht2.o -I./toolbin/halftone/gen_ordered -c ./psi/zht2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcssepr.o -c ./psi/zcssepr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfsample.o -c ./psi/zfsample.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfunc4.o -c ./psi/zfunc4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfunc.o -c ./psi/zfunc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfunc0.o -c ./psi/zfunc0.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsfunc4.o -c ./base/gsfunc4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zchar32.o -c ./psi/zchar32.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfont32.o -c ./psi/zfont32.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfimscale.o -c ./psi/zfimscale.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/simscale.o -c ./base/simscale.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zform.o -c ./psi/zform.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zicc.o -c ./psi/zicc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcspixel.o -c ./psi/zcspixel.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfunc3.o -c ./psi/zfunc3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zimage3.o -c ./psi/zimage3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zmisc3.o -c ./psi/zmisc3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zcolor3.o -c ./psi/zcolor3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zshade.o -c ./psi/zshade.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfzlib.o -c ./psi/zfzlib.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/ztrans.o -c ./psi/ztrans.c
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/macglyph -include ./soobj/macroman -ps gs_mgl_e
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfmd5.o -c ./psi/zfmd5.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfsha2.o -c ./psi/zfsha2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/ssha2.o -c ./base/ssha2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sha2.o -c ./base/sha2.c
./base/sha2.c:586:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=]
  586 | void pSHA256_Final(sha2_byte digest[], SHA256_CTX* context) {
      |                    ~~~~~~~~~~^~~~~~~~
In file included from ./base/sha2.c:37:
./base/sha2.h:120:20: note: previously declared as ?uint8_t[32]? {aka ?unsigned char[32]?}
  120 | void pSHA256_Final(uint8_t[SHA256_DIGEST_LENGTH], SHA256_CTX*);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./base/sha2.c:649:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=]
  649 | char *pSHA256_End(SHA256_CTX* context, char buffer[]) {
      |                                        ~~~~~^~~~~~~~
In file included from ./base/sha2.c:37:
./base/sha2.h:121:32: note: previously declared as ?char[65]?
  121 | char* pSHA256_End(SHA256_CTX*, char[SHA256_DIGEST_STRING_LENGTH]);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./base/sha2.c:947:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=]
  947 | void pSHA512_Final(sha2_byte digest[], SHA512_CTX* context) {
      |                    ~~~~~~~~~~^~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfarc4.o -c ./psi/zfarc4.c
In file included from ./base/sha2.c:37:
./base/sha2.h:132:20: note: previously declared as ?uint8_t[64]? {aka ?unsigned char[64]?}
  132 | void pSHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./base/sha2.c:976:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=]
  976 | char *pSHA512_End(SHA512_CTX* context, char buffer[]) {
      |                                        ~~~~~^~~~~~~~
In file included from ./base/sha2.c:37:
./base/sha2.h:133:32: note: previously declared as ?char[129]?
  133 | char* pSHA512_End(SHA512_CTX*, char[SHA512_DIGEST_STRING_LENGTH]);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./base/sha2.c:1021:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=]
 1021 | void pSHA384_Final(sha2_byte digest[], SHA384_CTX* context) {
      |                    ~~~~~~~~~~^~~~~~~~
In file included from ./base/sha2.c:37:
./base/sha2.h:126:20: note: previously declared as ?uint8_t[48]? {aka ?unsigned char[48]?}
  126 | void pSHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./base/sha2.c:1050:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=]
 1050 | char *pSHA384_End(SHA384_CTX* context, char buffer[]) {
      |                                        ~~~~~^~~~~~~~
In file included from ./base/sha2.c:37:
./base/sha2.h:127:32: note: previously declared as ?char[97]?
  127 | char* pSHA384_End(SHA384_CTX*, char[SHA384_DIGEST_STRING_LENGTH]);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zfaes.o -c ./psi/zfaes.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/saes.o -c ./base/saes.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/aes.o -c ./base/aes.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zpdfops.o -c ./psi/zpdfops.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/zpdf_r6.o -c ./psi/zpdf_r6.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_loop_detect.c -o ./soobj/pdf_loop_detect.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/ghostpdf.c -o ./soobj/ghostpdf.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_dict.c -o ./soobj/pdf_dict.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_array.c -o ./soobj/pdf_array.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_xref.c -o ./soobj/pdf_xref.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_int.c -o ./soobj/pdf_int.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc  -c ./pdf/pdf_file.c -o ./soobj/pdf_file_jbig2dec.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_path.c -o ./soobj/pdf_path.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_colour.c -o ./soobj/pdf_colour.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_pattern.c -o ./soobj/pdf_pattern.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_gstate.c -o ./soobj/pdf_gstate.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_stack.c -o ./soobj/pdf_stack.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_image.c -o ./soobj/pdf_image.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_page.c -o ./soobj/pdf_page.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_annot.c -o ./soobj/pdf_annot.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_mark.c -o ./soobj/pdf_mark.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fapi.c -o ./soobj/pdf_fapi.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font.c -o ./soobj/pdf_font.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font0.c -o ./soobj/pdf_font0.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_ciddec.c -o ./soobj/pdf_ciddec.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font1.c -o ./soobj/pdf_font1.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font1C.c -o ./soobj/pdf_font1C.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fontps.c -o ./soobj/pdf_fontps.o
./pdf/pdf_font1.c: In function ?pdfi_t1_seac_data?:
./pdf/pdf_font1.c:171:13: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
  171 |             if (code >= 0)
      |             ^~
In file included from ./pdf/pdf_font.h:19,
                 from ./pdf/pdf_font1.c:34:
./pdf/pdf_stack.h:98:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
   98 | #define pdfi_countdown(x) pdfi_countdown_impl((pdf_obj *)x)
      |                           ^~~~~~~~~~~~~~~~~~~
./pdf/pdf_font1.c:174:17: note: in expansion of macro ?pdfi_countdown?
  174 |                 pdfi_countdown(charstring);
      |                 ^~~~~~~~~~~~~~
./pdf/pdf_font1C.c: In function ?pdfi_cff_seac_data?:
./pdf/pdf_font1C.c:208:13: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
  208 |             if (code >= 0)
      |             ^~
In file included from ./pdf/pdf_font.h:19,
                 from ./pdf/pdf_font1C.c:27:
./pdf/pdf_stack.h:98:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
   98 | #define pdfi_countdown(x) pdfi_countdown_impl((pdf_obj *)x)
      |                           ^~~~~~~~~~~~~~~~~~~
./pdf/pdf_font1C.c:211:17: note: in expansion of macro ?pdfi_countdown?
  211 |                 pdfi_countdown(charstring);
      |                 ^~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font3.c -o ./soobj/pdf_font3.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fontTT.c -o ./soobj/pdf_fontTT.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font9.c -o ./soobj/pdf_font9.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font11.c -o ./soobj/pdf_font11.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_cmap.c -o ./soobj/pdf_cmap.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fmap.c -o ./soobj/pdf_fmap.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_text.c -o ./soobj/pdf_text.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_shading.c -o ./soobj/pdf_shading.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_func.c -o ./soobj/pdf_func.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_trans.c -o ./soobj/pdf_trans.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_device.c -o ./soobj/pdf_device.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_misc.c -o ./soobj/pdf_misc.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_optcontent.c -o ./soobj/pdf_optcontent.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_check.c -o ./soobj/pdf_check.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_sec.c -o ./soobj/pdf_sec.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_utf8.c -o ./soobj/pdf_utf8_unix_.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_deref.c -o ./soobj/pdf_deref.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_repair.c -o ./soobj/pdf_repair.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_obj.c -o ./soobj/pdf_obj.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./soobj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_doc.c -o ./soobj/pdf_doc.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./openjpeg/src/lib/openjp2/.. -I./openjpeg/src/lib/openjp2 -I./psi -I./soobj -I./soobj -I./base -I./devices -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -o ./soobj/zfjpx_openjpeg.o \
	-c ./psi/zfjpx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -Isrc -I./psi -I./soobj -I./soobj -I./base -I./devices   -o ./soobj/zfjbig2_jbig2dec.o -c ./psi/zfjbig2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/iapi.o -c ./psi/iapi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/gs.o -c ./psi/gs.c
rm -f ./soobj/gscdefs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gsromfs0.o -c ./base/gsromfs0.c
cp ./base/gscdef.c ./soobj/gscdefs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gscdefs.o -c ./soobj/gscdefs.c
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/nosync ./soobj/gp_nsync.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/smd5 ./soobj/smd5.o ./soobj/gsmd5.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pipe ./soobj/gdevpipe.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pipe -iodev pipe
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gsnogc ./soobj/gsnogc.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/htxlib ./soobj/gshtx.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/imasklib ./soobj/gxclipm.o ./soobj/gximage3.o ./soobj/gximage4.o ./soobj/gxmclip.o
./soobj/aux/echogs -e .dev -a-  ./soobj/imasklib -imagetype 3 4
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/funclib ./soobj/gsdsrc.o ./soobj/gsfunc.o ./soobj/gsfunc0.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmyklib ./soobj/gscolor1.o ./soobj/gsht1.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2cs ./soobj/gscolor2.o
cp ./soobj/gxicolor_0.o ./soobj/gxicolor.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps2lib ./soobj/gsdps1.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/path1lib ./soobj/gspath1.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/rld ./soobj/srld.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ttflib ./soobj/gstype42.o ./soobj/gxchrout.o ./soobj/ttcalc.o ./soobj/ttfinp.o ./soobj/ttfmain.o ./soobj/ttfmemd.o ./soobj/ttinterp.o ./soobj/ttload.o ./soobj/ttobjs.o ./soobj/gxttfb.o ./soobj/gzspotan.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cielib ./soobj/gscie.o ./soobj/gsciemap.o ./soobj/gscscie.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/sdctc.o -c ./base/sdctc.c
./soobj/aux/echogs -e .dev -a-  ./soobj/cielib ./soobj/gscrd.o ./soobj/gscrdp.o ./soobj/gxctable.o
gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/sjpegc_1.o -c ./base/sjpegc.c
gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/sdctd_1.o -c ./base/sdctd.c
gcc -I./soobj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -o ./soobj/sjpegd_1.o -c ./base/sjpegd.c
cp ./soobj/sdcte_1.o ./soobj/sdcte.o
cp ./soobj/sjpege_1.o ./soobj/sjpege.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libpng_1 -lib png
./soobj/aux/echogs -e .dev -a-  ./soobj/libpng_1 -include ./soobj/zlibe.dev
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/seprlib ./soobj/gscsepr.o ./soobj/gsnamecl.o ./soobj/gsncdummy.o
cp ./soobj/gxblend_0.o ./soobj/gxblend.o
cp ./soobj/gdevp14_0.o ./soobj/gdevp14.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cspixlib ./soobj/gscpixel.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/bboxutil ./soobj/gdevbbox.o
cp ./soobj/gxdownscale_0.o ./soobj/gxdownscale.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cidlib ./soobj/gsfcid.o ./soobj/gsfcid2.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf1lib ./soobj/gstype1.o
./soobj/aux/echogs -e .dev -a-  ./soobj/cidlib -include ./soobj/ttflib
./soobj/aux/echogs -e .dev -a-  ./soobj/psf1lib ./soobj/gxtype1.o ./soobj/gxhintn.o ./soobj/gxhintn1.o ./soobj/gscrypt1.o ./soobj/gxchrout.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf2lib ./soobj/gstype2.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/lzwd ./soobj/slzwd.o ./soobj/slzwc.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psf2lib ./soobj/gxtype1.o ./soobj/gxhintn.o ./soobj/gxhintn1.o ./soobj/gscrypt1.o ./soobj/gxchrout.o
cp ./soobj/gsicc_lcms2mt_0_0.o ./soobj/gsicc_lcms2mt.o
cp ./soobj/gsicc_create_0.o ./soobj/gsicc_create.o
cp ./soobj/lcms2mt_0.dev ./soobj/lcms2mt.dev
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sjbig2_jbig2dec ./soobj/sjbig2.o
cp ./soobj/openjpeg_0.dev ./soobj/openjpeg.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/sjbig2_jbig2dec -include ./soobj/jbig2dec.dev
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ramfs ./soobj/gsioram.o ./soobj/ramfs.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pwgd ./soobj/spwgd.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/display ./soobj/gdevdsp.o ./soobj/gdevpccm.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevdcrd.o
cp ./soobj/gstiffio_1.o ./soobj/gstiffio.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cfe ./soobj/scfe.o ./soobj/scfetab.o ./soobj/shc.o
./soobj/aux/echogs -e .dev -a-  ./soobj/ramfs -iodev ram
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/lzwe ./soobj/slzwe.o ./soobj/slzwc.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/rle ./soobj/srle.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/docxwrite ./soobj/gdevdocxw.o ./soobj/doc_common.o ./soobj/extract_alloc.o ./soobj/extract_astring.o ./soobj/extract_buffer.o ./soobj/extract_document.o ./soobj/extract_docx.o ./soobj/extract_docx_template.o ./soobj/extract_extract.o ./soobj/extract_html.o ./soobj/extract_join.o ./soobj/extract_mem.o ./soobj/extract_odt.o ./soobj/extract_odt_template.o ./soobj/extract_outf.o ./soobj/extract_sys.o ./soobj/extract_text.o ./soobj/extract_xml.o ./soobj/extract_zip.o 
cp ./soobj/opdfread_.h ./soobj/opdfread.h
./soobj/aux/echogs -e .dev -a-  ./soobj/ramfs -obj ./soobj/ramfs.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdeparam ./soobj/sdeparam.o ./soobj/sdcparam.o
cp ./soobj/szlibc_1.o ./soobj/szlibc.o
./soobj/aux/echogs -e .dev -a-  ./soobj/docxwrite -include ./soobj/gsagl
cp ./soobj/szlibe_1.o ./soobj/szlibe.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sfile ./soobj/sfxstdio.o ./soobj/sfxcommon.o ./soobj/stream.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pngp ./soobj/spngp.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/seexec ./soobj/seexec.o ./soobj/gscrypt1.o
cp ./soobj/lzwe.dev ./soobj/slzwe.dev
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sarc4 ./soobj/sarc4.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fcopy ./soobj/gxfcopy.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf ./soobj/gdevpsf1.o ./soobj/gdevpsf2.o ./soobj/gdevpsfm.o
cp ./soobj/gdevfpng_1.o ./soobj/gdevfpng.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/ink_cov ./soobj/gdevicov.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/inkcov ./soobj/gdevicov.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psf -obj ./soobj/gdevpsft.o ./soobj/gdevpsfu.o ./soobj/gdevpsfx.o
cp ./soobj/gdevtsep_0.o ./soobj/gdevtsep.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/txtwrite ./soobj/gdevtxtw.o ./soobj/doc_common.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj10v ./soobj/gdev10v.o ./soobj/gdevprn.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psf -obj ./soobj/spsdf.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj10vh ./soobj/gdev10v.o ./soobj/gdevprn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/dj505j ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/jj100 ./soobj/gdevj100.o ./soobj/gdevprn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr1000 ./soobj/gdevp201.o ./soobj/gdevprn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr1000_4 ./soobj/gdevp201.o ./soobj/gdevprn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr150 ./soobj/gdevp201.o ./soobj/gdevprn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pr201 ./soobj/gdevp201.o ./soobj/gdevprn.o
cp ./soobj/ijslib_0.dev ./soobj/ijslib.dev
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libocr_1 ./soobj/tessocr.o
cp ./soobj/gslibctx_0.o ./soobj/gslibctx.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gsiodevs ./soobj/gsiodevs.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/clfile ./soobj/gxclfile.o
cp ./soobj/szlibd_1.o ./soobj/szlibd.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libocr_1 ./soobj/leptonica_adaptmap.o ./soobj/leptonica_affine.o ./soobj/leptonica_affinecompose.o ./soobj/leptonica_arrayaccess.o ./soobj/leptonica_baseline.o ./soobj/leptonica_bbuffer.o ./soobj/leptonica_bilateral.o ./soobj/leptonica_bilinear.o ./soobj/leptonica_binexpand.o ./soobj/leptonica_binreduce.o ./soobj/leptonica_blend.o ./soobj/leptonica_bmf.o ./soobj/leptonica_bmpio.o ./soobj/leptonica_bmpiostub.o ./soobj/leptonica_bootnumgen1.o ./soobj/leptonica_bootnumgen2.o ./soobj/leptonica_bootnumgen3.o ./soobj/leptonica_bootnumgen4.o ./soobj/leptonica_boxbasic.o ./soobj/leptonica_boxfunc1.o ./soobj/leptonica_boxfunc2.o ./soobj/leptonica_boxfunc3.o ./soobj/leptonica_boxfunc4.o ./soobj/leptonica_boxfunc5.o ./soobj/leptonica_bytearray.o ./soobj/leptonica_ccbord.o ./soobj/leptonica_classapp.o ./soobj/leptonica_colorcontent.o ./soobj/leptonica_coloring.o ./soobj/leptonica_colormap.o ./soobj/leptonica_colormorph.o ./soobj/leptonica_colorquant1.o ./soobj/leptonica_colorquant2.o ./soobj/leptonica_colorseg.o ./soobj/leptonica_colorspace.o ./soobj/leptonica_compare.o ./soobj/leptonica_conncomp.o ./soobj/leptonica_convertfiles.o ./soobj/leptonica_convolve.o ./soobj/leptonica_correlscore.o ./soobj/leptonica_dewarp1.o ./soobj/leptonica_dewarp2.o ./soobj/leptonica_dewarp3.o ./soobj/leptonica_dewarp4.o ./soobj/leptonica_dnabasic.o ./soobj/leptonica_dnafunc1.o ./soobj/leptonica_dnahash.o ./soobj/leptonica_dwacomb.2.o ./soobj/leptonica_dwacomblow.2.o ./soobj/leptonica_edge.o ./soobj/leptonica_encoding.o ./soobj/leptonica_enhance.o ./soobj/leptonica_fhmtauto.o ./soobj/leptonica_fhmtgenlow.1.o ./soobj/leptonica_fmorphauto.o ./soobj/leptonica_fmorphgen.1.o ./soobj/leptonica_fmorphgenlow.1.o ./soobj/leptonica_fpix1.o ./soobj/leptonica_fpix2.o ./soobj/leptonica_gifiostub.o ./soobj/leptonica_gplot.o ./soobj/leptonica_graphics.o ./soobj/leptonica_graymorph.o ./soobj/leptonica_grayquant.o ./soobj/leptonica_heap.o ./soobj/leptonica_jbclass.o ./soobj/leptonica_jp2kheader.o ./soobj/leptonica_jp2kheaderstub.o ./soobj/leptonica_jp2kiostub.o ./soobj/leptonica_jpegiostub.o ./soobj/leptonica_kernel.o ./soobj/leptonica_libversions.o ./soobj/leptonica_list.o ./soobj/leptonica_map.o ./soobj/leptonica_morph.o ./soobj/leptonica_morphapp.o ./soobj/leptonica_morphdwa.o ./soobj/leptonica_morphseq.o ./soobj/leptonica_numabasic.o ./soobj/leptonica_numafunc1.o ./soobj/leptonica_numafunc2.o ./soobj/leptonica_pageseg.o ./soobj/leptonica_paintcmap.o ./soobj/leptonica_partify.o ./soobj/leptonica_partition.o ./soobj/leptonica_pdfio1.o ./soobj/leptonica_pdfio1stub.o ./soobj/leptonica_pdfio2.o ./soobj/leptonica_pdfio2stub.o ./soobj/leptonica_pix1.o ./soobj/leptonica_pix2.o ./soobj/leptonica_pix3.o ./soobj/leptonica_pix4.o ./soobj/leptonica_pix5.o ./soobj/leptonica_pixabasic.o ./soobj/leptonica_pixacc.o ./soobj/leptonica_pixafunc1.o ./soobj/leptonica_pixafunc2.o ./soobj/leptonica_pixalloc.o ./soobj/leptonica_pixarith.o ./soobj/leptonica_pixcomp.o ./soobj/leptonica_pixconv.o ./soobj/leptonica_pixlabel.o ./soobj/leptonica_pixtiling.o ./soobj/leptonica_pngiostub.o ./soobj/leptonica_pnmio.o ./soobj/leptonica_pnmiostub.o ./soobj/leptonica_projective.o ./soobj/leptonica_psio1.o ./soobj/leptonica_psio1stub.o ./soobj/leptonica_psio2.o ./soobj/leptonica_psio2stub.o ./soobj/leptonica_ptabasic.o ./soobj/leptonica_ptafunc1.o ./soobj/leptonica_ptafunc2.o ./soobj/leptonica_ptra.o ./soobj/leptonica_quadtree.o ./soobj/leptonica_queue.o ./soobj/leptonica_rank.o ./soobj/leptonica_rbtree.o ./soobj/leptonica_readfile.o ./soobj/leptonica_regutils.o ./soobj/leptonica_rop.o ./soobj/leptonica_roplow.o ./soobj/leptonica_rotate.o ./soobj/leptonica_rotateam.o ./soobj/leptonica_rotateorth.o ./soobj/leptonica_rotateshear.o ./soobj/leptonica_runlength.o ./soobj/leptonica_sarray1.o ./soobj/leptonica_sarray2.o ./soobj/leptonica_scale1.o ./soobj/leptonica_scale2.o ./soobj/leptonica_seedfill.o ./soobj/leptonica_sel1.o ./soobj/leptonica_sel2.o ./soobj/leptonica_selgen.o ./soobj/leptonica_shear.o ./soobj/leptonica_skew.o ./soobj/leptonica_spixio.o ./soobj/leptonica_stack.o ./soobj/leptonica_stringcode.o ./soobj/leptonica_sudoku.o ./soobj/leptonica_textops.o ./soobj/leptonica_tiffiostub.o ./soobj/leptonica_utils1.o ./soobj/leptonica_utils2.o ./soobj/leptonica_warper.o ./soobj/leptonica_webpiostub.o ./soobj/leptonica_writefile.o ./soobj/leptonica_zlibmem.o ./soobj/leptonica_zlibmemstub.o
./soobj/aux/echogs -e .dev -a-  ./soobj/gsiodevs -include ./soobj/sfile
./soobj/aux/echogs -e .dev -a-  ./soobj/clfile -init gxclfile
./soobj/aux/echogs -e .dev -a-  ./soobj/libocr_1 ./soobj/tesseract_api_altorenderer.o ./soobj/tesseract_api_baseapi.o ./soobj/tesseract_api_capi.o ./soobj/tesseract_api_hocrrenderer.o ./soobj/tesseract_api_lstmboxrenderer.o ./soobj/tesseract_api_pdfrenderer.o ./soobj/tesseract_api_renderer.o ./soobj/tesseract_api_wordstrboxrenderer.o ./soobj/tesseract_arch_intsimdmatrix.o ./soobj/tesseract_arch_simddetect.o ./soobj/tesseract_ccmain_applybox.o ./soobj/tesseract_ccmain_control.o ./soobj/tesseract_ccmain_linerec.o ./soobj/tesseract_ccmain_ltrresultiterator.o ./soobj/tesseract_ccmain_mutableiterator.o ./soobj/tesseract_ccmain_output.o ./soobj/tesseract_ccmain_pageiterator.o ./soobj/tesseract_ccmain_pagesegmain.o ./soobj/tesseract_ccmain_pagewalk.o ./soobj/tesseract_ccmain_paragraphs.o ./soobj/tesseract_ccmain_paramsd.o ./soobj/tesseract_ccmain_pgedit.o ./soobj/tesseract_ccmain_reject.o ./soobj/tesseract_ccmain_resultiterator.o ./soobj/tesseract_ccmain_tessedit.o ./soobj/tesseract_ccmain_tesseractclass.o ./soobj/tesseract_ccmain_tessvars.o ./soobj/tesseract_ccmain_thresholder.o ./soobj/tesseract_ccmain_werdit.o 
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/posync ./soobj/gp_psync.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cfd ./soobj/scfd.o ./soobj/scfdtab.o
./soobj/aux/echogs -e .dev -a-  ./soobj/gsiodevs -iodev stdin stdout stderr
./soobj/aux/echogs -e .dev -a-  ./soobj/libocr_1 ./soobj/tesseract_ccstruct_blamer.o ./soobj/tesseract_ccstruct_blobbox.o ./soobj/tesseract_ccstruct_blobs.o ./soobj/tesseract_ccstruct_blread.o ./soobj/tesseract_ccstruct_boxread.o ./soobj/tesseract_ccstruct_boxword.o ./soobj/tesseract_ccstruct_ccstruct.o ./soobj/tesseract_ccstruct_coutln.o ./soobj/tesseract_ccstruct_detlinefit.o ./soobj/tesseract_ccstruct_dppoint.o ./soobj/tesseract_ccstruct_imagedata.o ./soobj/tesseract_ccstruct_linlsq.o ./soobj/tesseract_ccstruct_matrix.o ./soobj/tesseract_ccstruct_mod128.o ./soobj/tesseract_ccstruct_normalis.o ./soobj/tesseract_ccstruct_ocrblock.o ./soobj/tesseract_ccstruct_ocrpara.o ./soobj/tesseract_ccstruct_ocrrow.o ./soobj/tesseract_ccstruct_otsuthr.o ./soobj/tesseract_ccstruct_pageres.o ./soobj/tesseract_ccstruct_pdblock.o ./soobj/tesseract_ccstruct_points.o ./soobj/tesseract_ccstruct_polyaprx.o ./soobj/tesseract_ccstruct_polyblk.o ./soobj/tesseract_ccstruct_quadlsq.o ./soobj/tesseract_ccstruct_quspline.o ./soobj/tesseract_ccstruct_ratngs.o ./soobj/tesseract_ccstruct_rect.o ./soobj/tesseract_ccstruct_rejctmap.o ./soobj/tesseract_ccstruct_seam.o ./soobj/tesseract_ccstruct_split.o ./soobj/tesseract_ccstruct_statistc.o ./soobj/tesseract_ccstruct_stepblob.o ./soobj/tesseract_ccstruct_werd.o
./soobj/aux/echogs -e .dev -a-  ./soobj/posync -replace ./soobj/nosync
cp ./soobj/fapi_ft_1.o ./soobj/fapi_ft.o
cp ./soobj/freetype_1.dev ./soobj/freetype.dev
cp ./soobj/gsiorom_1.o ./soobj/gsiorom.o
cp ./soobj/gxidata_0.o ./soobj/gxidata.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libocr_1 ./soobj/tesseract_classify_classify.o ./soobj/tesseract_dict_context.o ./soobj/tesseract_dict_dawg.o ./soobj/tesseract_dict_dawg_cache.o ./soobj/tesseract_dict_dict.o ./soobj/tesseract_dict_permdawg.o ./soobj/tesseract_dict_stopper.o ./soobj/tesseract_dict_trie.o ./soobj/tesseract_textord_alignedblob.o ./soobj/tesseract_textord_baselinedetect.o ./soobj/tesseract_textord_bbgrid.o ./soobj/tesseract_textord_blkocc.o ./soobj/tesseract_textord_blobgrid.o ./soobj/tesseract_textord_ccnontextdetect.o ./soobj/tesseract_textord_cjkpitch.o ./soobj/tesseract_textord_colfind.o ./soobj/tesseract_textord_colpartition.o ./soobj/tesseract_textord_colpartitionset.o ./soobj/tesseract_textord_colpartitiongrid.o ./soobj/tesseract_textord_devanagari_processing.o ./soobj/tesseract_textord_drawtord.o ./soobj/tesseract_textord_edgblob.o ./soobj/tesseract_textord_edgloop.o ./soobj/tesseract_textord_fpchop.o ./soobj/tesseract_textord_gap_map.o ./soobj/tesseract_textord_imagefind.o ./soobj/tesseract_textord_linefind.o ./soobj/tesseract_textord_makerow.o ./soobj/tesseract_textord_oldbasel.o ./soobj/tesseract_textord_pithsync.o ./soobj/tesseract_textord_pitsync1.o ./soobj/tesseract_textord_scanedg.o ./soobj/tesseract_textord_sortflts.o ./soobj/tesseract_textord_strokewidth.o ./soobj/tesseract_textord_tabfind.o ./soobj/tesseract_textord_tablefind.o ./soobj/tesseract_textord_tabvector.o ./soobj/tesseract_textord_tablerecog.o ./soobj/tesseract_textord_textlineprojection.o ./soobj/tesseract_textord_textord.o ./soobj/tesseract_textord_topitch.o ./soobj/tesseract_textord_tordmain.o ./soobj/tesseract_textord_tospace.o ./soobj/tesseract_textord_tovars.o ./soobj/tesseract_textord_underlin.o ./soobj/tesseract_textord_wordseg.o ./soobj/tesseract_textord_workingpartset.o 
cp ./soobj/gximono_0.o ./soobj/gximono.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libd ./soobj/gdevabuf.o ./soobj/gdevdbit.o ./soobj/gdevddrw.o ./soobj/gdevdflt.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libocr_1 ./soobj/tesseract_viewer_scrollview.o ./soobj/tesseract_viewer_svmnode.o ./soobj/tesseract_viewer_svutil.o ./soobj/tesseract_wordrec_tface.o ./soobj/tesseract_wordrec_wordrec.o ./soobj/tesseract_ccutil_ccutil.o ./soobj/tesseract_ccutil_clst.o ./soobj/tesseract_ccutil_elst2.o ./soobj/tesseract_ccutil_elst.o ./soobj/tesseract_ccutil_errcode.o ./soobj/tesseract_ccutil_mainblk.o ./soobj/tesseract_ccutil_serialis.o ./soobj/tesseract_ccutil_strngs.o ./soobj/tesseract_ccutil_scanutils.o ./soobj/tesseract_ccutil_tessdatamanager.o ./soobj/tesseract_ccutil_tprintf.o ./soobj/tesseract_ccutil_unichar.o ./soobj/tesseract_ccutil_unicharcompress.o ./soobj/tesseract_ccutil_unicharmap.o ./soobj/tesseract_ccutil_unicharset.o ./soobj/tesseract_ccutil_params.o ./soobj/tesseract_lstm_convolve.o ./soobj/tesseract_lstm_fullyconnected.o ./soobj/tesseract_lstm_functions.o ./soobj/tesseract_lstm_input.o ./soobj/tesseract_lstm_lstm.o ./soobj/tesseract_lstm_lstmrecognizer.o ./soobj/tesseract_lstm_maxpool.o ./soobj/tesseract_lstm_network.o ./soobj/tesseract_lstm_networkio.o ./soobj/tesseract_lstm_parallel.o ./soobj/tesseract_lstm_plumbing.o ./soobj/tesseract_lstm_recodebeam.o ./soobj/tesseract_lstm_reconfig.o ./soobj/tesseract_lstm_reversed.o ./soobj/tesseract_lstm_series.o ./soobj/tesseract_lstm_stridemap.o ./soobj/tesseract_lstm_tfnetwork.o ./soobj/tesseract_lstm_weightmatrix.o ./soobj/tesseract_arch_dotproduct.o ./soobj/tesseract_arch_dotproductavx.o ./soobj/tesseract_arch_intsimdmatrixavx2.o ./soobj/tesseract_arch_dotproductfma.o ./soobj/tesseract_arch_dotproductsse.o ./soobj/tesseract_arch_intsimdmatrixsse.o ./soobj/tesseract_arch_intsimdmatrixneon.o
cp ./soobj/siscale_0.o ./soobj/siscale.o
cp ./soobj/gdevdrop_0.o ./soobj/gdevdrop.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/strdline ./soobj/gp_strdl.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libd ./soobj/gdevdgbr.o ./soobj/gdevnfwd.o ./soobj/gdevmem.o ./soobj/gdevplnx.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libocr_1 ./soobj/tesseract_ccmain_adaptions.o ./soobj/tesseract_ccmain_docqual.o ./soobj/tesseract_ccmain_equationdetect.o ./soobj/tesseract_ccmain_fixspace.o ./soobj/tesseract_ccmain_fixxht.o ./soobj/tesseract_ccmain_osdetect.o ./soobj/tesseract_ccmain_par_control.o ./soobj/tesseract_ccmain_recogtraining.o ./soobj/tesseract_ccmain_superscript.o ./soobj/tesseract_ccmain_tessbox.o ./soobj/tesseract_ccmain_tfacepp.o ./soobj/tesseract_ccstruct_fontinfo.o ./soobj/tesseract_ccstruct_params_training_featdef.o ./soobj/tesseract_ccutil_ambigs.o ./soobj/tesseract_ccutil_bitvector.o ./soobj/tesseract_ccutil_indexmapbidi.o ./soobj/tesseract_ccutil_universalambigs.o ./soobj/tesseract_classify_adaptive.o ./soobj/tesseract_classify_adaptmatch.o ./soobj/tesseract_classify_blobclass.o ./soobj/tesseract_classify_cluster.o ./soobj/tesseract_classify_clusttool.o ./soobj/tesseract_classify_cutoffs.o ./soobj/tesseract_classify_featdefs.o ./soobj/tesseract_classify_float2int.o ./soobj/tesseract_classify_fpoint.o ./soobj/tesseract_classify_intfeaturespace.o ./soobj/tesseract_classify_intfx.o ./soobj/tesseract_classify_intmatcher.o ./soobj/tesseract_classify_intproto.o ./soobj/tesseract_classify_kdtree.o ./soobj/tesseract_classify_mf.o ./soobj/tesseract_classify_mfdefs.o ./soobj/tesseract_classify_mfoutline.o ./soobj/tesseract_classify_mfx.o ./soobj/tesseract_classify_normfeat.o ./soobj/tesseract_classify_normmatch.o ./soobj/tesseract_classify_ocrfeatures.o ./soobj/tesseract_classify_outfeat.o ./soobj/tesseract_classify_picofeat.o ./soobj/tesseract_classify_protos.o ./soobj/tesseract_classify_shapeclassifier.o ./soobj/tesseract_classify_shapetable.o ./soobj/tesseract_classify_tessclassifier.o ./soobj/tesseract_classify_trainingsample.o ./soobj/tesseract_cutil_oldlist.o ./soobj/tesseract_dict_hyphen.o ./soobj/tesseract_textord_equationdetectbase.o ./soobj/tesseract_wordrec_associate.o ./soobj/tesseract_wordrec_chop.o ./soobj/tesseract_wordrec_chopper.o ./soobj/tesseract_wordrec_drawfx.o ./soobj/tesseract_wordrec_findseam.o ./soobj/tesseract_wordrec_gradechop.o ./soobj/tesseract_wordrec_language_model.o ./soobj/tesseract_wordrec_lm_consistency.o ./soobj/tesseract_wordrec_lm_pain_points.o ./soobj/tesseract_wordrec_lm_state.o ./soobj/tesseract_wordrec_outlines.o ./soobj/tesseract_wordrec_params_model.o ./soobj/tesseract_wordrec_pieces.o ./soobj/tesseract_wordrec_plotedges.o ./soobj/tesseract_wordrec_render.o ./soobj/tesseract_wordrec_segsearch.o ./soobj/tesseract_wordrec_wordclass.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf1read ./soobj/zchar1.o ./soobj/zcharout.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps2int ./soobj/zvmem2.o ./soobj/zdps1.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libd ./soobj/gdevm1.o ./soobj/gdevm2.o ./soobj/gdevm4.o ./soobj/gdevm8.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/usparam ./soobj/zusparam.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type42 ./soobj/zchar42.o ./soobj/zcharout.o ./soobj/zfont42.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/zfrsd ./soobj/zfrsd.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psf1read -obj ./soobj/zfont1.o ./soobj/zmisc1.o
./soobj/aux/echogs -e .dev -a-  ./soobj/dps2int -oper zvmem2 zdps1_l2
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cie ./soobj/zcie.o ./soobj/zcrd.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libd ./soobj/gdevm16.o ./soobj/gdevm24.o ./soobj/gdevm32.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/usparam -oper zusparam -replace ./soobj/nousparm
./soobj/aux/echogs -e .dev -a-  ./soobj/zfrsd -oper zfrsd
./soobj/aux/echogs -e .dev -a-  ./soobj/type42 -include ./soobj/ttflib
./soobj/aux/echogs -e .dev -a-  ./soobj/libd ./soobj/gdevm40.o ./soobj/gdevm48.o ./soobj/gdevm56.o ./soobj/gdevm64.o ./soobj/gdevmx.o
./soobj/aux/echogs -e .dev -a-  ./soobj/dps2int -ps gs_dps1
./soobj/aux/echogs -e .dev -a-  ./soobj/psf1read -include ./soobj/seexec
./soobj/aux/echogs -e .dev -a-  ./soobj/cie -oper zcrd_l2
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf0read ./soobj/zcfont.o ./soobj/zfont0.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libd ./soobj/gdevdsha.o ./soobj/gxscanc.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sddparam ./soobj/sddparam.o ./soobj/sdcparam.o
./soobj/aux/echogs -e .dev -a-  ./soobj/type42 -oper zchar42 zfont42
./soobj/aux/echogs -e .dev -a-  ./soobj/psf1read -oper zchar1 zfont1 zmisc1
./soobj/aux/echogs -e .dev -a-  ./soobj/cie -include ./soobj/cielib
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/btoken ./soobj/iscanbin.o ./soobj/zbseq.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmykread ./soobj/zcolor1.o ./soobj/zht1.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psf0read -oper zcfont zfont0
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/upath ./soobj/zupath.o ./soobj/ibnum.o ./soobj/gdevhit.o
./soobj/aux/echogs -e .dev -a-  ./soobj/type42 -ps gs_typ42
./soobj/aux/echogs -e .dev -a-  ./soobj/psf1read -ps gs_agl gs_type1
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dps2read ./soobj/ibnum.o ./soobj/zcharx.o
./soobj/aux/echogs -e .dev -a-  ./soobj/btoken -oper zbseq_l2 -replace ./soobj/nobtoken
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdiff ./soobj/spdiff.o
./soobj/aux/echogs -e .dev -a-  ./soobj/cmykread -oper zcolor1 zht1
./soobj/aux/echogs -e .dev -a-  ./soobj/psf0read -include ./soobj/cmapread
./soobj/aux/echogs -e .dev -a-  ./soobj/dps2read -include ./soobj/dps2int
./soobj/aux/echogs -e .dev -a-  ./soobj/btoken -ps gs_btokn
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psfilters ./soobj/sfilter1.o ./soobj/sfilter2.o ./soobj/sa85d.o
./soobj/aux/echogs -e .dev -a-  ./soobj/upath -oper zupath_l2 zupath
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/iodevice ./soobj/ziodev2.o ./soobj/zdevcal.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psfilters ./soobj/sa85d.o
./soobj/aux/echogs -e .dev -a-  ./soobj/iodevice -oper ziodev2_l2
./soobj/aux/echogs -e .dev -a-  ./soobj/dps2read -oper ireclaim_l2 zcharx
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pagedev ./soobj/zdevice2.o ./soobj/zmedia2.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/patread ./soobj/zpcolor.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/isupport ./soobj/ialloc.o ./soobj/igc.o ./soobj/igcref.o ./soobj/igcstr.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/nobtoken ./soobj/inobtokn.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/nousparm ./soobj/inouparm.o
./soobj/aux/echogs -e .dev -a-  ./soobj/iodevice -iodev null calendar
./soobj/aux/echogs -e .dev -a-  ./soobj/dps2read -ps gs_dps2
./soobj/aux/echogs -e .dev -a-  ./soobj/patread -oper zpcolor_l2
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dscparse -obj ./soobj/zdscpars.o ./soobj/dscparse.o
./soobj/aux/echogs -e .dev -a-  ./soobj/dscparse -oper zdscpars
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapi_ps ./soobj/zfapi.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/bcp ./soobj/sbcp.o ./soobj/zfbcp.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/path1 ./soobj/zpath1.o
./soobj/aux/echogs -e .dev -a-  ./soobj/fapi_ps -oper zfapi
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/func ./soobj/zfunc.o ./soobj/zfunc0.o
./soobj/aux/echogs -e .dev -a-  ./soobj/bcp -oper zfbcp
./soobj/aux/echogs -e .dev -a-  ./soobj/fapi_ps -ps gs_fntem gs_fapi
./soobj/aux/echogs -e .dev -a-  ./soobj/isupport -obj ./soobj/ilocate.o ./soobj/iname.o ./soobj/isave.o
./soobj/aux/echogs -e .dev -a-  ./soobj/path1 -include ./soobj/path1lib
./soobj/aux/echogs -e .dev -a-  ./soobj/pagedev -oper zdevice2_l2 zmedia2_l2
./soobj/aux/echogs -e .dev -a-  ./soobj/func -oper zfunc
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/func4lib ./soobj/gsfunc4.o ./soobj/spprint.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type32 ./soobj/zchar32.o ./soobj/zfont32.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pagedev -ps gs_setpd
./soobj/aux/echogs -e .dev -a-  ./soobj/path1 -oper zpath1
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/simscale ./soobj/simscale.o ./soobj/simscale_foo.o
./soobj/aux/echogs -e .dev -a-  ./soobj/func4lib -include ./soobj/funclib
./soobj/aux/echogs -e .dev -a-  ./soobj/type32 -oper zchar32 zfont32
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/form ./soobj/zform.o
./soobj/aux/echogs -e .dev -a-  ./soobj/func -functiontype 0
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cspixel ./soobj/zcspixel.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/frsd -include ./soobj/zfrsd
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ttfont -include ./soobj/macglyph ./soobj/type42
./soobj/aux/echogs -e .dev -a-  ./soobj/type32 -ps gs_res gs_typ32
./soobj/aux/echogs -e .dev -a-  ./soobj/form -oper zform
./soobj/aux/echogs -e .dev -a-  ./soobj/func -include ./soobj/funclib
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fmd5 ./soobj/zfmd5.o
./soobj/aux/echogs -e .dev -a-  ./soobj/cspixel -include ./soobj/cspixlib
./soobj/aux/echogs -e .dev -a-  ./soobj/frsd -ps gs_lev2 gs_res gs_frsd
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/ssha2 ./soobj/ssha2.o ./soobj/sha2.o
./soobj/aux/echogs -e .dev -a-  ./soobj/ttfont -ps gs_wan_e gs_ttf
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/farc4 ./soobj/zfarc4.o
./soobj/aux/echogs -e .dev -a-  ./soobj/fmd5 -include ./soobj/smd5
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/saes ./soobj/saes.o ./soobj/aes.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdfops ./soobj/zpdfops.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdf_r6 ./soobj/zpdf_r6.o
cp ./soobj/pdf_file_jbig2dec.o ./soobj/pdf_file.o
./soobj/aux/echogs -e .dev -a-  ./soobj/fmd5 -oper zfmd5
cp ./soobj/pdf_utf8_unix_.o ./soobj/pdf_utf8.o
./soobj/aux/echogs -e .dev -a-  ./soobj/farc4 -include ./soobj/sarc4
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/iapi ./soobj/iapi.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfops -oper zpdfops
./soobj/aux/echogs -e .dev -a-  ./soobj/pdf_r6 -oper zpdf_r6
./soobj/aux/echogs -e .dev -a-  ./soobj/farc4 -oper zfarc4
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/unix_ ./soobj/gp_getnv.o ./soobj/gp_upapr.o ./soobj/gp_unix.o ./soobj/gp_unifs.o ./soobj/gp_unifn.o ./soobj/gp_stdia.o ./soobj/gp_nxpsprn.o -include ./soobj/nosync
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/patlib -include ./soobj/cmyklib ./soobj/imasklib ./soobj/psl2cs
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/colimlib ./soobj/gxicolor.o
cp ./soobj/sjpegc_1.o ./soobj/sjpegc.o
cp ./soobj/sjpegd_1.o ./soobj/sjpegd.o
./soobj/aux/echogs -e .dev -a-  ./soobj/patlib -obj ./soobj/gspcolor.o ./soobj/gsptype1.o ./soobj/gxclip2.o
cp ./soobj/libpng_1.dev ./soobj/libpng.dev
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/page ./soobj/gdevprn.o ./soobj/gdevppla.o ./soobj/gdevmplt.o ./soobj/gdevflp.o ./soobj/gxdownscale.o ./soobj/claptrap.o ./soobj/claptrap-init.o ./soobj/claptrap-planar.o ./soobj/ets.o ./soobj/gdevoflt.o ./soobj/gdevnup.o ./soobj/gdevsclass.o ./soobj/gdevepo.o
./soobj/aux/echogs -e .dev -a-  ./soobj/patlib -obj ./soobj/gxmclip.o ./soobj/gxp1fill.o ./soobj/gxpcmap.o
./soobj/aux/echogs -e .dev -a-  ./soobj/page -include ./soobj/clist
./soobj/aux/echogs -e .dev -a-  ./soobj/colimlib -imageclass 4_color
./soobj/aux/echogs -e .dev -a-  ./soobj/unix_ -include ./soobj/smd5
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmaplib ./soobj/gsfcmap.o ./soobj/gsfcmap1.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sicclib ./soobj/gsicc.o
cp ./soobj/sjbig2_jbig2dec.dev ./soobj/sjbig2.dev
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sjpx_openjpeg ./soobj/sjpx_openjpeg.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/PCLm ./soobj/gdevpdfimg.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/PCLm8 ./soobj/gdevpdfimg.o
./soobj/aux/echogs -e .dev -a-  ./soobj/cmaplib -include ./soobj/cidlib
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bit ./soobj/gdevbit.o ./soobj/gdevdcrd.o
./soobj/aux/echogs -e .dev -a-  ./soobj/PCLm8 -include ./soobj/page
./soobj/aux/echogs -e .dev -a-  ./soobj/sicclib ./soobj/gsicc_manage.o ./soobj/gsicc_cache.o ./soobj/gsicc_lcms2mt.o ./soobj/gsicc_profilecache.o ./soobj/gsicc_create.o  ./soobj/gsicc_nocm.o ./soobj/gsicc_replacecm.o ./soobj/gsicc_monitorcm.o ./soobj/gsicc_blacktext.o
./soobj/aux/echogs -e .dev -a-  ./soobj/sjpx_openjpeg -include ./soobj/openjpeg.dev
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bitcmyk ./soobj/gdevbit.o ./soobj/gdevdcrd.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bitrgb ./soobj/gdevbit.o ./soobj/gdevdcrd.o
./soobj/aux/echogs -e .dev -a-  ./soobj/sicclib ./soobj/gsmd5.o
./soobj/aux/echogs -e .dev -a-  ./soobj/PCLm -include ./soobj/page
./soobj/aux/echogs -e .dev -a-  ./soobj/bit -include ./soobj/cielib
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bitrgbtags ./soobj/gdevbit.o ./soobj/gdevdcrd.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp16 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -a-  ./soobj/bitcmyk -include ./soobj/cielib
./soobj/aux/echogs -e .dev -a-  ./soobj/bitrgb -include ./soobj/cielib
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp16m ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -a-  ./soobj/sicclib -include ./soobj/lcms2mt.dev
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp256 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -a-  ./soobj/bitrgbtags -include ./soobj/cielib
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmp32b ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpgray ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpmono ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpsep1 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/bmpsep8 ./soobj/gdevbmp.o ./soobj/gdevbmpc.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ccr ./soobj/gdevccr.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libtiff_1 ./soobj/gstiffio.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cif ./soobj/gdevcif.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/devicen ./soobj/gdevdevn.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./soobj -I./devices  -Isrc/source/libraries -I./openjpeg/library/source  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -o ./soobj/gdevpdfu.o -c ./devices/vector/gdevpdfu.c
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/szlibe ./soobj/szlibc.o ./soobj/szlibe.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/vector ./soobj/gdevvec.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libtiff_1 -lib tiff
./soobj/aux/echogs -e .dev -a-  ./soobj/vector -include ./soobj/bboxutil ./soobj/sfile
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdxtext ./soobj/gdevpdt.o ./soobj/gdevpdtb.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libtiff_1 -include ./soobj/jpegd.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/szlibe -include ./soobj/zlibe.dev
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/fpng ./soobj/gdevfpng.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/inferno ./soobj/gdevifno.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgr4 ./soobj/gdevmgr.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdxtext ./soobj/gdevpdtc.o ./soobj/gdevpdtd.o ./soobj/gdevpdte.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgr8 ./soobj/gdevmgr.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -a-  ./soobj/fpng 
./soobj/aux/echogs -e .dev -a-  ./soobj/libtiff_1 -include ./soobj/jpege.dev
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrgray2 ./soobj/gdevmgr.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdxtext ./soobj/gdevpdtf.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrgray4 ./soobj/gdevmgr.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrgray8 ./soobj/gdevmgr.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mgrmono ./soobj/gdevmgr.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/miff24 ./soobj/gdevmiff.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pam ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdxtext ./soobj/gdevpdti.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pamcmyk32 ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pamcmyk4 ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pbm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pbmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdxtext 
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx16 ./soobj/gdevpcx.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx24b ./soobj/gdevpcx.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcx256 ./soobj/gdevpcx.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcxcmyk ./soobj/gdevpcx.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcxgray ./soobj/gdevpcx.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pcxmono ./soobj/gdevpcx.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdxtext 
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfimage24 ./soobj/gdevpdfimg.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfimage32 ./soobj/gdevpdfimg.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfimage8 ./soobj/gdevpdfimg.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdxtext ./soobj/gdevpdts.o ./soobj/gdevpdtt.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfimage8 -include ./soobj/page
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfimage32 -include ./soobj/page
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgnm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfimage24 -include ./soobj/page
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pgnmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdxtext ./soobj/gdevpdtv.o ./soobj/gdevpdtw.o ./soobj/whitelst.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pkm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pkmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pksm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pksmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plan ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plan9bm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdxtext 
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/planc ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plang ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plank ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/planm ./soobj/gdevplan.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plib ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdxtext ./soobj/gsfont0c.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plibc ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plibg ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plibk ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/plibm ./soobj/gdevplib.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pnm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pnmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ppm ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ppmraw ./soobj/gdevpbm.o ./soobj/gdevppla.o ./soobj/gdevmpla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdxtext -include ./soobj/fcopy ./soobj/psf
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyk ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyk16 ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyktags ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdcmyktags16 ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdrgb ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/psdrgb16 ./soobj/gdevpsd.o ./soobj/gdevdevn.o ./soobj/gsequivc.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/spotcmyk ./soobj/gdevdevn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/xcf ./soobj/gdevxcf.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc1900 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc2000 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc4000 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc4100 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc8500 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc8600 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/alc9100 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ap3250 ./soobj/gdevescp.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/appledmp ./soobj/gdevadmp.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/atx23 ./soobj/gdevatx.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/atx24 ./soobj/gdevatx.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/atx38 ./soobj/gdevatx.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj10e ./soobj/gdevbj10.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bj200 ./soobj/gdevbj10.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjc600 ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjc800 ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjc880j ./soobj/gdevl4r.o ./soobj/gdevlips.o ./soobj/gdevlprn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjccmyk ./soobj/gdevbjc_.o ./soobj/gdevbjca.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjccolor ./soobj/gdevbjc_.o ./soobj/gdevbjca.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjcgray ./soobj/gdevbjc_.o ./soobj/gdevbjca.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/bjcmono ./soobj/gdevbjc_.o ./soobj/gdevbjca.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdeskjet ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj1600 ./soobj/gdevcd8.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj500 ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj550 ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj670 ./soobj/gdevcd8.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj850 ./soobj/gdevcd8.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj880 ./soobj/gdevcd8.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj890 ./soobj/gdevcd8.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdj970 ./soobj/gdevdj9.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdjcolor ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cdjmono ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/cdnj500 ./soobj/gdevcd8.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/chp2200 ./soobj/gdevcd8.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cljet5 ./soobj/gdevclj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cljet5c ./soobj/gdevcljc.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/cljet5pr ./soobj/gdevclj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/coslw2p ./soobj/gdevcslw.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/coslwxl ./soobj/gdevcslw.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/declj250 ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/deskjet ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/djet500 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/djet500c ./soobj/gdevdjtc.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/dl2100 ./soobj/gdevln03.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/dnj650c ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2050 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2050p ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2120 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2500 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl2750 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl5800 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl5900 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl6100 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epl6200 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eplcolor ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eplmono ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eps9high ./soobj/gdevepsn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/eps9mid ./soobj/gdevepsn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epson ./soobj/gdevepsn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/epsonc ./soobj/gdevepsc.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/escp ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/escpage ./soobj/gdevespg.o ./soobj/gdevlprn.o ./soobj/gdevlips.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/fmlbp ./soobj/gdevfmlbp.o ./soobj/gdevprn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/fmpr ./soobj/gdevfmpr.o ./soobj/gdevprn.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/fs600 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/gdi ./soobj/gdevgdi.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hl1240 ./soobj/gdevhl12.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hl1250 ./soobj/gdevhl12.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hl7x0 ./soobj/gdevhl7x.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj1120c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj310 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj320 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj340 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj400 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj500 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj500c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj510 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj520 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj540 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj550c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj560c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj600 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj660c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj670c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj680c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj690c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj850c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj855c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj870c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdj890c ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdjplus ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/hpdjportable ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ibmpro ./soobj/gdevepsn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/imagen ./soobj/gdevimgn.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/itk24i ./soobj/gdevatx.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/itk38 ./soobj/gdevatx.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/iwhi ./soobj/gdevadmp.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/iwlo ./soobj/gdevadmp.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/iwlq ./soobj/gdevadmp.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/jetp3852 ./soobj/gdev3852.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la50 ./soobj/gdevln03.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la70 ./soobj/gdevln03.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la75 ./soobj/gdevln03.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/la75plus ./soobj/gdevln03.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/laserjet ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lbp310 ./soobj/gdevlbp3.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lbp320 ./soobj/gdevlbp3.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lbp8 ./soobj/gdevlbp8.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex2050 ./soobj/gdevlx7.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex3200 ./soobj/gdevlx7.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex5700 ./soobj/gdevlx7.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lex7000 ./soobj/gdevlx7.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lips2p ./soobj/gdevl4r.o ./soobj/gdevlips.o ./soobj/gdevlprn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lips3 ./soobj/gdevlbp8.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lips4 ./soobj/gdevl4r.o ./soobj/gdevlips.o ./soobj/gdevlprn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/lips4v ./soobj/gdevl4v.o ./soobj/gdevlips.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj250 ./soobj/gdevpjet.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj3100sw ./soobj/gdevl31s.o ./soobj/gdevmeds.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj4dith ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj4dithp ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj5gray ./soobj/gdevlj56.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -a-  ./soobj/lips4v -include ./soobj/vector
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lj5mono ./soobj/gdevlj56.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet2p ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet3 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet3d ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet4 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet4d ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ljet4pjl ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ljetplus ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ln03 ./soobj/gdevln03.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp1800 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp1900 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2000 ./soobj/gdevespg.o ./soobj/gdevlprn.o ./soobj/gdevlips.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2200 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2400 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2500 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/lp2563 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp3000c ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp7500 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp7700 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp7900 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8000 ./soobj/gdevlp8k.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8000c ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8100 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8200c ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8300c ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8300f ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8400f ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8500c ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8600 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8600f ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8700 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8800c ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp8900 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9000b ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9000c ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9100 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9200b ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9200c ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9300 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9400 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9500c ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9600 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9600s ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lp9800c ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lps4500 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lps6500 ./soobj/gdevescv.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lq850 ./soobj/gdevdm24.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lxm3200 ./soobj/gdevlx32.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/lxm5700m ./soobj/gdevlxm.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/m8510 ./soobj/gdev8510.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md1xMono ./soobj/gdevalps.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md2k ./soobj/gdevmd2k.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md50Eco ./soobj/gdevalps.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md50Mono ./soobj/gdevalps.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/md5k ./soobj/gdevmd2k.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj500c ./soobj/gdevmjc.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj6000c ./soobj/gdevmjc.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj700v2c ./soobj/gdevmjc.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/mj8000c ./soobj/gdevmjc.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ml600 ./soobj/gdevml6.o ./soobj/gdevprn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/necp6 ./soobj/gdevdm24.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/npdl ./soobj/gdevnpdl.o ./soobj/gdevlprn.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/oce9050 ./soobj/gdevdjet.o ./soobj/gdevdljm.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/oki182 ./soobj/gdevo182.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/oki4w ./soobj/gdevop4w.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/okiibm ./soobj/gdevokii.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/oprp ./soobj/gdevopvp.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/opvp ./soobj/gdevopvp.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/paintjet ./soobj/gdevpjet.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pcl3 ./soobj/gdeveprn.o ./soobj/pagecount.o ./soobj/mediasize.o ./soobj/eprnparm.o ./soobj/eprnrend.o ./soobj/eprnfs.o ./soobj/gdevpcl3.o ./soobj/pclcap.o ./soobj/pclgen.o ./soobj/pclcomp.o ./soobj/pclsize.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/photoex ./soobj/gdevphex.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pj ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pjetxl ./soobj/gdevpjet.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pjxl ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/pjxl300 ./soobj/gdevcdj.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/pxlcolor ./soobj/gdevpx.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/pxlmono ./soobj/gdevpx.o ./soobj/gdevpxut.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/r4081 ./soobj/gdev4081.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/rinkj ./soobj/gdevrinkj.o ./soobj/evenbetter-rll.o ./soobj/rinkj-byte-stream.o ./soobj/rinkj-device.o ./soobj/rinkj-config.o ./soobj/rinkj-dither.o ./soobj/rinkj-epson870.o ./soobj/rinkj-screen-eb.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pxlmono -include ./soobj/vector
./soobj/aux/echogs -e .dev -a-  ./soobj/pxlcolor -include ./soobj/vector
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/rpdl ./soobj/gdevrpdl.o ./soobj/gdevlprn.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/samsunggdi ./soobj/gdevgdi.o ./soobj/gdevpcl.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/sj48 ./soobj/gdevsj48.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/st800 ./soobj/gdevescp.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/stcolor ./soobj/gdevstc.o ./soobj/gdevstc1.o ./soobj/gdevstc2.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/t4693d2 ./soobj/gdev4693.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/t4693d4 ./soobj/gdev4693.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/t4693d8 ./soobj/gdev4693.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/tek4696 ./soobj/gdevtknk.o
./soobj/aux/echogs -e .dev -a-  ./soobj/stcolor -obj ./soobj/gdevstc3.o ./soobj/gdevstc4.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/uniprint ./soobj/gdevupd.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/xes ./soobj/gdevxes.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/ijs ./soobj/gdevijs.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png16 ./soobj/gdevpng.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png16m ./soobj/gdevpng.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png256 ./soobj/gdevpng.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/png48 ./soobj/gdevpng.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pngalpha ./soobj/gdevpng.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pnggray ./soobj/gdevpng.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -a-  ./soobj/ijs -include ./soobj/ijslib
./soobj/aux/echogs -e .dev -a-  ./soobj/png16m -include ./soobj/libpng
./soobj/aux/echogs -e .dev -a-  ./soobj/png256 -include ./soobj/libpng
./soobj/aux/echogs -e .dev -a-  ./soobj/png16 -include ./soobj/libpng
./soobj/aux/echogs -e .dev -a-  ./soobj/pngalpha -include ./soobj/libpng
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pngmono ./soobj/gdevpng.o ./soobj/gdevpccm.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pngmonod ./soobj/gdevpng.o ./soobj/gdevpccm.o
cp ./soobj/libocr_1.dev ./soobj/libocr.dev
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfocr8 ./soobj/gdevpdfocr.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfocr24 ./soobj/gdevpdfocr.o
./soobj/aux/echogs -e .dev -a-  ./soobj/png48 -include ./soobj/libpng
./soobj/aux/echogs -e .dev -a-  ./soobj/pnggray -include ./soobj/libpng
./soobj/aux/echogs -e .dev -a-  ./soobj/pngmono -include ./soobj/libpng
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfocr24 -include ./soobj/page
./soobj/aux/echogs -e .dev -a-  ./soobj/pngmonod -include ./soobj/libpng
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/pdfocr32 ./soobj/gdevpdfocr.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfocr8 -include ./soobj/page
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/szlibd ./soobj/szlibc.o ./soobj/szlibd.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fapif1 ./soobj/fapi_ft.o ./soobj/write_t1.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/romfs1 ./soobj/gsiorom.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfocr32 -include ./soobj/page
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libx ./soobj/gxacpath.o ./soobj/gxbcache.o ./soobj/gxccache.o
./soobj/aux/echogs -e .dev -a-  ./soobj/szlibd -include ./soobj/zlibd.dev
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/iscale ./soobj/siinterp.o ./soobj/siscale.o ./soobj/sidscale.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/roplib ./soobj/gdevdrop.o ./soobj/gsroprun.o
./soobj/aux/echogs -e .dev -a-  ./soobj/romfs1 -iodev rom
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2int ./soobj/iutil2.o ./soobj/zmisc2.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type1 -include ./soobj/psf1lib ./soobj/psf1read
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/color -include ./soobj/cmyklib ./soobj/colimlib ./soobj/cmykread
./soobj/aux/echogs -e .dev -a-  ./soobj/psl2int -include ./soobj/dps2int ./soobj/usparam
./soobj/aux/echogs -e .dev -a-  ./soobj/libx ./soobj/gxccman.o ./soobj/gxchar.o ./soobj/gxcht.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fdecode ./soobj/scantab.o ./soobj/scfparam.o ./soobj/zfdecode.o
./soobj/aux/echogs -e .dev -a-  ./soobj/fapif1 ./soobj/write_t2.o ./soobj/wrfont.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pattern -include ./soobj/patlib ./soobj/patread
./soobj/aux/echogs -e .dev -a-  ./soobj/roplib ./soobj/gdevmr1.o ./soobj/gdevmr2n.o ./soobj/gdevmr8n.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libx ./soobj/gxclip.o ./soobj/gxcmap.o ./soobj/gxcpath.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psl2int -oper zmisc2
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psbase ./soobj/imain.o ./soobj/imainarg.o ./soobj/gsargs.o ./soobj/idisp.o
./soobj/aux/echogs -e .dev -a-  ./soobj/roplib ./soobj/gdevrops.o ./soobj/gsrop.o ./soobj/gsroptab.o
./soobj/aux/echogs -e .dev -a-  ./soobj/fdecode -include ./soobj/cfd ./soobj/lzwd ./soobj/pdiff ./soobj/pngp ./soobj/rld ./soobj/psfilters.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/fapif1 -include ./soobj/freetype
./soobj/aux/echogs -e .dev -a-  ./soobj/libx ./soobj/gxdcconv.o ./soobj/gxdcolor.o ./soobj/gxhldevc.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/gconfig.o ./soobj/gscdefs.o ./soobj/iconfig.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psl2int -ps gs_lev2 gs_res
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/func4 ./soobj/zfunc4.o
./soobj/aux/echogs -e .dev -a-  ./soobj/fdecode -oper zfdecode
./soobj/aux/echogs -e .dev -a-  ./soobj/fapif1 -fapi fapi_ft
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fimscale ./soobj/zfimscale.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/psapi.o ./soobj/icontext.o ./soobj/idebug.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libx ./soobj/gxfill.o ./soobj/gxht.o ./soobj/gxhtbit.o ./soobj/gxht_thresh.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/icc ./soobj/zicc.o
./soobj/aux/echogs -e .dev -a-  ./soobj/func4 -functiontype 4
./soobj/aux/echogs -e .dev -a-  ./soobj/fimscale -include ./soobj/simscale
./soobj/aux/echogs -e .dev -a-  ./soobj/libx ./soobj/gxidata.o ./soobj/gxifast.o ./soobj/gximage.o ./soobj/gximdecode.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fzlib -include ./soobj/szlibe ./soobj/szlibd
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cff -include ./soobj/psl2int -ps gs_cff
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/idict.o ./soobj/idparam.o ./soobj/idstack.o
./soobj/aux/echogs -e .dev -a-  ./soobj/icc -oper zicc
./soobj/aux/echogs -e .dev -a-  ./soobj/fzlib -obj ./soobj/zfzlib.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libx ./soobj/gximage1.o ./soobj/gximono.o ./soobj/gxipixel.o ./soobj/gximask.o
./soobj/aux/echogs -e .dev -a-  ./soobj/func4 -include ./soobj/func ./soobj/func4lib
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/iinit.o ./soobj/interp.o
./soobj/aux/echogs -e .dev -a-  ./soobj/icc -ps gs_icc
./soobj/aux/echogs -e .dev -a-  ./soobj/fimscale -oper zfimscale
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fsha2 ./soobj/zfsha2.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/faes ./soobj/zfaes.o
./soobj/aux/echogs -e .dev -a-  ./soobj/icc -include ./soobj/sicclib ./soobj/cie
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/iparam.o ./soobj/ireclaim.o ./soobj/iplugin.o
./soobj/aux/echogs -e .dev -a-  ./soobj/fzlib -oper zfzlib
./soobj/aux/echogs -e .dev -a-  ./soobj/libx ./soobj/gxi12bit.o ./soobj/gxi16bit.o ./soobj/gxiscale.o ./soobj/gxpaint.o ./soobj/gxpath.o ./soobj/gxpath2.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jbig2_jbig2dec ./soobj/zfjbig2_jbig2dec.o
./soobj/aux/echogs -e .dev -a-  ./soobj/fsha2 -include ./soobj/ssha2
./soobj/aux/echogs -e .dev -a-  ./soobj/faes -include ./soobj/saes
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/iscan.o ./soobj/iscannum.o ./soobj/istack.o
./soobj/aux/echogs -e .dev -a-  ./soobj/jbig2_jbig2dec -include ./soobj/sjbig2
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/shadelib ./soobj/gscolor3.o ./soobj/gsfunc3.o ./soobj/gsptype2.o ./soobj/gsshade.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2lib -include ./soobj/colimlib ./soobj/psl2cs
./soobj/aux/echogs -e .dev -a-  ./soobj/shadelib -obj ./soobj/gxshade.o ./soobj/gxshade1.o ./soobj/gxshade4.o ./soobj/gxshade6.o
./soobj/aux/echogs -e .dev -a-  ./soobj/faes -oper zfaes
./soobj/aux/echogs -e .dev -a-  ./soobj/fsha2 -oper zfsha2
./soobj/aux/echogs -e .dev -a-  ./soobj/jbig2_jbig2dec -oper zfjbig2
./soobj/aux/echogs -e .dev -a-  ./soobj/shadelib -include ./soobj/funclib ./soobj/patlib
cp ./soobj/sdctd_1.o ./soobj/sdctd.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psl2lib -imageclass 2_fracs
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdcte ./soobj/sdctc.o ./soobj/sjpegc.o ./soobj/sdcte.o ./soobj/sjpege.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libx ./soobj/gxpcopy.o ./soobj/gxpdash.o ./soobj/gxpflat.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/translib ./soobj/gstrans.o ./soobj/gximag3x.o ./soobj/gxblend.o ./soobj/gxblend1.o ./soobj/gdevp14.o ./soobj/gdevdevn.o ./soobj/gsequivc.o  ./soobj/gdevdcrd.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psf0lib ./soobj/gschar0.o ./soobj/gsfont0.o
cp ./soobj/sjpx_openjpeg.dev ./soobj/sjpx.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/iutil.o ./soobj/scantab.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libx ./soobj/gxsample.o ./soobj/gxstroke.o ./soobj/gxsync.o
cp ./soobj/libtiff_1.dev ./soobj/libtiff.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/translib -imagetype 3x
./soobj/aux/echogs -e .dev -a-  ./soobj/sdcte -include ./soobj/jpege.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/sstring.o ./soobj/stream.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdtext -include ./soobj/pdxtext
./soobj/aux/echogs -e .dev -a-  ./soobj/psf0lib -include ./soobj/cmaplib
./soobj/aux/echogs -e .dev -a-  ./soobj/translib -include ./soobj/cspixlib ./soobj/bboxutil ./soobj/page
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/zarith.o ./soobj/zarray.o ./soobj/zcontrol.o
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./soobj/page -l-obj ./soobj/psdcmykog ./soobj/gdevcmykog.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/ocr ./soobj/gdevocr.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/hocr 
./soobj/aux/echogs -e .dev -a-  ./soobj/libx -imageclass 0_interpolate
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/zdict.o ./soobj/zfile.o ./soobj/zfile1.o ./soobj/zfileio.o
./soobj/aux/echogs -e .dev -a-  ./soobj/translib -include ./soobj/cielib.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/ocr -include ./soobj/libocr
./soobj/aux/echogs -e .dev -a-  ./soobj/libx -imageclass 1_simple 3_mono
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/clmemory ./soobj/gxclmem.o ./soobj/gxclzlib.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/zfilter.o ./soobj/zfproc.o ./soobj/zgeneric.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gxfapi ./soobj/gxfapi.o
./soobj/aux/echogs -e .dev -a-  ./soobj/hocr 
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/type2 ./soobj/zchar2.o ./soobj/zfont2.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libx -imagetype 1 mask1
./soobj/aux/echogs -e .dev -a-  ./soobj/clmemory -include ./soobj/szlibe
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/ziodev.o ./soobj/ziodevsc.o ./soobj/zmath.o ./soobj/zalg.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cmapread ./soobj/zcid.o ./soobj/zfcmap.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/compfont -include ./soobj/psf0lib ./soobj/psf0read
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/zmisc.o ./soobj/zpacked.o ./soobj/zrelbit.o
./soobj/aux/echogs -e .dev -a-  ./soobj/gxfapi -include ./soobj/fapiu
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dcte -include ./soobj/sdcte ./soobj/sdeparam
./soobj/aux/echogs -e .dev -a-  ./soobj/cmapread -include ./soobj/cmaplib ./soobj/psl2int
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/zstack.o ./soobj/zstring.o ./soobj/zsysvm.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dpsand2 -include ./soobj/btoken ./soobj/color ./soobj/upath ./soobj/dps2lib ./soobj/dps2read
./soobj/aux/echogs -e .dev -a-  ./soobj/type2 -oper zchar2 zfont2
./soobj/aux/echogs -e .dev -a-  ./soobj/clmemory -include ./soobj/szlibd
./soobj/aux/echogs -e .dev -a-  ./soobj/cmapread -oper zfcmap
./soobj/aux/echogs -e .dev -a-  ./soobj/gxfapi -include ./soobj/fapif1
./soobj/aux/echogs -e .dev -a-  ./soobj/type2 -include ./soobj/type1 ./soobj/psf2lib
./soobj/aux/echogs -e .dev -a-  ./soobj/dcte -obj ./soobj/zfdcte.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/filter -include ./soobj/fdecode
./soobj/aux/echogs -e .dev -a-  ./soobj/filter -obj ./soobj/zfilter2.o
./soobj/aux/echogs -e .dev -a-  ./soobj/cmapread -ps gs_cmap
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2read ./soobj/zcolor2.o ./soobj/zcsindex.o ./soobj/zht2.o
./soobj/aux/echogs -e .dev -a-  ./soobj/clmemory -init gxclmem
./soobj/aux/echogs -e .dev -a-  ./soobj/gxfapi -include ./soobj/fapib
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/ztoken.o ./soobj/ztype.o ./soobj/zvmem.o
./soobj/aux/echogs -e .dev -a-  ./soobj/filter -include ./soobj/cfe ./soobj/lzwe ./soobj/rle
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sepr ./soobj/zcssepr.o ./soobj/zfsample.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl3read ./soobj/zfunc3.o ./soobj/zfsample.o
./soobj/aux/echogs -e .dev -a-  ./soobj/dcte -oper zfdcte
./soobj/aux/echogs -e .dev -a-  ./soobj/psl2read -include ./soobj/psl2int ./soobj/dps2read
./soobj/aux/echogs -e .dev -a-  ./soobj/filter -oper zfilter2
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/jpx_openjpeg ./soobj/zfjpx_openjpeg.o
./soobj/aux/echogs -e .dev -a-  ./soobj/sepr -oper zcssepr_l2
./soobj/aux/echogs -e .dev -a-  ./soobj/psl3read ./soobj/zimage3.o ./soobj/zmisc3.o ./soobj/zcolor3.o ./soobj/zshade.o
cp ./soobj/jbig2_jbig2dec.dev ./soobj/jbig2.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/zbfont.o ./soobj/zchar.o ./soobj/zcolor.o
./soobj/aux/echogs -e .dev -a-  ./soobj/jpx_openjpeg -include ./soobj/sjpx
./soobj/aux/echogs -e .dev -a-  ./soobj/psl2read -oper zht2_l2
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl3lib ./soobj/gsclipsr.o ./soobj/gscdevn.o ./soobj/gxdevndi.o
./soobj/aux/echogs -e .dev -a-  ./soobj/jpx_openjpeg -include ./soobj/openjpeg
./soobj/aux/echogs -e .dev -a-  ./soobj/sepr -oper zfsample
./soobj/aux/echogs -e .dev -a-  ./soobj/psl3read -oper zfsample
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/zdevice.o ./soobj/zfont.o ./soobj/zfontenum.o ./soobj/zgstate.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psl3lib -include ./soobj/imasklib ./soobj/shadelib
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdctd ./soobj/sdctc.o ./soobj/sjpegc.o ./soobj/sdctd.o ./soobj/sjpegd.o
./soobj/aux/echogs -e .dev -a-  ./soobj/jpx_openjpeg -oper zfjpx
./soobj/aux/echogs -e .dev -a-  ./soobj/psl3read -oper zimage3 zmisc3 zcolor3_l3 zshade
./soobj/aux/echogs -e .dev -a-  ./soobj/sepr -include ./soobj/func4 ./soobj/seprlib
./soobj/aux/echogs -e .dev -a-  ./soobj/psl3lib -include ./soobj/gxfapiu
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/zht.o ./soobj/zimage.o ./soobj/zmatrix.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/fax ./soobj/gdevfax.o ./soobj/minftrsz.o
./soobj/aux/echogs -e .dev -a-  ./soobj/sdctd -include ./soobj/jpegd.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/psl3read -functiontype 2 3
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/tiffs ./soobj/gdevtifs.o ./soobj/minftrsz.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/zpaint.o ./soobj/zpath.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psdf ./soobj/gdevpsdi.o ./soobj/gdevpsdp.o
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffs -include ./soobj/page -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -obj ./soobj/zncdummy.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/jpeg ./soobj/gdevjpeg.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/jpegcmyk ./soobj/gdevjpeg.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psl3read -ps gs_ll3
./soobj/aux/echogs -e .dev -a-  ./soobj/fax -include ./soobj/cfe -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/jpeggray ./soobj/gdevjpeg.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psdf -obj ./soobj/gdevpsds.o ./soobj/gdevpsdu.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -oper zarith zarray zcontrol1 zcontrol2 zcontrol3
./soobj/aux/echogs -e .dev -a-  ./soobj/jpeg -include ./soobj/sdcte
./soobj/aux/echogs -e .dev -a-  ./soobj/jpeggray -include ./soobj/sdcte
./soobj/aux/echogs -e .dev -a-  ./soobj/psl3read -include ./soobj/frsd ./soobj/fzlib
./soobj/aux/echogs -e .dev -a-  ./soobj/psdf -obj ./soobj/scfparam.o ./soobj/sdcparam.o ./soobj/sdeparam.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff12nc ./soobj/gdevtfnx.o ./soobj/minftrsz.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -oper zdict1 zdict2 zfile zfile1 zfileio1 zfileio2
./soobj/aux/echogs -e .dev -a-  ./soobj/psdf -obj ./soobj/spprint.o ./soobj/spsdf.o ./soobj/sstring.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff24nc ./soobj/gdevtfnx.o ./soobj/minftrsz.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff32nc ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff48nc ./soobj/gdevtfnx.o ./soobj/minftrsz.o
./soobj/aux/echogs -e .dev -a-  ./soobj/jpegcmyk -include ./soobj/sdcte
./soobj/aux/echogs -e .dev -a-  ./soobj/tiff32nc -include ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/tiff24nc -include ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/psdf -obj ./soobj/gsparamx.o
./soobj/aux/echogs -e .dev -a-  ./soobj/tiff12nc -include ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -oper zfilter zfproc zgeneric ziodev zmath zalg
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiff64nc ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffgray ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o
./soobj/aux/echogs -e .dev -a-  ./soobj/tiff48nc -include ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psdf -include ./soobj/vector.dev ./soobj/pngp.dev ./soobj/seexec.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/tiff64nc -include ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -oper zmisc_a zmisc_b zpacked zrelbit zstack zstring zsysvm
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled24 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psdf -include ./soobj/sdcte.dev ./soobj/slzwe.dev ./soobj/szlibe.dev
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled32 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffgray -include ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled4 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffscaled8 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -oper ztoken ztype zvmem zbfont zchar_a zchar_b zcolor zcolor_ext
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffscaled -include ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -oper zdevice zdevice_ext zfont zfontenum zgstate1 zgstate2 zgstate3 zgstate4
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffscaled32 -include ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffscaled4 -include ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffscaled8 -include ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffsep ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./soobj/page -l-obj ./soobj/tiffsep1 ./soobj/gdevtsep.o ./soobj/gsequivc.o ./soobj/minftrsz.o ./soobj/gdevdevn.o ./soobj/gsequivc.o ./soobj/gdevppla.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -oper zht zimage zmatrix zmatrix2
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./soobj -I./base -I./soobj -I./devices -I./devices/vector -DOCR_VERSION=1  -Isrc/libtiff -Isrc/libtiff -I./soobj -Isrc -o ./soobj/gdevxps_1.o -c ./devices/vector/gdevxps.c
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffscaled24 -include ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffsep -include ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/clist ./soobj/gxclist.o ./soobj/gxclbits.o ./soobj/gxclpage.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -oper zpaint zpath pantone zcolor_pdf
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/cidfont ./soobj/zcid.o ./soobj/zfcid.o ./soobj/zfcid0.o ./soobj/zfcid1.o
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffsep1 -include ./soobj/tiffs
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dctd -include ./soobj/sdctd ./soobj/sddparam
./soobj/aux/echogs -e .dev -a-  ./soobj/clist -obj ./soobj/gxclrast.o ./soobj/gxclread.o ./soobj/gxclrect.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/transpar ./soobj/ztrans.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -iodev stdin stdout stderr lineedit statementedit
./soobj/aux/echogs -e .dev -a-  ./soobj/cidfont -include ./soobj/psf1read ./soobj/psl2int
cp ./soobj/jpx_openjpeg.dev ./soobj/jpx.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/clist -obj ./soobj/gxclutil.o ./soobj/gsparams.o ./soobj/gsparaml.o ./soobj/gsparamx.o ./soobj/gxshade6.o
./soobj/aux/echogs -e .dev -a-  ./soobj/dctd -obj ./soobj/zfdctd.o
./soobj/aux/echogs -e .dev -a-  ./soobj/transpar -oper ztrans1 ztrans2 ztrans3
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -include ./soobj/isupport ./soobj/nobtoken ./soobj/nousparm
./soobj/aux/echogs -e .dev -a-  ./soobj/cidfont -include ./soobj/type2 ./soobj/type42 ./soobj/zfrsd
./soobj/aux/echogs -e .dev -a-  ./soobj/clist -obj ./soobj/gsroptab.o ./soobj/gsroprun.o ./soobj/stream.o
./soobj/aux/echogs -e .dev -a-  ./soobj/dctd -oper zfdctd
./soobj/aux/echogs -e .dev -a-  ./soobj/transpar -include ./soobj/psl2read ./soobj/translib
./soobj/aux/echogs -e .dev -a-  ./soobj/clist -obj ./soobj/gxclimag.o ./soobj/gxclpath.o ./soobj/gxdhtserial.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/sdct -include ./soobj/sdctd.dev ./soobj/sdcte.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/cidfont -oper zfcid0 zfcid1
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -include ./soobj/rld ./soobj/rle ./soobj/sfile ./soobj/dscparse
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/cfax ./soobj/gdevcfax.o
./soobj/aux/echogs -e .dev -a-  ./soobj/clist -obj ./soobj/gxclthrd.o ./soobj/gsmchunk.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/tfax ./soobj/gdevtfax.o ./soobj/minftrsz.o
./soobj/aux/echogs -e .dev -a-  ./soobj/cidfont -ps gs_cidfn gs_cidcm gs_fntem gs_cidtt gs_cidfm
./soobj/aux/echogs -e .dev -a-  ./soobj/tfax -include ./soobj/cfe ./soobj/lzwe ./soobj/rle
./soobj/aux/echogs -e .dev -a-  ./soobj/cfax -include ./soobj/fax
./soobj/aux/echogs -e .dev -a-  ./soobj/clist -include ./soobj/clfile
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/faxg3 -include ./soobj/fax
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/faxg32d -include ./soobj/fax
./soobj/aux/echogs -e .dev -a-  ./soobj/tfax -include ./soobj/fax ./soobj/tiffs -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -include ./soobj/fapi_ps
./soobj/aux/echogs -e .dev -a-  ./soobj/clist -include ./soobj/clmemory ./soobj/posync.dev
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/faxg4 -include ./soobj/fax
./soobj/aux/echogs -e .dev -a-  ./soobj/faxg32d -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/faxg3 -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/dct -include ./soobj/dcte ./soobj/dctd
./soobj/aux/echogs -e .dev -a-  ./soobj/psbase -replace ./soobj/gsiodevs
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdfread -include ./soobj/frsd ./soobj/func4 ./soobj/fzlib
./soobj/aux/echogs -e .dev -a-  ./soobj/faxg4 -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdfi ./soobj/pdf_loop_detect.o ./soobj/ghostpdf.o ./soobj/pdf_dict.o ./soobj/pdf_array.o ./soobj/pdf_xref.o ./soobj/pdf_int.o ./soobj/pdf_file.o ./soobj/pdf_path.o ./soobj/pdf_colour.o ./soobj/pdf_pattern.o ./soobj/pdf_gstate.o ./soobj/pdf_stack.o ./soobj/pdf_image.o ./soobj/pdf_page.o ./soobj/pdf_annot.o ./soobj/pdf_mark.o ./soobj/pdf_fapi.o ./soobj/pdf_font.o ./soobj/pdf_font0.o ./soobj/pdf_ciddec.o ./soobj/pdf_font1.o ./soobj/pdf_font1C.o ./soobj/pdf_fontps.o ./soobj/pdf_font3.o ./soobj/pdf_fontTT.o ./soobj/pdf_font9.o ./soobj/pdf_font11.o ./soobj/pdf_cmap.o ./soobj/pdf_fmap.o ./soobj/pdf_text.o ./soobj/pdf_shading.o ./soobj/pdf_func.o ./soobj/pdf_trans.o ./soobj/pdf_device.o ./soobj/pdf_misc.o ./soobj/pdf_optcontent.o ./soobj/pdf_check.o ./soobj/pdf_sec.o ./soobj/pdf_utf8.o ./soobj/pdf_deref.o ./soobj/pdf_repair.o ./soobj/pdf_obj.o ./soobj/pdf_doc.o 
./soobj/aux/echogs -w ./soobj/fdevs.tr - -include ./soobj/unix_
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/dfaxhigh ./soobj/gdevdfax.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfread -include ./soobj/transpar
./soobj/aux/echogs -e .dev -a-  ./soobj/clist -include ./soobj/cfe ./soobj/cfd ./soobj/rle ./soobj/rld ./soobj/psl2cs
./soobj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./soobj/dfaxlow ./soobj/gdevdfax.o
./soobj/aux/echogs -e .dev -a-  ./soobj/dfaxhigh -include ./soobj/tfax
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfi -include ./soobj/func4lib.dev ./soobj/gsagl.dev
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffcrle -include ./soobj/tfax
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfread -ps pdf_ops
./soobj/aux/echogs -a ./soobj/fdevs.tr -+ ./soobj/pipe.dev ./soobj/gsnogc.dev ./soobj/htxlib.dev ./soobj/psl3lib.dev ./soobj/psl2lib.dev ./soobj/dps2lib.dev ./soobj/path1lib.dev ./soobj/patlib.dev ./soobj/psl2cs.dev ./soobj/rld.dev ./soobj/gxfapiu.dev ./soobj/ttflib.dev  ./soobj/cielib.dev ./soobj/pipe.dev ./soobj/htxlib.dev ./soobj/sdct.dev ./soobj/libpng.dev ./soobj/seprlib.dev ./soobj/translib.dev ./soobj/cidlib.dev ./soobj/psf0lib.dev ./soobj/psf1lib.dev ./soobj/psf2lib.dev ./soobj/lzwd.dev ./soobj/sicclib.dev ./soobj/sjbig2.dev ./soobj/sjpx.dev ./soobj/ramfs.dev ./soobj/pwgd.dev ./soobj/siscale.dev 
./soobj/aux/echogs -e .dev -a-  ./soobj/dfaxlow -include ./soobj/tfax
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffg3 -include ./soobj/tfax
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffcrle -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfi -include ./soobj/pdiff.dev ./soobj/psfilters.dev ./soobj/saes.dev ./soobj/sjpx.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfread -ps pdf_rbld
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffg32d -include ./soobj/tfax
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffg4 -include ./soobj/tfax
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfi -include ./soobj/ssha2.dev ./soobj/psfilters.dev ./soobj/sdct.dev ./soobj/simscale.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffg32d -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffg4 -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfread -ps pdf_base pdf_draw
./soobj/aux/echogs -a ./soobj/fdevs.tr -+ 
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffg3 -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tifflzw -include ./soobj/tfax
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/tiffpack -include ./soobj/tfax
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libs ./soobj/gpmisc.o ./soobj/stream.o ./soobj/strmio.o
./soobj/aux/echogs -e .dev -a-  ./soobj/tifflzw -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gsalloc.o ./soobj/gxdownscale.o ./soobj/gxdownscale.o ./soobj/claptrap.o ./soobj/claptrap-init.o ./soobj/claptrap-planar.o ./soobj/ets.o ./soobj/gdevprn.o ./soobj/gdevflp.o ./soobj/gdevkrnlsclass.o ./soobj/gdevepo.o
./soobj/aux/echogs -e .dev -a-  ./soobj/tiffpack -include ./soobj/libtiff
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gdevmplt.o ./soobj/gsbitcom.o ./soobj/gsbitops.o ./soobj/gsbittab.o ./soobj/gdevoflt.o ./soobj/gdevnup.o ./soobj/gdevsclass.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl1 -include ./soobj/psbase ./soobj/bcp ./soobj/path1 ./soobj/type1
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gscedata.o ./soobj/gscencs.o ./soobj/gschar.o ./soobj/gscolor.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfread -include ./soobj/cff
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gscoord.o ./soobj/gscparam.o ./soobj/gscspace.o  ./soobj/gscicach.o ./soobj/gsovrc.o ./soobj/gxoprect.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psl1 -emulator PostScript PostScriptLevel1
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gsdevice.o ./soobj/gsdevmem.o ./soobj/gsdparam.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl2 -include ./soobj/dpsand2
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gsfname.o ./soobj/gsfont.o ./soobj/gsgdata.o ./soobj/gsgcache.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfread -include ./soobj/ttfont
./soobj/aux/echogs -e .dev -a-  ./soobj/psl2 -include ./soobj/cidfont ./soobj/cie ./soobj/cmapread ./soobj/compfont
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfread -ps pdf_font pdf_main pdf_sec
./soobj/aux/echogs -e .dev -a-  ./soobj/psl2 -include ./soobj/dct ./soobj/filter ./soobj/iodevice
./soobj/aux/echogs -e .dev -a-  ./soobj/psl2 -include ./soobj/pagedev ./soobj/pattern ./soobj/psl1 ./soobj/psl2lib ./soobj/psl2read
./soobj/aux/echogs -e .dev -a-  ./soobj/psl2 -include ./soobj/sepr ./soobj/type32 ./soobj/type42
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gsht.o ./soobj/gshtscr.o ./soobj/gen_ordered.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psl2 -include ./soobj/fimscale ./soobj/form
./soobj/aux/echogs -e .dev -a-  ./soobj/psl3 -include ./soobj/icc
./soobj/aux/echogs -e .dev -a-  ./soobj/psl2 -emulator PostScript PostScriptLevel2
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gsimage.o ./soobj/gsimpath.o ./soobj/gsinit.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gsiodev.o ./soobj/gsgstate.o ./soobj/gsline.o
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/psl3 -include ./soobj/psl2 ./soobj/cspixel ./soobj/frsd ./soobj/func
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gsmalloc.o ./soobj/memento.o ./soobj/bobbin.o ./soobj/gsmatrix.o
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gsmemory.o ./soobj/gsmemret.o ./soobj/gsmisc.o ./soobj/gsnotify.o ./soobj/gslibctx.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psl3 -include ./soobj/psl3lib ./soobj/psl3read
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gspaint.o ./soobj/gsparam.o ./soobj/gspath.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psl3 -include ./soobj/icc
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gsserial.o ./soobj/gsstate.o ./soobj/gstext.o ./soobj/gsutil.o ./soobj/gssprintf.o ./soobj/gsstrtok.o ./soobj/gsstrl.o
./soobj/aux/echogs -e .dev -a-  ./soobj/psl3 -emulator PostScript PostScriptLevel2 PostScriptLevel3
./soobj/aux/echogs -e .dev -a- -l-comp ./soobj/libs overprint
./soobj/aux/echogs -e .dev -a- -l-comp ./soobj/libs pdf14trans
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/pdf -include ./soobj/psbase ./soobj/dps2lib
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/gs_pdfwr -include ./soobj/psl3
./soobj/aux/echogs -e .dev -a-  ./soobj/pdf -include ./soobj/dps2read ./soobj/pdffonts ./soobj/psl3
./soobj/aux/echogs -e .dev -a-  ./soobj/pdf -include ./soobj/psl2lib ./soobj/pdfread
./soobj/aux/echogs -e .dev -a-  ./soobj/libs -init gshtscr
./soobj/aux/echogs -e .dev -a-  ./soobj/gs_pdfwr -ps gs_pdfwr
./soobj/aux/echogs -e .dev -a-  ./soobj/pdf -include ./soobj/fmd5 ./soobj/fsha2
./soobj/aux/echogs -e .dev -a-  ./soobj/libs -include ./soobj/gsiodevs
./soobj/aux/echogs -e .dev -a-  ./soobj/pdf -include ./soobj/farc4 ./soobj/faes.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/libs -include ./soobj/translib
./soobj/aux/echogs -e .dev -a-  ./soobj/pdf -include ./soobj/type2
./soobj/aux/echogs -e .dev -a-  ./soobj/pdf -include ./soobj/pdfops
./soobj/aux/echogs -e .dev -a-  ./soobj/libs -include ./soobj/clist
./soobj/aux/echogs -e .dev -a-  ./soobj/pdf -include ./soobj/pdf_r6
./soobj/aux/echogs -e .dev -a-  ./soobj/libs -include ./soobj/romfs1
./soobj/aux/echogs -e .dev -a-  ./soobj/libs ./soobj/gxfapi
./soobj/aux/echogs -e .dev -a-  ./soobj/pdf -functiontype 4
./soobj/aux/echogs -e .dev -a-  ./soobj/libs -init fapi
./soobj/aux/echogs -e .dev -a-  ./soobj/pdf -emulator PDF
In file included from ./devices/vector/gdevxps.c:27:
./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   35 |     uint16 Compression;         /* same values as TIFFTAG_COMPRESSION */
      |     ^~~~~~
./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   83 | int tiff_compression_param_string(gs_param_string *param, uint16 id);
      | ^~~
./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   88 | int tiff_compression_id(uint16 *id, gs_param_string *param);
      | ^~~
./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   94 | int tiff_compression_allowed(uint16 compression, byte depth);
      | ^~~
./soobj/aux/echogs -e .dev -w- -l-obj ./soobj/libcore
./soobj/aux/echogs -e .dev -a-  ./soobj/libcore -dev2 nullpage
./soobj/aux/echogs -e .dev -a-  ./soobj/libcore -include ./soobj/libs ./soobj/libx ./soobj/libd
./soobj/aux/echogs -e .dev -a-  ./soobj/libcore -include ./soobj/iscale ./soobj/roplib
./soobj/aux/echogs -e .dev -a-  ./soobj/libcore -include ./soobj/strdline
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/pdfwrite ./soobj/gdevpdf.o ./soobj/gdevpdfb.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite ./soobj/gdevpdfc.o ./soobj/gdevpdfd.o ./soobj/gdevpdfe.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite ./soobj/gdevpdfg.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite ./soobj/gdevpdfi.o ./soobj/gdevpdfj.o ./soobj/gdevpdfk.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite ./soobj/gdevpdfm.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite ./soobj/gdevpdfo.o ./soobj/gdevpdfp.o ./soobj/gdevpdft.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite ./soobj/gdevpdfr.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite ./soobj/gdevpdfu.o ./soobj/gdevpdfv.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite ./soobj/gsflip.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite ./soobj/scantab.o ./soobj/sfilter2.o
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite 
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite -include ./soobj/cmyklib ./soobj/cfe ./soobj/lzwe
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite -include ./soobj/rle ./soobj/sdcte ./soobj/sdeparam
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite -include ./soobj/smd5 ./soobj/szlibe ./soobj/sarc4.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite -include ./soobj/psdf ./soobj/gsagl
./soobj/aux/echogs -e .dev -a-  ./soobj/pdfwrite -include ./soobj/pdtext
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/eps2write
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/ps2write
./soobj/aux/echogs -e .dev -a-  ./soobj/eps2write -include ./soobj/pdfwrite.dev
./soobj/aux/echogs -e .dev -a-  ./soobj/ps2write -include ./soobj/pdfwrite.dev
cp ./soobj/gdevxps_1.o ./soobj/gdevxps.o
./soobj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./soobj/xpswrite ./soobj/gdevxps.o
./soobj/aux/echogs -e .dev -a-  ./soobj/xpswrite -include ./soobj/vector -include ./soobj/libtiff
./soobj/aux/echogs -w ./soobj/devdevs.tr -+ ./soobj/display.dev 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/PCLm.dev ./soobj/PCLm8.dev ./soobj/bbox.dev ./soobj/bit.dev ./soobj/bitcmyk.dev ./soobj/bitrgb.dev ./soobj/bitrgbtags.dev ./soobj/bmp16.dev ./soobj/bmp16m.dev ./soobj/bmp256.dev ./soobj/bmp32b.dev ./soobj/bmpgray.dev ./soobj/bmpmono.dev ./soobj/bmpsep1.dev ./soobj/bmpsep8.dev ./soobj/ccr.dev ./soobj/cfax.dev ./soobj/cif.dev ./soobj/devicen.dev ./soobj/dfaxhigh.dev ./soobj/dfaxlow.dev ./soobj/display.dev ./soobj/docxwrite.dev ./soobj/eps2write.dev ./soobj/fax.dev ./soobj/faxg3.dev ./soobj/faxg32d.dev ./soobj/faxg4.dev ./soobj/fpng.dev ./soobj/inferno.dev ./soobj/ink_cov.dev ./soobj/inkcov.dev ./soobj/jpeg.dev ./soobj/jpegcmyk.dev ./soobj/jpeggray.dev ./soobj/mgr4.dev ./soobj/mgr8.dev ./soobj/mgrgray2.dev ./soobj/mgrgray4.dev ./soobj/mgrgray8.dev ./soobj/mgrmono.dev ./soobj/miff24.dev ./soobj/pam.dev ./soobj/pamcmyk32.dev ./soobj/pamcmyk4.dev ./soobj/pbm.dev ./soobj/pbmraw.dev ./soobj/pcx16.dev ./soobj/pcx24b.dev ./soobj/pcx256.dev ./soobj/pcxcmyk.dev ./soobj/pcxgray.dev ./soobj/pcxmono.dev ./soobj/pdfimage24.dev ./soobj/pdfimage32.dev ./soobj/pdfimage8.dev ./soobj/pdfwrite.dev ./soobj/pgm.dev ./soobj/pgmraw.dev ./soobj/pgnm.dev ./soobj/pgnmraw.dev ./soobj/pkm.dev ./soobj/pkmraw.dev ./soobj/pksm.dev ./soobj/pksmraw.dev ./soobj/plan.dev ./soobj/plan9bm.dev ./soobj/planc.dev ./soobj/plang.dev ./soobj/plank.dev ./soobj/planm.dev ./soobj/plib.dev ./soobj/plibc.dev ./soobj/plibg.dev ./soobj/plibk.dev ./soobj/plibm.dev ./soobj/pnm.dev ./soobj/pnmraw.dev ./soobj/ppm.dev ./soobj/ppmraw.dev ./soobj/ps2write.dev ./soobj/psdcmyk.dev ./soobj/psdcmyk16.dev ./soobj/psdcmykog.dev ./soobj/psdcmyktags.dev ./soobj/psdcmyktags16.dev ./soobj/psdf.dev ./soobj/psdrgb.dev ./soobj/psdrgb16.dev ./soobj/spotcmyk.dev ./soobj/tfax.dev ./soobj/tiff12nc.dev ./soobj/tiff24nc.dev ./soobj/tiff32nc.dev ./soobj/tiff48nc.dev ./soobj/tiff64nc.dev ./soobj/tiffcrle.dev ./soobj/tiffg3.dev ./soobj/tiffg32d.dev ./soobj/tiffg4.dev ./soobj/tiffgray.dev ./soobj/tifflzw.dev ./soobj/tiffpack.dev ./soobj/tiffs.dev ./soobj/tiffscaled.dev ./soobj/tiffscaled24.dev ./soobj/tiffscaled32.dev ./soobj/tiffscaled4.dev ./soobj/tiffscaled8.dev ./soobj/tiffsep.dev ./soobj/tiffsep1.dev ./soobj/txtwrite.dev ./soobj/xcf.dev ./soobj/xpswrite.dev 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/alc1900.dev ./soobj/alc2000.dev ./soobj/alc4000.dev ./soobj/alc4100.dev ./soobj/alc8500.dev ./soobj/alc8600.dev ./soobj/alc9100.dev ./soobj/ap3250.dev ./soobj/appledmp.dev ./soobj/atx23.dev ./soobj/atx24.dev ./soobj/atx38.dev ./soobj/bj10e.dev ./soobj/bj10v.dev ./soobj/bj10vh.dev ./soobj/bj200.dev ./soobj/bjc600.dev ./soobj/bjc800.dev ./soobj/bjc880j.dev ./soobj/bjccmyk.dev ./soobj/bjccolor.dev ./soobj/bjcgray.dev ./soobj/bjcmono.dev ./soobj/cdeskjet.dev ./soobj/cdj1600.dev ./soobj/cdj500.dev ./soobj/cdj550.dev ./soobj/cdj670.dev ./soobj/cdj850.dev ./soobj/cdj880.dev ./soobj/cdj890.dev ./soobj/cdj970.dev ./soobj/cdjcolor.dev ./soobj/cdjmono.dev ./soobj/cdnj500.dev ./soobj/chp2200.dev ./soobj/cljet5.dev ./soobj/cljet5c.dev ./soobj/cljet5pr.dev ./soobj/coslw2p.dev ./soobj/coslwxl.dev ./soobj/declj250.dev ./soobj/deskjet.dev ./soobj/dj505j.dev ./soobj/djet500.dev ./soobj/djet500c.dev ./soobj/dl2100.dev ./soobj/dnj650c.dev ./soobj/epl2050.dev ./soobj/epl2050p.dev ./soobj/epl2120.dev ./soobj/epl2500.dev ./soobj/epl2750.dev ./soobj/epl5800.dev ./soobj/epl5900.dev ./soobj/epl6100.dev ./soobj/epl6200.dev ./soobj/eplcolor.dev ./soobj/eplmono.dev ./soobj/eps9high.dev ./soobj/eps9mid.dev ./soobj/epson.dev ./soobj/epsonc.dev ./soobj/escp.dev ./soobj/escpage.dev ./soobj/fmlbp.dev ./soobj/fmpr.dev ./soobj/fs600.dev ./soobj/gdi.dev ./soobj/hl1240.dev ./soobj/hl1250.dev ./soobj/hl7x0.dev ./soobj/hpdj1120c.dev ./soobj/hpdj310.dev ./soobj/hpdj320.dev ./soobj/hpdj340.dev ./soobj/hpdj400.dev ./soobj/hpdj500.dev ./soobj/hpdj500c.dev ./soobj/hpdj510.dev ./soobj/hpdj520.dev ./soobj/hpdj540.dev ./soobj/hpdj550c.dev ./soobj/hpdj560c.dev ./soobj/hpdj600.dev ./soobj/hpdj660c.dev ./soobj/hpdj670c.dev ./soobj/hpdj680c.dev ./soobj/hpdj690c.dev ./soobj/hpdj850c.dev ./soobj/hpdj855c.dev ./soobj/hpdj870c.dev ./soobj/hpdj890c.dev ./soobj/hpdjplus.dev ./soobj/hpdjportable.dev ./soobj/ibmpro.dev ./soobj/imagen.dev ./soobj/itk24i.dev ./soobj/itk38.dev ./soobj/iwhi.dev ./soobj/iwlo.dev ./soobj/iwlq.dev ./soobj/jetp3852.dev ./soobj/jj100.dev ./soobj/la50.dev ./soobj/la70.dev ./soobj/la75.dev ./soobj/la75plus.dev ./soobj/laserjet.dev ./soobj/lbp310.dev ./soobj/lbp320.dev ./soobj/lbp8.dev ./soobj/lex2050.dev ./soobj/lex3200.dev ./soobj/lex5700.dev ./soobj/lex7000.dev ./soobj/lips2p.dev ./soobj/lips3.dev ./soobj/lips4.dev ./soobj/lips4v.dev ./soobj/lj250.dev ./soobj/lj3100sw.dev ./soobj/lj4dith.dev ./soobj/lj4dithp.dev ./soobj/lj5gray.dev ./soobj/lj5mono.dev ./soobj/ljet2p.dev ./soobj/ljet3.dev ./soobj/ljet3d.dev ./soobj/ljet4.dev ./soobj/ljet4d.dev ./soobj/ljet4pjl.dev ./soobj/ljetplus.dev ./soobj/ln03.dev ./soobj/lp1800.dev ./soobj/lp1900.dev ./soobj/lp2000.dev ./soobj/lp2200.dev ./soobj/lp2400.dev ./soobj/lp2500.dev ./soobj/lp2563.dev ./soobj/lp3000c.dev ./soobj/lp7500.dev ./soobj/lp7700.dev ./soobj/lp7900.dev ./soobj/lp8000.dev ./soobj/lp8000c.dev ./soobj/lp8100.dev ./soobj/lp8200c.dev ./soobj/lp8300c.dev ./soobj/lp8300f.dev ./soobj/lp8400f.dev ./soobj/lp8500c.dev ./soobj/lp8600.dev ./soobj/lp8600f.dev ./soobj/lp8700.dev ./soobj/lp8800c.dev ./soobj/lp8900.dev ./soobj/lp9000b.dev ./soobj/lp9000c.dev ./soobj/lp9100.dev ./soobj/lp9200b.dev ./soobj/lp9200c.dev ./soobj/lp9300.dev ./soobj/lp9400.dev ./soobj/lp9500c.dev ./soobj/lp9600.dev ./soobj/lp9600s.dev ./soobj/lp9800c.dev ./soobj/lps4500.dev ./soobj/lps6500.dev ./soobj/lq850.dev ./soobj/lxm3200.dev ./soobj/lxm5700m.dev ./soobj/m8510.dev ./soobj/md1xMono.dev ./soobj/md2k.dev ./soobj/md50Eco.dev ./soobj/md50Mono.dev ./soobj/md5k.dev ./soobj/mj500c.dev ./soobj/mj6000c.dev ./soobj/mj700v2c.dev ./soobj/mj8000c.dev ./soobj/ml600.dev ./soobj/necp6.dev ./soobj/npdl.dev ./soobj/oce9050.dev ./soobj/oki182.dev ./soobj/oki4w.dev ./soobj/okiibm.dev ./soobj/oprp.dev ./soobj/opvp.dev ./soobj/paintjet.dev ./soobj/pcl3.dev ./soobj/photoex.dev ./soobj/picty180.dev ./soobj/pj.dev ./soobj/pjetxl.dev ./soobj/pjxl.dev ./soobj/pjxl300.dev ./soobj/pr1000.dev ./soobj/pr1000_4.dev ./soobj/pr150.dev ./soobj/pr201.dev ./soobj/pxlcolor.dev ./soobj/pxlmono.dev ./soobj/r4081.dev ./soobj/rinkj.dev ./soobj/rpdl.dev ./soobj/samsunggdi.dev ./soobj/sj48.dev ./soobj/st800.dev ./soobj/stcolor.dev ./soobj/t4693d2.dev ./soobj/t4693d4.dev ./soobj/t4693d8.dev ./soobj/tek4696.dev ./soobj/uniprint.dev ./soobj/xes.dev 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/ijs.dev 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/png16.dev ./soobj/png16m.dev ./soobj/png256.dev ./soobj/png48.dev ./soobj/pngalpha.dev ./soobj/pnggray.dev ./soobj/pngmono.dev ./soobj/pngmonod.dev 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ ./soobj/ocr.dev ./soobj/hocr.dev ./soobj/pdfocr8.dev ./soobj/pdfocr24.dev ./soobj/pdfocr32.dev
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr -+ 
./soobj/aux/echogs -a ./soobj/devdevs.tr - ./soobj/libcore
./soobj/aux/echogs -w ./soobj/devs.tr -n -R ./soobj/fdevs.tr
./soobj/aux/echogs -a ./soobj/devs.tr -+ ""
./soobj/aux/echogs -a ./soobj/devs.tr -n -R ./soobj/devdevs.tr
./soobj/aux/genconf ./soobj/devs.tr -h ./soobj/gconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/ld.tr
./soobj/aux/echogs -a ./soobj/gconfxx.h 
./soobj/aux/echogs -w ./soobj/igs.tr - -include ./soobj/psl3.dev ./soobj/pdf.dev ./soobj/pdfi.dev ./soobj/epsf.dev ./soobj/ttfont.dev ./soobj/fapi_ps.dev ./soobj/jpx.dev ./soobj/jbig2.dev ./soobj/gs_pdfwr.dev
rm -f ./soobj/gconfig.h
./soobj/aux/genconf ./soobj/igs.tr -h ./soobj/iconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/gsld.tr
cp ./soobj/gconfxx.h ./soobj/gconfig.h
rm -f ./soobj/gconfig.c
./soobj/aux/echogs -w ./soobj/iconfig.h -R ./soobj/iconfxx.h
./soobj/aux/echogs -w ./soobj/gsnoapi.tr -R ./soobj/devs.tr
cp ./base/gconf.c ./soobj/gconfig.c
./soobj/aux/echogs -a ./soobj/gsnoapi.tr -R ./soobj/igs.tr
./soobj/aux/genconf ./soobj/gsnoapi.tr -h ./soobj/unused.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/gsnoapild.tr
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./soobj/gconfig.o -c ./soobj/gconfig.c
./soobj/aux/echogs -w ./soobj/gs.tr -R ./soobj/gsnoapi.tr
./soobj/aux/echogs -a ./soobj/gs.tr - -include ./soobj/iapi.dev
./soobj/aux/genconf ./soobj/gs.tr -h ./soobj/unused.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./soobj/gsld.tr
./soobj/gconfig.c:211:1: warning: no previous prototype for ?gs_lib_register_device? [-Wmissing-prototypes]
  211 | gs_lib_register_device(const gx_device *dev)
      | ^~~~~~~~~~~~~~~~~~~~~~
rm -f ./soobj/iconfig.c
cp ./psi/iconf.c ./soobj/iconfig.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"  -I./psi -I./soobj -I./soobj -I./base -I./devices  -o ./soobj/iconfig.o -c ./soobj/iconfig.c
./soobj/aux/echogs -w ./soobj/ldt.tr -n - gcc -Wl,-rpath=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib   -shared -Wl,-soname=libgs.so.9 -o ./sobin/libgs.so.9.56
./soobj/aux/echogs -a ./soobj/ldt.tr -n -s ./soobj/gsromfs0.o  -s
cat ./soobj/gsld.tr >> ./soobj/ldt.tr
./soobj/aux/echogs -a ./soobj/ldt.tr -s -  -lm -ldl -lz -lpaper -L/gnu/store/dm588p6sf6gpw88a43q55gvs6lbgbzlv-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/0qcqxvgmw04dl4phawpn853y5b9bzv7w-fontconfig-minimal-2.14.0/lib -L/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype   -lpthread -lm -lstdc++
if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \
XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \
PSI_FEATURE_DEVS= FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \
DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \
DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \
DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \
DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \
DEVICE_DEVS_EXTRA= \
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh <./soobj/ldt.tr
make[2]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
make -f Makefile DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib  '\
 CFLAGS='-fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1\
 ./sobin/gsc ./sobin/gsx -so-loader -so-loader -so-loader -so-loader
make[2]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
make[2]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
make[1]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
phase `build' succeeded after 7289.6 seconds
starting phase `check'
gcc   -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1  -I./base -o ./obj/aux/genconf ./base/genconf.c  -lm -ldl -lz -lpaper -L/gnu/store/dm588p6sf6gpw88a43q55gvs6lbgbzlv-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/0qcqxvgmw04dl4phawpn853y5b9bzv7w-fontconfig-minimal-2.14.0/lib -L/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype   -lz
gcc   -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1  -I./base -o ./obj/aux/echogs ./base/echogs.c  -lm -ldl -lz -lpaper -L/gnu/store/dm588p6sf6gpw88a43q55gvs6lbgbzlv-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/0qcqxvgmw04dl4phawpn853y5b9bzv7w-fontconfig-minimal-2.14.0/lib -L/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype   -lz
gcc   -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1  -I./base -o ./obj/aux/genarch ./base/genarch.c  -lm -ldl -lz -lpaper -L/gnu/store/dm588p6sf6gpw88a43q55gvs6lbgbzlv-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/0qcqxvgmw04dl4phawpn853y5b9bzv7w-fontconfig-minimal-2.14.0/lib -L/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype   -lz
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/ets_0.o -c ./base/ets.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmscam02.o -c ./lcms2mt/src/cmscam02.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmscgats.o -c ./lcms2mt/src/cmscgats.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmscnvrt.o -c ./lcms2mt/src/cmscnvrt.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmserr.o -c ./lcms2mt/src/cmserr.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsgamma.o -c ./lcms2mt/src/cmsgamma.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsgmt.o -c ./lcms2mt/src/cmsgmt.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmshalf.o -c ./lcms2mt/src/cmshalf.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsintrp.o -c ./lcms2mt/src/cmsintrp.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsio0.o -c ./lcms2mt/src/cmsio0.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsio1.o -c ./lcms2mt/src/cmsio1.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmslut.o -c ./lcms2mt/src/cmslut.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsmd5.o -c ./lcms2mt/src/cmsmd5.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsmtrx.o -c ./lcms2mt/src/cmsmtrx.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsnamed.o -c ./lcms2mt/src/cmsnamed.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsopt.o -c ./lcms2mt/src/cmsopt.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmspack.o -c ./lcms2mt/src/cmspack.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmspcs.o -c ./lcms2mt/src/cmspcs.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsplugin.o -c ./lcms2mt/src/cmsplugin.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsps2.o -c ./lcms2mt/src/cmsps2.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmssamp.o -c ./lcms2mt/src/cmssamp.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmstypes.o -c ./lcms2mt/src/cmstypes.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsvirt.o -c ./lcms2mt/src/cmsvirt.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmswtpnt.o -c ./lcms2mt/src/cmswtpnt.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsxform.o -c ./lcms2mt/src/cmsxform.c
gcc -fvisibility=hidden -DSHARE_LCMS=0  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_LCMS=0     -I./lcms2mt/include  -o ./obj/cmsalpha.o -c ./lcms2mt/src/cmsalpha.c
./obj/aux/echogs -e .dev -w- -l-obj ./obj/jbig2dec_1 -lib jbig2dec
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_bio.o -c ./openjpeg/src/lib/openjp2/bio.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_cidx_manager.o -c ./openjpeg/src/lib/openjp2/cidx_manager.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_cio.o -c ./openjpeg/src/lib/openjp2/cio.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_dwt.o -c ./openjpeg/src/lib/openjp2/dwt.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_event.o -c ./openjpeg/src/lib/openjp2/event.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_function_list.o -c ./openjpeg/src/lib/openjp2/function_list.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_image.o -c ./openjpeg/src/lib/openjp2/image.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_invert.o -c ./openjpeg/src/lib/openjp2/invert.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_j2k.o -c ./openjpeg/src/lib/openjp2/j2k.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_jp2.o -c ./openjpeg/src/lib/openjp2/jp2.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_mct.o -c ./openjpeg/src/lib/openjp2/mct.c
./openjpeg/src/lib/openjp2/j2k.c:6605:12: warning: function declaration isn?t a prototype [-Wstrict-prototypes]
 6605 | static int opj_j2k_get_default_thread_count()
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_mqc.o -c ./openjpeg/src/lib/openjp2/mqc.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_openjpeg.o -c ./openjpeg/src/lib/openjp2/openjpeg.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_phix_manager.o -c ./openjpeg/src/lib/openjp2/phix_manager.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_pi.o -c ./openjpeg/src/lib/openjp2/pi.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_ppix_manager.o -c ./openjpeg/src/lib/openjp2/ppix_manager.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_t1.o -c ./openjpeg/src/lib/openjp2/t1.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_t2.o -c ./openjpeg/src/lib/openjp2/t2.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_tcd.o -c ./openjpeg/src/lib/openjp2/tcd.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_tgt.o -c ./openjpeg/src/lib/openjp2/tgt.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_thix_manager.o -c ./openjpeg/src/lib/openjp2/thix_manager.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_tpix_manager.o -c ./openjpeg/src/lib/openjp2/tpix_manager.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_thread.o -c ./openjpeg/src/lib/openjp2/thread.c
gcc -DOPJ_STATIC -I./obj/ -I./openjpeg/src/lib/openjp2 -I./openjpeg/src/lib/openjp2/.. -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/opj_sparse_array.o -c ./openjpeg/src/lib/openjp2/sparse_array.c
./obj/aux/echogs -e .dev -w- -l-obj ./obj/siscale_0
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsagl.o -c ./base/gsagl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_alloc.o -c extract/src/alloc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_astring.o -c extract/src/astring.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_buffer.o -c extract/src/buffer.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_document.o -c extract/src/document.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_docx.o -c extract/src/docx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_docx_template.o -c extract/src/docx_template.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_extract.o -c extract/src/extract.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_html.o -c extract/src/html.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_join.o -c extract/src/join.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_mem.o -c extract/src/mem.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_odt.o -c extract/src/odt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_odt_template.o -c extract/src/odt_template.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_outf.o -c extract/src/outf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_sys.o -c extract/src/sys.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_text.o -c extract/src/text.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_xml.o -c extract/src/xml.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DEXTRACT_CV=0 -Iextract/include -Isrc -o obj/extract_zip.o -c extract/src/zip.c
gcc   -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DHAVE_RESTRICT=1 -fno-strict-aliasing -DHAVE_POPEN_PROTO=1  -I./base -o ./obj/aux/packps ./base/pack_ps.c  -lm -ldl -lz -lpaper -L/gnu/store/dm588p6sf6gpw88a43q55gvs6lbgbzlv-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/0qcqxvgmw04dl4phawpn853y5b9bzv7w-fontconfig-minimal-2.14.0/lib -L/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype   -lz
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/whitelst.o -c ./devices/vector/whitelst.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/evenbetter-rll.o -c ./devices/rinkj/evenbetter-rll.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-device.o -c ./devices/rinkj/rinkj-device.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-config.o -c ./devices/rinkj/rinkj-config.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-dither.o -c ./devices/rinkj/rinkj-dither.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-screen-eb.o -c ./devices/rinkj/rinkj-screen-eb.c
./obj/aux/echogs -I./ijs 

gcc -I./ijs   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/ijs.o -c ./ijs/ijs.c
gcc -I./ijs   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/ijs_server.o -c ./ijs/ijs_server.c
gcc -I./ijs   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/ijs_client.o -c ./ijs/ijs_client.c
gcc -I./ijs   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/ijs_exec_unix.o -c ./ijs/ijs_exec_unix.c
mkdir ./obj/tesseract
./obj/aux/echogs -w ./obj/tesseract/version.h -x 23 define TESSERACT_VERSION_STR -x 2022 5.0.0-beta-gs -x 22
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsbittab.o -c ./base/gsbittab.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscedata.o -c ./base/gscedata.c
gcc  -I./obj -I./base -I./devices -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/bobbin.o -c ./base/bobbin.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsserial.o -c ./base/gsserial.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsroptab.o -c ./base/gsroptab.c
./obj/aux/echogs -e .dev -w- -l-obj ./obj/zlibd_1 -lib z
./obj/aux/echogs -e .dev -w- -l-obj ./obj/fapiu
cp ./base/gsftopts.h ./obj/gsftopts.h
./obj/aux/echogs -e .dev -w- -l-obj ./obj/fapib
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/simscale_foo.o -c ./base/simscale_foo.c
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdffonts -ps gs_mex_e gs_mro_e gs_pdf_e gs_wan_e
./obj/aux/echogs -e .dev -w- -l-obj ./obj/macroman -ps gs_mro_e
./obj/aux/echogs -e .dev -w- -l-obj ./obj/epsf -ps gs_epsf
./obj/aux/echogs -w ./obj/gconfigd.h -x 23 define -s -u GS_LIB_DEFAULT -x 2022 /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/Init:/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/lib:/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/Font:/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/fonts:/gnu/store/zqqbls3gmidsf3q2zlmzxq2i4c7zba7a-font-ghostscript-8.11/share/fonts/type1/ghostscript -x 22
./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_DEV_DEFAULT -x 2022 "x11alpha bbox" -x 22
./obj/aux/genarch ./obj/arch.h 
./obj/aux/echogs -w ./obj/gconfig_.h -x 2f2a -s This file was generated automatically by unix-aux.mak. -s -x 2a2f
./obj/aux/echogs -a ./obj/gconfig_.h
./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_DIRENT_H
if ( test -f /usr/include/dirent.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_DIRENT_H 1; \
              else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_DIRENT_H 0; fi
./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_CACHE_DIR -x 2022 "~/.ghostscript/cache/" -x 22
./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u SEARCH_HERE_FIRST -s 0
./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_DOCDIR -x 2022 /gnu/store/cizlaxhm3m80cns30yjwbjz83g1snkl8-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1 -x 22
./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif
./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_INIT -x 2022 gs_init.ps -x 22
./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_REVISION -s 9561
./obj/aux/echogs -a ./obj/gconfig_.h
./obj/aux/echogs -a ./obj/gconfigd.h -x 23 define -s -u GS_REVISIONDATE -s 20220404
./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_NDIR_H
./obj/aux/echogs -e .dev -w- -l-obj ./obj/gxfapiu
./obj/aux/echogs -w ./obj/jpeglib1.h -x 23 include -x 203c jpeglib.h -x 3e
if ( test -f /usr/include/ndir.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_NDIR_H 1; \
              else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_NDIR_H 0; fi
./obj/aux/echogs -e .dev -w- -l-obj ./obj/jpegd_1 -lib jpeg
./obj/aux/echogs -e .dev -w- -l-obj ./obj/jpege_1 -lib jpeg
./obj/aux/echogs -e .dev -w- -l-obj ./obj/zlibe_1 -lib z
./obj/aux/echogs -e .dev -w- -l-obj ./obj/lcms2mt_0 ./obj/cmscam02.o ./obj/cmscgats.o ./obj/cmscnvrt.o ./obj/cmserr.o ./obj/cmsgamma.o ./obj/cmsgmt.o ./obj/cmshalf.o ./obj/cmsintrp.o ./obj/cmsio0.o ./obj/cmsio1.o ./obj/cmslut.o ./obj/cmsmd5.o ./obj/cmsmtrx.o ./obj/cmsnamed.o ./obj/cmsopt.o ./obj/cmspack.o ./obj/cmspcs.o ./obj/cmsplugin.o ./obj/cmsps2.o ./obj/cmssamp.o ./obj/cmstypes.o ./obj/cmsvirt.o ./obj/cmswtpnt.o ./obj/cmsxform.o ./obj/cmsalpha.o
cp ./obj/jbig2dec_1.dev ./obj/jbig2dec.dev
cp ./obj/siscale_0.dev ./obj/siscale.dev
./obj/aux/echogs -e .dev -w- -l-obj ./obj/gsagl ./obj/gsagl.o
./obj/aux/packps -c -n opdfread_ps -o ./obj/opdfread_.h ./devices/vector/opdfread.ps
./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_adaptmap.o -c leptonica/src/adaptmap.c
./obj/aux/packps:
  Input file:  ./devices/vector/opdfread.ps
  Output file: ./obj/opdfread_.h
  Array name:  opdfread_ps
  Processed 4055 lines of PostScript data.
  146886 bytes of PostScript data packed down to 67912 bytes.
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_affine.o -c leptonica/src/affine.c
./obj/aux/echogs -a ./obj/gconfig_.h
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_affinecompose.o -c leptonica/src/affinecompose.c
./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_SYS_DIR_H
if ( test -f /usr/include/sys/dir.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_DIR_H 1; \
              else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_DIR_H 0; fi
./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif
./obj/aux/echogs -a ./obj/gconfig_.h
./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_SYS_NDIR_H
if ( test -f /usr/include/sys/ndir.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_NDIR_H 1; \
              else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_NDIR_H 0; fi
./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif
./obj/aux/echogs -a ./obj/gconfig_.h
./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_SYS_TIME_H
if ( test -f /usr/include/sys/time.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIME_H 1; \
              else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIME_H 0; fi
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_arrayaccess.o -c leptonica/src/arrayaccess.c
./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif
./obj/aux/echogs -a ./obj/gconfig_.h
./obj/aux/echogs -a ./obj/gconfig_.h -x 23 ifndef HAVE_SYS_TIMES_H
if ( test -f /usr/include/sys/times.h ); then ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIMES_H 1; \
              else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define HAVE_SYS_TIMES_H 0; fi
./obj/aux/echogs -a ./obj/gconfig_.h -x 23 endif
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_baseline.o -c leptonica/src/baseline.c
./obj/aux/echogs -a ./obj/gconfig_.h
if ( test -f src/jmemsys.h); then true; else ./obj/aux/echogs -a ./obj/gconfig_.h -x 23 define DONT_HAVE_JMEMSYS_H; fi
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_bbuffer.o -c leptonica/src/bbuffer.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_bilateral.o -c leptonica/src/bilateral.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_bilinear.o -c leptonica/src/bilinear.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_binexpand.o -c leptonica/src/binexpand.c
leptonica/src/baseline.c: In function ?pixFindBaselines?:
leptonica/src/baseline.c:207:9: warning: ?maxloc? may be used uninitialized in this function [-Wmaybe-uninitialized]
  207 |         numaAddNumber(naloc, maxloc);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
leptonica/src/baseline.c:206:9: warning: ?max? may be used uninitialized in this function [-Wmaybe-uninitialized]
  206 |         numaAddNumber(naval, max);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_binreduce.o -c leptonica/src/binreduce.c
leptonica/src/baseline.c: In function ?pixGetLocalSkewTransform?:
leptonica/src/baseline.c:451:5: warning: ?dely? may be used uninitialized in this function [-Wmaybe-uninitialized]
  451 |     ptaAddPt(ptas, w - 1, i - dely);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_blend.o -c leptonica/src/blend.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_bmf.o -c leptonica/src/bmf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_bmpio.o -c leptonica/src/bmpio.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_bmpiostub.o -c leptonica/src/bmpiostub.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_bootnumgen1.o -c leptonica/src/bootnumgen1.c
leptonica/src/bmf.c: In function ?pixaGenerateFont?:
leptonica/src/bmf.c:624:21: warning: ?yval? may be used uninitialized in this function [-Wmaybe-uninitialized]
  624 |         baseline[i] = yval;
      |         ~~~~~~~~~~~~^~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_bootnumgen2.o -c leptonica/src/bootnumgen2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_bootnumgen3.o -c leptonica/src/bootnumgen3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_bootnumgen4.o -c leptonica/src/bootnumgen4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_boxbasic.o -c leptonica/src/boxbasic.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_boxfunc1.o -c leptonica/src/boxfunc1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_boxfunc2.o -c leptonica/src/boxfunc2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_boxfunc3.o -c leptonica/src/boxfunc3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_boxfunc4.o -c leptonica/src/boxfunc4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_boxfunc5.o -c leptonica/src/boxfunc5.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_bytearray.o -c leptonica/src/bytearray.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_ccbord.o -c leptonica/src/ccbord.c
leptonica/src/boxfunc2.c: In function ?boxaaTranspose?:
leptonica/src/boxfunc2.c:1853:19: warning: ?nbox? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1853 |     for (i = 0; i < nbox; i++) {
      |                 ~~^~~~~~
leptonica/src/boxfunc2.c: In function ?boxaaAlignBox?:
leptonica/src/boxfunc2.c:1929:17: warning: ?maxindex? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1929 |         *pindex = maxindex;
      |         ~~~~~~~~^~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_classapp.o -c leptonica/src/classapp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_colorcontent.o -c leptonica/src/colorcontent.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_coloring.o -c leptonica/src/coloring.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_colormap.o -c leptonica/src/colormap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_colormorph.o -c leptonica/src/colormorph.c
leptonica/src/ccbord.c: In function ?pixGetAllCCBorders?:
leptonica/src/ccbord.c:1037:12: warning: ?xs? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1037 |         if (px == fpx && py == fpy && npx == spx && npy == spy)
      |            ^
leptonica/src/ccbord.c:657:11: note: ?xs? was declared here
  657 | l_int32   xs, ys;   /* starting hole border pixel, relative in pixs */
      |           ^~
leptonica/src/ccbord.c:731:16: warning: ?xh? may be used uninitialized in this function [-Wmaybe-uninitialized]
  731 |         for (x = xh + boxt->x; x < w; x++) {  /* look for (fg) border pixel */
      |              ~~^~~~~~~~~~~~~~
leptonica/src/ccbord.c:656:26: note: ?xh? was declared here
  656 | l_int32   allzero, i, x, xh, w, nh;
      |                          ^~
leptonica/src/colormap.c: In function ?pixcmapReadStream?:
leptonica/src/colormap.c:1793:35: warning: variable ?ignore? set but not used [-Wunused-but-set-variable]
 1793 | l_int32   rval, gval, bval, aval, ignore;
      |                                   ^~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_colorquant1.o -c leptonica/src/colorquant1.c
leptonica/src/classapp.c: In function ?boxaExtractSortedPattern?:
leptonica/src/classapp.c:707:5: warning: ?nad? may be used uninitialized in this function [-Wmaybe-uninitialized]
  707 |     numaaAddNuma(naa, nad, L_INSERT);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leptonica/src/colorcontent.c: In function ?pixColorContent?:
leptonica/src/colorcontent.c:211:42: warning: ?wplb? may be used uninitialized in this function [-Wmaybe-uninitialized]
  211 | l_int32    w, h, i, j, wpl1, wplr, wplg, wplb;
      |                                          ^~~~
leptonica/src/colorcontent.c:211:36: warning: ?wplg? may be used uninitialized in this function [-Wmaybe-uninitialized]
  211 | l_int32    w, h, i, j, wpl1, wplr, wplg, wplb;
      |                                    ^~~~
leptonica/src/colorcontent.c:211:30: warning: ?wplr? may be used uninitialized in this function [-Wmaybe-uninitialized]
  211 | l_int32    w, h, i, j, wpl1, wplr, wplg, wplb;
      |                              ^~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_colorquant2.o -c leptonica/src/colorquant2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_colorseg.o -c leptonica/src/colorseg.c
leptonica/src/ccbord.c: In function ?ccbaDisplayImage1?:
leptonica/src/ccbord.c:1130:8: warning: ?spy? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1130 |     dy = spy - fpy;
      |     ~~~^~~~~~~~~~~
leptonica/src/ccbord.c:1997:25: note: ?spy? was declared here
 1997 | l_int32  fpx, fpy, spx, spy, xs, ys;
      |                         ^~~
leptonica/src/ccbord.c:1129:8: warning: ?spx? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1129 |     dx = spx - fpx;
      |     ~~~^~~~~~~~~~~
leptonica/src/ccbord.c:1997:20: note: ?spx? was declared here
 1997 | l_int32  fpx, fpy, spx, spy, xs, ys;
      |                    ^~~
leptonica/src/ccbord.c:1130:8: warning: ?fpy? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1130 |     dy = spy - fpy;
      |     ~~~^~~~~~~~~~~
leptonica/src/ccbord.c:1997:15: note: ?fpy? was declared here
 1997 | l_int32  fpx, fpy, spx, spy, xs, ys;
      |               ^~~
leptonica/src/ccbord.c:1129:8: warning: ?fpx? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1129 |     dx = spx - fpx;
      |     ~~~^~~~~~~~~~~
leptonica/src/ccbord.c:1997:10: note: ?fpx? was declared here
 1997 | l_int32  fpx, fpy, spx, spy, xs, ys;
      |          ^~~
leptonica/src/ccbord.c: In function ?ccbaDisplayImage2?:
leptonica/src/ccbord.c:1130:8: warning: ?spy? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1130 |     dy = spy - fpy;
      |     ~~~^~~~~~~~~~~
leptonica/src/ccbord.c:2128:25: note: ?spy? was declared here
 2128 | l_int32  fpx, fpy, spx, spy, xs, ys;
      |                         ^~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_colorspace.o -c leptonica/src/colorspace.c
leptonica/src/ccbord.c:1129:8: warning: ?spx? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1129 |     dx = spx - fpx;
      |     ~~~^~~~~~~~~~~
leptonica/src/ccbord.c:2128:20: note: ?spx? was declared here
 2128 | l_int32  fpx, fpy, spx, spy, xs, ys;
      |                    ^~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_compare.o -c leptonica/src/compare.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_conncomp.o -c leptonica/src/conncomp.c
leptonica/src/colorseg.c: In function ?pixAssignToNearestColor?:
leptonica/src/colorseg.c:422:30: warning: ?wplm? may be used uninitialized in this function [-Wmaybe-uninitialized]
  422 | l_int32    w, h, wpls, wpld, wplm, i, j, success;
      |                              ^~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_convertfiles.o -c leptonica/src/convertfiles.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_convolve.o -c leptonica/src/convolve.c
leptonica/src/colorquant1.c: In function ?pixOctreeColorQuantGeneral?:
leptonica/src/colorquant1.c:699:9: warning: ?cmap? may be used uninitialized in this function [-Wmaybe-uninitialized]
  699 |         pixcmapResetColor(cmap, index, 255, 255, 255);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_correlscore.o -c leptonica/src/correlscore.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_dewarp1.o -c leptonica/src/dewarp1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_dewarp2.o -c leptonica/src/dewarp2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_dewarp3.o -c leptonica/src/dewarp3.c
leptonica/src/correlscore.c: In function ?pixCorrelationScoreThresholded?:
leptonica/src/correlscore.c:547:42: warning: ?untouchable? may be used uninitialized in this function [-Wmaybe-uninitialized]
  547 |                 if (count + downcount[y] - untouchable < threshold) {
      |                     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
leptonica/src/dewarp1.c: In function ?dewarpReadStream?:
leptonica/src/dewarp1.c:1255:26: warning: ?fpixv? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1255 |         dew->sampvdispar = fpixv;
      |         ~~~~~~~~~~~~~~~~~^~~~~~~
leptonica/src/dewarp1.c:1263:26: warning: ?fpixh? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1263 |         dew->samphdispar = fpixh;
      |         ~~~~~~~~~~~~~~~~~^~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_dewarp4.o -c leptonica/src/dewarp4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_dnabasic.o -c leptonica/src/dnabasic.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_dnafunc1.o -c leptonica/src/dnafunc1.c
leptonica/src/convolve.c: In function ?pixWindowedVariance?:
leptonica/src/convolve.c:1293:56: warning: ?wplrv? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1293 | l_int32     i, j, w, h, ws, hs, ds, wplm, wplms, wplv, wplrv, valm, valms;
      |                                                        ^~~~~
leptonica/src/convolve.c:1293:50: warning: ?wplv? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1293 | l_int32     i, j, w, h, ws, hs, ds, wplm, wplms, wplv, wplrv, valm, valms;
      |                                                  ^~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_dnahash.o -c leptonica/src/dnahash.c
In file included from leptonica/src/alltypes.h:37,
                 from leptonica/src/allheaders.h:35,
                 from leptonica/src/dewarp2.c:67:
leptonica/src/dewarp2.c: In function ?dewarpBuildPageModel?:
leptonica/src/environ.h:550:14: warning: ?ybot? may be used uninitialized in this function [-Wmaybe-uninitialized]
  550 |              (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \
      |              ^
leptonica/src/dewarp2.c:159:39: note: ?ybot? was declared here
  159 | l_int32  linecount, ntop, nbot, ytop, ybot, ret;
      |                                       ^~~~
In file included from leptonica/src/alltypes.h:37,
                 from leptonica/src/allheaders.h:35,
                 from leptonica/src/dewarp2.c:67:
leptonica/src/environ.h:550:14: warning: ?ytop? may be used uninitialized in this function [-Wmaybe-uninitialized]
  550 |              (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \
      |              ^
leptonica/src/dewarp2.c:159:33: note: ?ytop? was declared here
  159 | l_int32  linecount, ntop, nbot, ytop, ybot, ret;
      |                                 ^~~~
In file included from leptonica/src/alltypes.h:37,
                 from leptonica/src/allheaders.h:35,
                 from leptonica/src/dewarp2.c:67:
leptonica/src/environ.h:550:14: warning: ?nbot? may be used uninitialized in this function [-Wmaybe-uninitialized]
  550 |              (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \
      |              ^
leptonica/src/dewarp2.c:159:27: note: ?nbot? was declared here
  159 | l_int32  linecount, ntop, nbot, ytop, ybot, ret;
      |                           ^~~~
In file included from leptonica/src/alltypes.h:37,
                 from leptonica/src/allheaders.h:35,
                 from leptonica/src/dewarp2.c:67:
leptonica/src/environ.h:550:14: warning: ?ntop? may be used uninitialized in this function [-Wmaybe-uninitialized]
  550 |              (void)lept_stderr("Warning in %s: " a, __VA_ARGS__), \
      |              ^
leptonica/src/dewarp2.c:159:21: note: ?ntop? was declared here
  159 | l_int32  linecount, ntop, nbot, ytop, ybot, ret;
      |                     ^~~~
leptonica/src/dewarp2.c:1339:33: warning: ?ybot? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1339 |     fraction = (l_float32)(ybot - ytop) / (l_float32)h;
      |                           ~~~~~~^~~~~~~
leptonica/src/dewarp2.c:1301:53: note: ?ybot? was declared here
 1301 | l_int32    i, n, iy, both_halves, ntop, nbot, ytop, ybot, nmin;
      |                                                     ^~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_dwacomb.2.o -c leptonica/src/dwacomb.2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_dwacomblow.2.o -c leptonica/src/dwacomblow.2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_edge.o -c leptonica/src/edge.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_encoding.o -c leptonica/src/encoding.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_enhance.o -c leptonica/src/enhance.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_fhmtauto.o -c leptonica/src/fhmtauto.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_fhmtgenlow.1.o -c leptonica/src/fhmtgenlow.1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_fmorphauto.o -c leptonica/src/fmorphauto.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_fmorphgen.1.o -c leptonica/src/fmorphgen.1.c
leptonica/src/fhmtgenlow.1.c: In function ?fhmt_1_5?:
leptonica/src/fhmtgenlow.1.c:273:21: warning: variable ?wpls5? set but not used [-Wunused-but-set-variable]
  273 | l_int32             wpls5, wpls6;
      |                     ^~~~~
leptonica/src/fhmtgenlow.1.c:272:35: warning: variable ?wpls4? set but not used [-Wunused-but-set-variable]
  272 | l_int32             wpls2, wpls3, wpls4;
      |                                   ^~~~~
leptonica/src/fhmtgenlow.1.c:272:28: warning: variable ?wpls3? set but not used [-Wunused-but-set-variable]
  272 | l_int32             wpls2, wpls3, wpls4;
      |                            ^~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_fmorphgenlow.1.o -c leptonica/src/fmorphgenlow.1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_fpix1.o -c leptonica/src/fpix1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_fpix2.o -c leptonica/src/fpix2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_gifiostub.o -c leptonica/src/gifiostub.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_gplot.o -c leptonica/src/gplot.c
leptonica/src/fpix2.c: In function ?linearInterpolatePixelFloat?:
leptonica/src/fpix2.c:2282:6: warning: "DEBUG" is not defined, evaluates to 0 [-Wundef]
 2282 | #if  DEBUG
      |      ^~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_graphics.o -c leptonica/src/graphics.c
leptonica/src/enhance.c: In function ?pixUnsharpMaskingGray1D?:
leptonica/src/enhance.c:1349:25: warning: ?a[4]? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1349 |                     val = a[0] * GET_DATA_BYTE(lines, j - 2) +
leptonica/src/enhance.c:1351:58: warning: ?a[3]? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1351 |                           a[2] * GET_DATA_BYTE(lines, j) +
leptonica/src/gplot.c: In function ?gplotRead?:
leptonica/src/gplot.c:1243:35: warning: variable ?ignore? set but not used [-Wunused-but-set-variable]
 1243 | l_int32  outformat, ret, version, ignore;
      |                                   ^~~~~~
leptonica/src/gplot.c:1242:47: warning: variable ?ignores? set but not used [-Wunused-but-set-variable]
 1242 | char    *rootname, *title, *xlabel, *ylabel, *ignores;
      |                                               ^~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_graymorph.o -c leptonica/src/graymorph.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_grayquant.o -c leptonica/src/grayquant.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_heap.o -c leptonica/src/heap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_jbclass.o -c leptonica/src/jbclass.c
leptonica/src/graphics.c: In function ?makePlotPtaFromNumaGen?:
leptonica/src/graphics.c:1211:16: warning: ?maxh? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1211 |         ptad = ptaReplicatePattern(pta1, NULL, pta2, linewidth / 2,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1212 |                                    linewidth / 2, maxw, maxh);
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~
leptonica/src/graphics.c:1211:16: warning: ?maxw? may be used uninitialized in this function [-Wmaybe-uninitialized]
leptonica/src/graphics.c: In function ?pixRenderPtaArb?:
leptonica/src/graphics.c:1409:13: warning: ?val? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1409 |             pixSetPixel(pix, x, y, val);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_jp2kheader.o -c leptonica/src/jp2kheader.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_jp2kheaderstub.o -c leptonica/src/jp2kheaderstub.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_jp2kiostub.o -c leptonica/src/jp2kiostub.c
leptonica/src/grayquant.c: In function ?thresholdToBinaryLineLow?:
leptonica/src/grayquant.c:617:23: warning: ?sword? may be used uninitialized in this function [-Wmaybe-uninitialized]
  617 |                 sword <<= 8;
      |                 ~~~~~~^~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_jpegiostub.o -c leptonica/src/jpegiostub.c
leptonica/src/jbclass.c: In function ?pixWordMaskByDilation?:
leptonica/src/jbclass.c:1515:34: warning: ?total? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1515 |         if (check && count < 0.3 * total) {
      |                              ~~~~^~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_kernel.o -c leptonica/src/kernel.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_libversions.o -c leptonica/src/libversions.c
leptonica/src/kernel.c: In function ?kernelReadStream?:
leptonica/src/kernel.c:565:48: warning: variable ?ignore? set but not used [-Wunused-but-set-variable]
  565 | l_int32    sy, sx, cy, cx, i, j, ret, version, ignore;
      |                                                ^~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_list.o -c leptonica/src/list.c
leptonica/src/jbclass.c: In function ?jbGetULCorners?:
leptonica/src/jbclass.c:2274:76: warning: ?miny? may be used uninitialized in this function [-Wmaybe-uninitialized]
 2274 |         ptaAddPt(ptaul, (l_float32)(x - idelx + dx), (l_float32)(y - idely + dy));
      |                                                                 ~~~~~~~~~~~^~~~~
leptonica/src/jbclass.c:2274:47: warning: ?minx? may be used uninitialized in this function [-Wmaybe-uninitialized]
 2274 |         ptaAddPt(ptaul, (l_float32)(x - idelx + dx), (l_float32)(y - idely + dy));
      |                                    ~~~~~~~~~~~^~~~~
leptonica/src/libversions.c: In function ?getImagelibVersions?:
leptonica/src/libversions.c:107:10: warning: unused variable ?first? [-Wunused-variable]
  107 | l_int32  first = TRUE;
      |          ^~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_map.o -c leptonica/src/map.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_morph.o -c leptonica/src/morph.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_morphapp.o -c leptonica/src/morphapp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_morphdwa.o -c leptonica/src/morphdwa.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_morphseq.o -c leptonica/src/morphseq.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_numabasic.o -c leptonica/src/numabasic.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_numafunc1.o -c leptonica/src/numafunc1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_numafunc2.o -c leptonica/src/numafunc2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pageseg.o -c leptonica/src/pageseg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_paintcmap.o -c leptonica/src/paintcmap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_partify.o -c leptonica/src/partify.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_partition.o -c leptonica/src/partition.c
leptonica/src/partify.c: In function ?boxaRemoveVGaps.isra?:
leptonica/src/partify.c:313:5: warning: ?delta? may be used uninitialized in this function [-Wmaybe-uninitialized]
  313 |     boxaAdjustBoxSides(boxa, nbox - 1, 0, 0, 0, delta);  /* bot of last */
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pdfio1.o -c leptonica/src/pdfio1.c
leptonica/src/numafunc1.c: In function ?numaLowPassIntervals?:
leptonica/src/numafunc1.c:1386:13: warning: ?x0? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1386 |             numaAddNumber(nad, x0);
      |             ^~~~~~~~~~~~~~~~~~~~~~
leptonica/src/numafunc1.c: In function ?numaThresholdEdges?:
leptonica/src/numafunc1.c:1471:8: warning: ?istart? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1471 |     if (istart == n)  /* no intervals found */
      |        ^
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pdfio1stub.o -c leptonica/src/pdfio1stub.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pdfio2.o -c leptonica/src/pdfio2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pdfio2stub.o -c leptonica/src/pdfio2stub.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pix1.o -c leptonica/src/pix1.c
leptonica/src/numafunc1.c: In function ?numaInterpolateArbxInterval?:
leptonica/src/numafunc1.c:2023:13: warning: ?nadx? may be used uninitialized in this function [-Wmaybe-uninitialized]
 2023 |             numaAddNumber(nadx, xval);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pix2.o -c leptonica/src/pix2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pix3.o -c leptonica/src/pix3.c
leptonica/src/numafunc2.c: In function ?numaFindLocForThreshold?:
leptonica/src/numafunc2.c:2709:16: warning: ?index? may be used uninitialized in this function [-Wmaybe-uninitialized]
 2709 |     minval = fa[index];
      |                ^
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pix4.o -c leptonica/src/pix4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pix5.o -c leptonica/src/pix5.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pixabasic.o -c leptonica/src/pixabasic.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pixacc.o -c leptonica/src/pixacc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pixafunc1.o -c leptonica/src/pixafunc1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pixafunc2.o -c leptonica/src/pixafunc2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pixalloc.o -c leptonica/src/pixalloc.c
leptonica/src/pix3.c: In function ?pixAverageInRect?:
leptonica/src/pix3.c:2668:39: warning: ?wplm? may be used uninitialized in this function [-Wmaybe-uninitialized]
 2668 | l_int32    w, h, d, wpls, wm, hm, dm, wplm, val, count;
      |                                       ^~~~
leptonica/src/pixafunc2.c: In function ?pixaDisplayRandomCmap?:
leptonica/src/pixafunc2.c:312:5: warning: ?res? may be used uninitialized in this function [-Wmaybe-uninitialized]
  312 |     pixSetResolution(pixd, res, res);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leptonica/src/pix3.c: In function ?pixAverageInRectRGB?:
leptonica/src/pix3.c:2773:36: warning: ?wplm? may be used uninitialized in this function [-Wmaybe-uninitialized]
 2773 | l_int32    w, h, wpls, wm, hm, dm, wplm, i, j, xstart, xend, ystart, yend;
      |                                    ^~~~
leptonica/src/pix4.c: In function ?pixGetAverageTiled?:
leptonica/src/pix4.c:1794:34: warning: ?meansq? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1794 |                 valt = (l_int32)(sqrt(meansq - ave * ave) + 0.5);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~
leptonica/src/pix4.c:1794:34: warning: ?ave? may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pixarith.o -c leptonica/src/pixarith.c
leptonica/src/pixafunc2.c: In function ?pixaDisplayTiled?:
leptonica/src/pixafunc2.c:698:5: warning: ?res? may be used uninitialized in this function [-Wmaybe-uninitialized]
  698 |     pixSetResolution(pixd, res, res);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leptonica/src/pixafunc2.c: In function ?pixaDisplayTiledInColumns?:
leptonica/src/pixafunc2.c:1007:5: warning: ?res? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1007 |     pixSetResolution(pixd, res, res);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
leptonica/src/pixabasic.c: In function ?pixaaCreateFromPixa?:
leptonica/src/pixabasic.c:1932:13: warning: ?pixat? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1932 |             pixaaAddPixa(paa, pixat, L_INSERT);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pixcomp.o -c leptonica/src/pixcomp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pixconv.o -c leptonica/src/pixconv.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pixlabel.o -c leptonica/src/pixlabel.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pixtiling.o -c leptonica/src/pixtiling.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pngiostub.o -c leptonica/src/pngiostub.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pnmio.o -c leptonica/src/pnmio.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_pnmiostub.o -c leptonica/src/pnmiostub.c
leptonica/src/pnmio.c: In function ?pnmReadNextAsciiValue?:
leptonica/src/pnmio.c:1340:14: warning: variable ?ignore? set but not used [-Wunused-but-set-variable]
 1340 | l_int32   c, ignore;
      |              ^~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_projective.o -c leptonica/src/projective.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_psio1.o -c leptonica/src/psio1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_psio1stub.o -c leptonica/src/psio1stub.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_psio2.o -c leptonica/src/psio2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_psio2stub.o -c leptonica/src/psio2stub.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_ptabasic.o -c leptonica/src/ptabasic.c
leptonica/src/psio1.c: In function ?pixWriteSegmentedPageToPS?:
leptonica/src/psio1.c:680:39: warning: ?d? may be used uninitialized in this function [-Wmaybe-uninitialized]
  680 |                 val = (d == 8) ? 0xff : 0xffffff00;
      |                       ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_ptafunc1.o -c leptonica/src/ptafunc1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_ptafunc2.o -c leptonica/src/ptafunc2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_ptra.o -c leptonica/src/ptra.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_quadtree.o -c leptonica/src/quadtree.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_queue.o -c leptonica/src/queue.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_rank.o -c leptonica/src/rank.c
leptonica/src/quadtree.c: In function ?fpixaDisplayQuadtree?:
leptonica/src/quadtree.c:695:9: warning: ?pixt4? may be used uninitialized in this function [-Wmaybe-uninitialized]
  695 |     w = pixGetWidth(pixt4);
      |         ^~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_rbtree.o -c leptonica/src/rbtree.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_readfile.o -c leptonica/src/readfile.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_regutils.o -c leptonica/src/regutils.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_rop.o -c leptonica/src/rop.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_roplow.o -c leptonica/src/roplow.c
leptonica/src/readfile.c:96:20: warning: ?FILE_JP2K? defined but not used [-Wunused-variable]
   96 | static const char *FILE_JP2K =  "/tmp/lept/format/file.jp2";
      |                    ^~~~~~~~~
leptonica/src/readfile.c:95:20: warning: ?FILE_WEBP? defined but not used [-Wunused-variable]
   95 | static const char *FILE_WEBP =  "/tmp/lept/format/file.webp";
      |                    ^~~~~~~~~
leptonica/src/readfile.c:94:20: warning: ?FILE_GIF? defined but not used [-Wunused-variable]
   94 | static const char *FILE_GIF  =  "/tmp/lept/format/file.gif";
      |                    ^~~~~~~~
leptonica/src/readfile.c:93:20: warning: ?FILE_JPG? defined but not used [-Wunused-variable]
   93 | static const char *FILE_JPG  =  "/tmp/lept/format/file.jpg";
      |                    ^~~~~~~~
leptonica/src/readfile.c:92:20: warning: ?FILE_TIFF? defined but not used [-Wunused-variable]
   92 | static const char *FILE_TIFF =  "/tmp/lept/format/file.tif";
      |                    ^~~~~~~~~
leptonica/src/readfile.c:91:20: warning: ?FILE_TIFF_JPEG? defined but not used [-Wunused-variable]
   91 | static const char *FILE_TIFF_JPEG =  "/tmp/lept/format/file_jpeg.tif";
      |                    ^~~~~~~~~~~~~~
leptonica/src/readfile.c:90:20: warning: ?FILE_ZIP? defined but not used [-Wunused-variable]
   90 | static const char *FILE_ZIP  =  "/tmp/lept/format/file_zip.tif";
      |                    ^~~~~~~~
leptonica/src/readfile.c:89:20: warning: ?FILE_LZW? defined but not used [-Wunused-variable]
   89 | static const char *FILE_LZW  =  "/tmp/lept/format/file_lzw.tif";
      |                    ^~~~~~~~
leptonica/src/readfile.c:88:20: warning: ?FILE_PB? defined but not used [-Wunused-variable]
   88 | static const char *FILE_PB   =  "/tmp/lept/format/file_packbits.tif";
      |                    ^~~~~~~
leptonica/src/readfile.c:87:20: warning: ?FILE_RLE? defined but not used [-Wunused-variable]
   87 | static const char *FILE_RLE  =  "/tmp/lept/format/file_rle.tif";
      |                    ^~~~~~~~
leptonica/src/readfile.c:86:20: warning: ?FILE_G4? defined but not used [-Wunused-variable]
   86 | static const char *FILE_G4   =  "/tmp/lept/format/file_g4.tif";
      |                    ^~~~~~~
leptonica/src/readfile.c:85:20: warning: ?FILE_G3? defined but not used [-Wunused-variable]
   85 | static const char *FILE_G3   =  "/tmp/lept/format/file_g3.tif";
      |                    ^~~~~~~
leptonica/src/readfile.c:83:20: warning: ?FILE_PNG? defined but not used [-Wunused-variable]
   83 | static const char *FILE_PNG  =  "/tmp/lept/format/file.png";
      |                    ^~~~~~~~
leptonica/src/rop.c:553:1: warning: ?checkRasteropCrop? defined but not used [-Wunused-function]
  553 | checkRasteropCrop(l_int32 pixw,
      | ^~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_rotate.o -c leptonica/src/rotate.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_rotateam.o -c leptonica/src/rotateam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_rotateorth.o -c leptonica/src/rotateorth.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_rotateshear.o -c leptonica/src/rotateshear.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_runlength.o -c leptonica/src/runlength.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_sarray1.o -c leptonica/src/sarray1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_sarray2.o -c leptonica/src/sarray2.c
leptonica/src/sarray1.c: In function ?sarrayReadStream?:
leptonica/src/sarray1.c:1477:47: warning: variable ?ignore? set but not used [-Wunused-but-set-variable]
 1477 | l_int32  i, n, size, index, bufsize, version, ignore, success;
      |                                               ^~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_scale1.o -c leptonica/src/scale1.c
leptonica/src/sarray1.c: In function ?getFilenamesInDirectory?:
leptonica/src/sarray1.c:1962:17: warning: variable ?dfd? set but not used [-Wunused-but-set-variable]
 1962 | int             dfd, stat_ret;
      |                 ^~~
leptonica/src/sarray1.c:1957:39: warning: variable ?ignore? set but not used [-Wunused-but-set-variable]
 1957 | char           *realdir, *stat_path, *ignore;
      |                                       ^~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_scale2.o -c leptonica/src/scale2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_seedfill.o -c leptonica/src/seedfill.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_sel1.o -c leptonica/src/sel1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_sel2.o -c leptonica/src/sel2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_selgen.o -c leptonica/src/selgen.c
leptonica/src/roplow.c: In function ?rasteropVipLow?:
leptonica/src/roplow.c:2286:22: warning: ?psfwpart? may be used uninitialized in this function [-Wmaybe-uninitialized]
 2286 |             pslwpart = psfwpart + 1 + nfullw;
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
leptonica/src/roplow.c:2285:22: warning: ?pdfwpart? may be used uninitialized in this function [-Wmaybe-uninitialized]
 2285 |             pdlwpart = pdfwpart + 1 + nfullw;
      |             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
leptonica/src/roplow.c:2191:12: warning: ?psfwfull? may be used uninitialized in this function [-Wmaybe-uninitialized]
 2191 | l_uint32  *psfwfull;   /* ptr to first full src word */
      |            ^~~~~~~~
leptonica/src/roplow.c:2330:22: warning: ?pdfwfull? may be used uninitialized in this function [-Wmaybe-uninitialized]
 2330 |             pdfwfull += dirwpl;
      |             ~~~~~~~~~^~~~~~~~~
leptonica/src/sel1.c: In function ?selReadStream?:
leptonica/src/sel1.c:1428:41: warning: variable ?ignore? set but not used [-Wunused-but-set-variable]
 1428 | l_int32  sy, sx, cy, cx, i, j, version, ignore;
      |                                         ^~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_shear.o -c leptonica/src/shear.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_skew.o -c leptonica/src/skew.c
leptonica/src/selgen.c: In function ?pixGetRunsOnLine?:
leptonica/src/selgen.c:771:5: warning: ?runlen? may be used uninitialized in this function [-Wmaybe-uninitialized]
  771 |     numaAddNumber(numa, runlen);  /* append last run */
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_spixio.o -c leptonica/src/spixio.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_stack.o -c leptonica/src/stack.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_stringcode.o -c leptonica/src/stringcode.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_sudoku.o -c leptonica/src/sudoku.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_textops.o -c leptonica/src/textops.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_tiffiostub.o -c leptonica/src/tiffiostub.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_utils1.o -c leptonica/src/utils1.c
leptonica/src/scale2.c: In function ?pixScaleGrayMinMax2?:
leptonica/src/scale2.c:1183:48: warning: ?minval? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1183 |                 SET_DATA_BYTE(lined, j, maxval - minval);
      |                                                ^
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_utils2.o -c leptonica/src/utils2.c
leptonica/src/scale2.c: In function ?pixScaleGrayMinMax?:
leptonica/src/scale2.c:1091:48: warning: ?minval? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1091 |                 SET_DATA_BYTE(lined, j, maxval - minval);
      |                                                ^
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_warper.o -c leptonica/src/warper.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_webpiostub.o -c leptonica/src/webpiostub.c
leptonica/src/utils2.c: In function ?callSystemDebug?:
leptonica/src/utils2.c:2756:10: warning: variable ?ret? set but not used [-Wunused-but-set-variable]
 2756 | l_int32  ret;
      |          ^~~
leptonica/src/textops.c: In function ?splitStringToParagraphs?:
leptonica/src/textops.c:1056:50: warning: ?leadwhite? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1056 |         if ((splitflag == SPLIT_ON_LEADING_WHITE && leadwhite) ||
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
leptonica/src/textops.c:1058:41: warning: ?allwhite? may be used uninitialized in this function [-Wmaybe-uninitialized]
 1058 |             (splitflag == SPLIT_ON_BOTH && (allwhite || leadwhite))) {
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_writefile.o -c leptonica/src/writefile.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_zlibmem.o -c leptonica/src/zlibmem.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Ileptonica/src -I./base -I./obj -DLEPTONICA_INTERCEPT_ALLOC=1 -DHAVE_LIBJPEG=0 -DHAVE_LIBTIFF=0 -DHAVE_LIBPNG=0 -DHAVE_LIBZ=0 -DHAVE_LIBGIF=0 -DHAVE_LIBUNGIF=0 -DHAVE_LIBWEBP=0 -DHAVE_LIBWEBP_ANIM=0 -DHAVE_LIBJP2K=0  -o ./obj/leptonica_zlibmemstub.o -c leptonica/src/zlibmemstub.c
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_altorenderer.o -c tesseract/src/api/altorenderer.cpp
In file included from leptonica/src/alltypes.h:37,
                 from leptonica/src/allheaders.h:35,
                 from leptonica/src/writefile.c:93:
leptonica/src/writefile.c: In function ?changeFormatForMissingLib?:
leptonica/src/environ.h:533:57: warning: unused variable ?procName? [-Wunused-variable]
  533 |   #define PROCNAME(name)              static const char procName[] = name
      |                                                         ^~~~~~~~
leptonica/src/writefile.c:1161:5: note: in expansion of macro ?PROCNAME?
 1161 |     PROCNAME("changeFormatForMissingLib");
      |     ^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_baseapi.o -c tesseract/src/api/baseapi.cpp
At top level:
leptonica/src/environ.h:533:57: warning: ?procName? defined but not used [-Wunused-const-variable=]
  533 |   #define PROCNAME(name)              static const char procName[] = name
      |                                                         ^~~~~~~~
leptonica/src/writefile.c:1161:5: note: in expansion of macro ?PROCNAME?
 1161 |     PROCNAME("changeFormatForMissingLib");
      |     ^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_capi.o -c tesseract/src/api/capi.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_hocrrenderer.o -c tesseract/src/api/hocrrenderer.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_lstmboxrenderer.o -c tesseract/src/api/lstmboxrenderer.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_pdfrenderer.o -c tesseract/src/api/pdfrenderer.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_renderer.o -c tesseract/src/api/renderer.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/api/capi.cpp: In function ?char** TessBaseAPIGetLoadedLanguagesAsVector(const TessBaseAPI*)?:
tesseract/src/api/capi.cpp:284:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  284 |   for (int index = 0; index < languages.size(); ++index) {
      |                       ~~~~~~^~~~~~~~~~~~~~~~~~
tesseract/src/api/capi.cpp: In function ?char** TessBaseAPIGetAvailableLanguagesAsVector(const TessBaseAPI*)?:
tesseract/src/api/capi.cpp:296:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  296 |   for (int index = 0; index < languages.size(); ++index) {
      |                       ~~~~~~^~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_api_wordstrboxrenderer.o -c tesseract/src/api/wordstrboxrenderer.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_intsimdmatrix.o -c tesseract/src/arch/intsimdmatrix.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_simddetect.o -c tesseract/src/arch/simddetect.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dawg_cache.h:23,
                 from tesseract/src/api/baseapi.cpp:31:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_applybox.o -c tesseract/src/ccmain/applybox.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dawg_cache.h:23,
                 from tesseract/src/api/baseapi.cpp:31:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/api/lstmboxrenderer.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/api/lstmboxrenderer.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/equationdetect.h:25,
                 from tesseract/src/api/baseapi.cpp:37:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/api/hocrrenderer.cpp:28:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/api/hocrrenderer.cpp:28:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/api/lstmboxrenderer.cpp:21:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/api/lstmboxrenderer.cpp:21:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/api/wordstrboxrenderer.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/api/wordstrboxrenderer.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/api/hocrrenderer.cpp:28:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/api/baseapi.cpp: In member function ?bool tesseract::TessBaseAPI::ProcessPagesFileList(FILE*, std::string*, const char*, int, tesseract::TessResultRenderer*, int)?:
tesseract/src/api/baseapi.cpp:963:16: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  963 |       if (page >= lines.size()) break;
      |           ~~~~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/api/hocrrenderer.cpp:28:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/api/baseapi.cpp:29:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/api/wordstrboxrenderer.cpp:21:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_control.o -c tesseract/src/ccmain/control.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/api/wordstrboxrenderer.cpp:21:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/api/baseapi.cpp: At global scope:
tesseract/src/api/baseapi.cpp:1042:1: warning: ?size_t tesseract::WriteMemoryCallback(void*, size_t, size_t, void*)? defined but not used [-Wunused-function]
 1042 | WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp)
      | ^~~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_linerec.o -c tesseract/src/ccmain/linerec.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/applybox.cpp:26:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/applybox.cpp:26:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_ltrresultiterator.o -c tesseract/src/ccmain/ltrresultiterator.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_mutableiterator.o -c tesseract/src/ccmain/mutableiterator.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_output.o -c tesseract/src/ccmain/output.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccmain/applybox.cpp:29:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_pageiterator.o -c tesseract/src/ccmain/pageiterator.cpp
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/applybox.cpp:26:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_pagesegmain.o -c tesseract/src/ccmain/pagesegmain.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/lstm/lstmrecognizer.h:21,
                 from tesseract/src/ccmain/control.cpp:35:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/lstm/recodebeam.h:23,
                 from tesseract/src/lstm/lstmrecognizer.h:28,
                 from tesseract/src/ccmain/control.cpp:35:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/linerec.cpp:18:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/linerec.cpp:18:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/ltrresultiterator.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/ltrresultiterator.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/control.cpp:35:
tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?:
tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  133 |       for (int i = 0; i < layers.size(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/output.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/output.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_pagewalk.o -c tesseract/src/ccmain/pagewalk.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccmain/control.cpp:43:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/ltrresultiterator.cpp:23:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/ltrresultiterator.cpp: In constructor ?tesseract::ChoiceIterator::ChoiceIterator(const tesseract::LTRResultIterator&)?:
tesseract/src/ccmain/ltrresultiterator.cpp:397:15: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  397 |     if (index < word_res_->CTC_symbol_choices.size()) {
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/ltrresultiterator.cpp: In member function ?std::vector<std::vector<std::pair<const char*, float> > >* tesseract::ChoiceIterator::Timesteps() const?:
tesseract/src/ccmain/ltrresultiterator.cpp:474:14: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  474 |   if (offset >= word_res_->segmented_timesteps.size() || !oemLSTM_) {
      |       ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::SetupAllWordsPassN(int, const tesseract::TBOX*, const char*, tesseract::PAGE_RES*, std::vector<tesseract::WordData>*)?:
tesseract/src/ccmain/control.cpp:168:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::WordData>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  168 |   for (int w = 0; w < words->size(); ++w) {
      |                   ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/ltrresultiterator.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::SetupWordPassN(int, tesseract::WordData*)?:
tesseract/src/ccmain/control.cpp:191:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  191 |     for (int s = 0; s <= sub_langs_.size(); ++s) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp:193:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  193 |       Tesseract* lang_t = s < sub_langs_.size() ? sub_langs_[s] : this;
      |                           ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp: In member function ?bool tesseract::Tesseract::RecogAllWordsPassN(int, tesseract::ETEXT_DESC*, tesseract::PAGE_RES_IT*, std::vector<tesseract::WordData>*)?:
tesseract/src/ccmain/control.cpp:220:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::WordData>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  220 |   for (int w = 0; w < words->size(); ++w) {
      |                   ~~^~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp:239:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::WordData>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  239 |         for (; w < words->size(); ++w) {
      |                ~~^~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp: In member function ?bool tesseract::Tesseract::recog_all_words(tesseract::PAGE_RES*, tesseract::ETEXT_DESC*, const tesseract::TBOX*, const char*, int)?:
tesseract/src/ccmain/control.cpp:327:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  327 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/pageiterator.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/linerec.cpp:18:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::AssignDiacriticsToOverlappingBlobs(const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, tesseract::WERD*, tesseract::PAGE_RES_IT*, tesseract::GenericVector<bool>*, tesseract::GenericVector<bool>*, tesseract::GenericVector<tesseract::C_BLOB*>*)?:
tesseract/src/ccmain/control.cpp:1043:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1043 |         for (int i = 0; i < blob_wanted.size(); ++i) {
      |                         ~~^~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::AssignDiacriticsToNewBlobs(const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, tesseract::WERD*, tesseract::PAGE_RES_IT*, tesseract::GenericVector<bool>*, tesseract::GenericVector<tesseract::C_BLOB*>*)?:
tesseract/src/ccmain/control.cpp:1097:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1097 |       for (int j = 0; j < blob_wanted.size(); ++j) {
      |                       ~~^~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp:1110:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1110 |       for (int j = 0; j < blob_wanted.size(); ++j) {
      |                       ~~^~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp:1120:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1120 |       for (int j = 0; j < blob_wanted.size(); ++j) {
      |                       ~~^~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp: In member function ?bool tesseract::Tesseract::SelectGoodDiacriticOutlines(int, float, tesseract::PAGE_RES_IT*, tesseract::C_BLOB*, const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, std::vector<bool>*)?:
tesseract/src/ccmain/control.cpp:1157:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1157 |     for (int i = 0; i < test_outlines.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp:1205:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1205 |       for (int i = 0; i < best_outlines.size(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp: In member function ?float tesseract::Tesseract::ClassifyBlobPlusOutlines(const std::vector<bool>&, const tesseract::GenericVector<tesseract::C_OUTLINE*>&, int, tesseract::PAGE_RES_IT*, tesseract::C_BLOB*, tesseract::STRING*)?:
tesseract/src/ccmain/control.cpp:1231:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<bool>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1231 |   for (int i = 0; i < ok_outlines.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::classify_word_and_language(int, tesseract::PAGE_RES_IT*, tesseract::WordData*)?:
tesseract/src/ccmain/control.cpp:1342:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1342 |     for (sub = 0; sub < sub_langs_.size() &&
      |                   ~~~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/control.cpp:1356:55: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1356 |     for (int i = 0; !WordsAcceptable(best_words) && i < sub_langs_.size();
      |                                                     ~~^~~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_paragraphs.o -c tesseract/src/ccmain/paragraphs.cpp
tesseract/src/ccmain/control.cpp: In member function ?void tesseract::Tesseract::set_word_fonts(tesseract::WERD_RES*)?:
tesseract/src/ccmain/control.cpp:1970:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1970 |     for (int f = 0; f < fonts.size(); ++f) {
      |                     ~~^~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/pageiterator.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/wordrec/drawfx.h:22,
                 from tesseract/src/ccmain/control.cpp:32:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccmain/linerec.cpp:23:
tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?:
tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  133 |       for (int i = 0; i < layers.size(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~
tesseract/src/ccmain/linerec.cpp: In member function ?void tesseract::Tesseract::TrainFromBoxes(const std::vector<tesseract::TBOX>&, const std::vector<tesseract::STRING>&, tesseract::BLOCK_LIST*, tesseract::DocumentData*)?:
tesseract/src/ccmain/linerec.cpp:87:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   87 |   while (end_box < texts.size() && texts[end_box] == "\t") ++end_box;
      |          ~~~~~~~~^~~~~~~~~~~~~~
tesseract/src/ccmain/linerec.cpp:126:20: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  126 |     while (end_box < texts.size() && texts[end_box] == "\t") ++end_box;
      |            ~~~~~~~~^~~~~~~~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:62:25:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:68:27:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccmain/linerec.cpp: In member function ?void tesseract::Tesseract::SearchWords(tesseract::PointerVector<tesseract::WERD_RES>*)?:
tesseract/src/ccmain/linerec.cpp:263:8: warning: variable ?any_nonspace_delimited? set but not used [-Wunused-but-set-variable]
  263 |   bool any_nonspace_delimited = false;
      |        ^~~~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/output.cpp:22:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/ccmain/linerec.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:62:25:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:68:27:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/ccmain/output.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccmain/pageiterator.cpp:24:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/pageiterator.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/equationdetect.h:25,
                 from tesseract/src/ccmain/pagesegmain.cpp:38:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/equationdetect.h:25,
                 from tesseract/src/ccmain/pagesegmain.cpp:38:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_paramsd.o -c tesseract/src/ccmain/paramsd.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_pgedit.o -c tesseract/src/ccmain/pgedit.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/pagewalk.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_reject.o -c tesseract/src/ccmain/reject.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/pagewalk.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/equationdetect.h:25,
                 from tesseract/src/ccmain/pagesegmain.cpp:38:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/pagesegmain.cpp: In member function ?tesseract::ColumnFinder* tesseract::Tesseract::SetupPageSegAndDetectOrientation(tesseract::PageSegMode, tesseract::BLOCK_LIST*, tesseract::Tesseract*, tesseract::OSResults*, tesseract::TO_BLOCK_LIST*, Pix**, Pix**)?:
tesseract/src/ccmain/pagesegmain.cpp:365:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  365 |         for (int s = 0; s < sub_langs_.size(); ++s) {
      |                         ~~^~~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_resultiterator.o -c tesseract/src/ccmain/resultiterator.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tessedit.o -c tesseract/src/ccmain/tessedit.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/blobbox.h:22,
                 from tesseract/src/ccmain/pagesegmain.cpp:33:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/paragraphs.cpp:28:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/paragraphs.cpp:28:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/pagewalk.cpp:21:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::PrintTable(const std::vector<std::vector<tesseract::STRING> >&, const tesseract::STRING&)?:
tesseract/src/ccmain/paragraphs.cpp:115:13: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  115 |       if (c >= max_col_widths.size()) {
      |           ~~^~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/paragraphs.cpp:125:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  125 |   for (int c = 0; c < max_col_widths.size(); c++) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/paragraphs.cpp:130:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<tesseract::STRING> >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  130 |   for (int r = 0; r < rows.size(); r++) {
      |                   ~~^~~~~~~~~~~~~
tesseract/src/ccmain/paragraphs.cpp:131:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  131 |     for (int c = 0; c < rows[r].size(); c++) {
      |                     ~~^~~~~~~~~~~~~~~~
tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::DetectParagraphs(int, std::vector<tesseract::RowInfo>*, tesseract::GenericVector<tesseract::PARA*>*, tesseract::PARA_LIST*, std::vector<tesseract::ParagraphModel*>*)?:
tesseract/src/ccmain/paragraphs.cpp:2291:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2291 |   for (int i = 0; i < row_infos->size(); i++) {
      |                   ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/pagewalk.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccmain/paragraphs.cpp: In function ?void tesseract::DetectParagraphs(int, bool, const tesseract::MutableIterator*, std::vector<tesseract::ParagraphModel*>*)?:
tesseract/src/ccmain/paragraphs.cpp:2555:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2555 |     for (int i = 1; i < row_infos.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/paragraphs.cpp:2562:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::RowInfo>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2562 |       for (int i = 0; i < row_infos.size(); i++) {
      |                       ~~^~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccmain/paragraphs.h:23,
                 from tesseract/src/ccmain/paragraphs.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tesseractclass.o -c tesseract/src/ccmain/tesseractclass.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tessvars.o -c tesseract/src/ccmain/tessvars.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_thresholder.o -c tesseract/src/ccmain/thresholder.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/pgedit.cpp:29:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/pgedit.cpp:29:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tessedit.cpp:28:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/reject.cpp:44:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/reject.cpp:44:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tessedit.cpp:28:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/resultiterator.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/resultiterator.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_werdit.o -c tesseract/src/ccmain/werdit.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccmain/reject.cpp:44:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/reject.cpp: In member function ?bool tesseract::Tesseract::repeated_nonalphanum_wd(tesseract::WERD_RES*, tesseract::ROW*)?:
tesseract/src/ccmain/reject.cpp:598:55: warning: comparison of integer expressions of different signedness: ?std::__cxx11::basic_string<char>::size_type? {aka ?long unsigned int?} and ?int16_t? {aka ?short int?} [-Wsign-compare]
  598 |   if ((word->best_choice->unichar_lengths().length () == char_quality) &&
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/pgedit.cpp:34:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/ccmain/reject.cpp:44:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccmain/tessedit.cpp:31:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/resultiterator.cpp:24:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/lsterr.h:22,
                 from tesseract/src/ccutil/elst.h:22,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/resultiterator.cpp:23:
tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::CalculateBlobOrder(std::vector<int>*) const?:
tesseract/src/ccmain/resultiterator.cpp:220:36: warning: comparison of integer expressions of different signedness: ?std::vector<int>::size_type? {aka ?long unsigned int?} and ?const int? [-Wsign-compare]
  220 |   ASSERT_HOST(blob_indices->size() == word_length_);
      |               ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
tesseract/src/ccutil/errcode.h:56:25: note: in definition of macro ?ASSERT_HOST?
   56 | #define ASSERT_HOST(x) (x) \
      |                         ^
tesseract/src/ccmain/resultiterator.cpp: In function ?void tesseract::PrintScriptDirs(const std::vector<tesseract::StrongScriptDirection>&)?:
tesseract/src/ccmain/resultiterator.cpp:224:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::StrongScriptDirection>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |   for (int i = 0; i < dirs.size(); i++) {
      |                   ~~^~~~~~~~~~~~~
tesseract/src/ccmain/resultiterator.cpp: In static member function ?static void tesseract::ResultIterator::CalculateTextlineOrder(bool, const std::vector<tesseract::StrongScriptDirection>&, std::vector<int>*)?:
tesseract/src/ccmain/resultiterator.cpp:315:30: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::StrongScriptDirection>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  315 |         for (int i = left; i < word_dirs.size(); i++) {
      |                            ~~^~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/ccmain/pgedit.h:22,
                 from tesseract/src/ccmain/pgedit.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::MoveToLogicalStartOfTextline()?:
tesseract/src/ccmain/resultiterator.cpp:434:12: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  434 |   for (; i < word_indices.size() && word_indices[i] < 0; i++) {
      |          ~~^~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/resultiterator.cpp:442:9: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  442 |   if (i >= word_indices.size())
      |       ~~^~~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/resultiterator.cpp: In member function ?virtual bool tesseract::ResultIterator::Next(tesseract::PageIteratorLevel)?:
tesseract/src/ccmain/resultiterator.cpp:480:24: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  480 |       while (next_blob < blob_order.size() &&
      |              ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/resultiterator.cpp:484:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  484 |       if (next_blob < blob_order.size()) {
      |           ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::AppendUTF8WordText(std::string*) const?:
tesseract/src/ccmain/resultiterator.cpp:681:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  681 |   for (int i = 0; i < blob_order.size(); i++) {
      |                   ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/resultiterator.cpp: In member function ?void tesseract::ResultIterator::IterateAndAppendUTF8TextlineText(std::string*)?:
tesseract/src/ccmain/resultiterator.cpp:702:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  702 |     for (int i = 0; i < textline_order.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/tessedit.cpp:39:
tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?:
tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  133 |       for (int i = 0; i < layers.size(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~
tesseract/src/ccmain/tessedit.cpp: In member function ?bool tesseract::Tesseract::init_tesseract_lang_data(const char*, const char*, const char*, tesseract::OcrEngineMode, char**, int, const std::vector<std::__cxx11::basic_string<char> >*, const std::vector<std::__cxx11::basic_string<char> >*, bool, tesseract::TessdataManager*)?:
tesseract/src/ccmain/tessedit.cpp:137:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  137 |     for (int i = 0; i < vars_vec->size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tessedit.cpp: In function ?bool tesseract::IsStrInList(const string&, const std::vector<std::__cxx11::basic_string<char> >&)?:
tesseract/src/ccmain/tessedit.cpp:241:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  241 |   for (int i = 0; i < str_list.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tessedit.cpp: In member function ?int tesseract::Tesseract::init_tesseract(const char*, const char*, const char*, tesseract::OcrEngineMode, char**, int, const std::vector<std::__cxx11::basic_string<char> >*, const std::vector<std::__cxx11::basic_string<char> >*, bool, tesseract::TessdataManager*)?:
tesseract/src/ccmain/tessedit.cpp:303:39: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::__cxx11::basic_string<char> >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  303 |   for (int lang_index = 0; lang_index < langs_to_load.size(); ++lang_index) {
      |                            ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tessedit.cpp:352:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  352 |       for (int s = 0; s < sub_langs_.size(); ++s) {
      |                       ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tessedit.cpp:359:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  359 |       for (int s = 0; s < sub_langs_.size(); ++s) {
      |                       ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tessedit.cpp: In member function ?void tesseract::Tesseract::SetupUniversalFontIds()?:
tesseract/src/ccmain/tessedit.cpp:439:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  439 |   for (int i = 0; i < sub_langs_.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tessedit.cpp:444:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  444 |   for (int i = 0; i < sub_langs_.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_blamer.o -c tesseract/src/ccstruct/blamer.cpp
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/resultiterator.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tessedit.cpp:28:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:62:25:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:68:27:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_blobbox.o -c tesseract/src/ccstruct/blobbox.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/tesseractclass.cpp:41:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/tesseractclass.cpp:41:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/tesseractclass.cpp:41:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/tesseractclass.cpp:48:
tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?:
tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  133 |       for (int i = 0; i < layers.size(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::Clear()?:
tesseract/src/ccmain/tesseractclass.cpp:583:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  583 |   for (int i = 0; i < sub_langs_.size(); ++i)
      |                   ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::ResetAdaptiveClassifier()?:
tesseract/src/ccmain/tesseractclass.cpp:597:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  597 |   for (int i = 0; i < sub_langs_.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::ResetDocumentDictionary()?:
tesseract/src/ccmain/tesseractclass.cpp:607:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  607 |   for (int i = 0; i < sub_langs_.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::SetBlackAndWhitelist()?:
tesseract/src/ccmain/tesseractclass.cpp:624:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  624 |   for (int i = 0; i < sub_langs_.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::PrepareForPageseg()?:
tesseract/src/ccmain/tesseractclass.cpp:645:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  645 |   for (int i = 0; i < sub_langs_.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.cpp: In member function ?void tesseract::Tesseract::PrepareForTessOCR(tesseract::BLOCK_LIST*, tesseract::Tesseract*, tesseract::OSResults*)?:
tesseract/src/ccmain/tesseractclass.cpp:676:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  676 |   for (int i = 0; i < sub_langs_.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_blobs.o -c tesseract/src/ccstruct/blobs.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/werdit.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/ccmain/tesseractclass.cpp:41:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:62:25:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:68:27:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_blread.o -c tesseract/src/ccstruct/blread.cpp
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/werdit.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_boxread.o -c tesseract/src/ccstruct/boxread.cpp
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccmain/werdit.h:23,
                 from tesseract/src/ccmain/werdit.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/blamer.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_boxword.o -c tesseract/src/ccstruct/boxword.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/blamer.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
tesseract/src/ccstruct/blamer.cpp: In member function ?void tesseract::BlamerBundle::SetWordTruth(const tesseract::UNICHARSET&, const char*, const tesseract::TBOX&)?:
tesseract/src/ccstruct/blamer.cpp:85:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   85 |   for (int i = 0; i < encoding.size(); total_length += lengths[i++]) {
      |                   ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/ccstruct/blamer.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccstruct/ccstruct.h:22,
                 from tesseract/src/ccstruct/blobs.cpp:30:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/ccstruct/blobs.cpp:28:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ccstruct.o -c tesseract/src/ccstruct/ccstruct.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_coutln.o -c tesseract/src/ccstruct/coutln.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_detlinefit.o -c tesseract/src/ccstruct/detlinefit.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/ccstruct/boxread.cpp: In function ?bool tesseract::ReadMemBoxes(int, bool, const char*, bool, std::vector<tesseract::TBOX>*, std::vector<tesseract::STRING>*, std::vector<tesseract::STRING>*, std::vector<int>*)?:
tesseract/src/ccstruct/boxread.cpp:105:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  105 |   for (int i = 0; i < lines.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccstruct/boxword.cpp:24:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccstruct/boxword.cpp:24:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/ccstruct/boxword.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_dppoint.o -c tesseract/src/ccstruct/dppoint.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_imagedata.o -c tesseract/src/ccstruct/imagedata.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccstruct/ccstruct.h:22,
                 from tesseract/src/ccstruct/ccstruct.cpp:19:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_linlsq.o -c tesseract/src/ccstruct/linlsq.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccutil/ambigs.h:29,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccstruct/ccstruct.h:22,
                 from tesseract/src/ccstruct/ccstruct.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_matrix.o -c tesseract/src/ccstruct/matrix.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_mod128.o -c tesseract/src/ccstruct/mod128.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_normalis.o -c tesseract/src/ccstruct/normalis.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ocrblock.o -c tesseract/src/ccstruct/ocrblock.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ocrpara.o -c tesseract/src/ccstruct/ocrpara.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ocrrow.o -c tesseract/src/ccstruct/ocrrow.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_otsuthr.o -c tesseract/src/ccstruct/otsuthr.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/ccstruct/imagedata.cpp: In member function ?void tesseract::ImageData::AddBoxes(const std::vector<tesseract::TBOX>&, const std::vector<tesseract::STRING>&, const std::vector<int>&)?:
tesseract/src/ccstruct/imagedata.cpp:338:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  338 |   for (int i = 0; i < box_pages.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~
tesseract/src/ccstruct/imagedata.cpp: In member function ?bool tesseract::DocumentCache::LoadDocuments(const std::vector<tesseract::STRING>&, tesseract::CachingStrategy, tesseract::FileReader)?:
tesseract/src/ccstruct/imagedata.cpp:600:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  600 |   for (int arg = 0; arg < filenames.size(); ++arg) {
      |                     ~~~~^~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/imagedata.h:22,
                 from tesseract/src/ccstruct/imagedata.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/ccstruct/imagedata.cpp:168:21:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccstruct/imagedata.cpp:176:23:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/ccstruct/imagedata.cpp:182:23:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccstruct/imagedata.cpp:190:23:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/matrix.cpp:24:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_pageres.o -c tesseract/src/ccstruct/pageres.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/matrix.cpp:24:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/kdpair.h:27,
                 from tesseract/src/ccstruct/matrix.h:29,
                 from tesseract/src/ccstruct/matrix.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/normalis.cpp:27:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_pdblock.o -c tesseract/src/ccstruct/pdblock.cpp
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/ccstruct/normalis.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_points.o -c tesseract/src/ccstruct/points.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_polyaprx.o -c tesseract/src/ccstruct/polyaprx.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_polyblk.o -c tesseract/src/ccstruct/polyblk.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_quadlsq.o -c tesseract/src/ccstruct/quadlsq.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccstruct/pageres.cpp:24:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_quspline.o -c tesseract/src/ccstruct/quspline.cpp
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccstruct/pageres.cpp:24:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_ratngs.o -c tesseract/src/ccstruct/ratngs.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccstruct/pageres.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_rect.o -c tesseract/src/ccstruct/rect.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_rejctmap.o -c tesseract/src/ccstruct/rejctmap.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_seam.o -c tesseract/src/ccstruct/seam.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_split.o -c tesseract/src/ccstruct/split.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_statistc.o -c tesseract/src/ccstruct/statistc.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/ratngs.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_stepblob.o -c tesseract/src/ccstruct/stepblob.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/ratngs.h:26,
                 from tesseract/src/ccstruct/ratngs.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_werd.o -c tesseract/src/ccstruct/werd.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_classify.o -c tesseract/src/classify/classify.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_context.o -c tesseract/src/dict/context.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_dawg.o -c tesseract/src/dict/dawg.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_dawg_cache.o -c tesseract/src/dict/dawg_cache.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_dict.o -c tesseract/src/dict/dict.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_permdawg.o -c tesseract/src/dict/permdawg.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/classify.cpp:19:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_stopper.o -c tesseract/src/dict/stopper.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/dict/dict.h:27,
                 from tesseract/src/dict/context.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/classify.cpp:19:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/classify.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/dict/context.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dawg.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccutil/ambigs.h:29,
                 from tesseract/src/dict/dict.h:27,
                 from tesseract/src/dict/context.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dawg.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dawg_cache.h:23,
                 from tesseract/src/dict/dawg_cache.cpp:19:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/dict/dict.h:27,
                 from tesseract/src/dict/dict.cpp:19:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/dict/dawg.h:31,
                 from tesseract/src/dict/dawg.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = short int; size_t = long unsigned int]?:
tesseract/src/dict/dawg.cpp:316:25:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/dict/dawg.cpp:323:25:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = long unsigned int; size_t = long unsigned int]?:
tesseract/src/dict/dawg.cpp:329:25:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = short int; size_t = long unsigned int]?:
tesseract/src/dict/dawg.cpp:380:23:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/dict/dawg.cpp:381:23:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = long unsigned int; size_t = long unsigned int]?:
tesseract/src/dict/dawg.cpp:403:29:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dawg_cache.h:23,
                 from tesseract/src/dict/dawg_cache.cpp:19:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_trie.o -c tesseract/src/dict/trie.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_alignedblob.o -c tesseract/src/textord/alignedblob.cpp
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/dict/dawg.h:31,
                 from tesseract/src/dict/dawg_cache.h:23,
                 from tesseract/src/dict/dawg_cache.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/permdawg.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/dict/dict.cpp:19:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/permdawg.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
tesseract/src/dict/dict.cpp: In member function ?bool tesseract::Dict::valid_bigram(const tesseract::WERD_CHOICE&, const tesseract::WERD_CHOICE&) const?:
tesseract/src/dict/dict.cpp:846:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  846 |   for (int i = 0; i < bigram_string.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/dict/stopper.h:22,
                 from tesseract/src/dict/stopper.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccutil/ambigs.h:29,
                 from tesseract/src/dict/dict.h:27,
                 from tesseract/src/dict/dict.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/dict/permdawg.cpp: In member function ?void tesseract::Dict::go_deeper_dawg_fxn(const char*, const BLOB_CHOICE_LIST_VECTOR&, int, const tesseract::CHAR_FRAGMENT_INFO*, bool, tesseract::WERD_CHOICE*, float*, float*, tesseract::WERD_CHOICE*, int*, void*)?:
tesseract/src/dict/permdawg.cpp:78:38: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   78 |     for (int i = 0; unigrams_ok && i < encoding.size(); ++i) {
      |                                    ~~^~~~~~~~~~~~~~~~~
tesseract/src/dict/permdawg.cpp:86:28: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   86 |           word_ending && i == encoding.size() - 1);
      |                          ~~^~~~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/stopper.h:22,
                 from tesseract/src/dict/stopper.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/dict/dawg.h:31,
                 from tesseract/src/dict/permdawg.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_baselinedetect.o -c tesseract/src/textord/baselinedetect.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_bbgrid.o -c tesseract/src/textord/bbgrid.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/dict/stopper.h:21,
                 from tesseract/src/dict/stopper.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_blkocc.o -c tesseract/src/textord/blkocc.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/trie.h:22,
                 from tesseract/src/dict/trie.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_blobgrid.o -c tesseract/src/textord/blobgrid.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/trie.h:22,
                 from tesseract/src/dict/trie.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
tesseract/src/dict/trie.cpp: In member function ?bool tesseract::Trie::add_word_list(const std::vector<tesseract::STRING>&, const tesseract::UNICHARSET&, tesseract::Trie::RTLReversePolicy)?:
tesseract/src/dict/trie.cpp:309:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  309 |   for (int i = 0; i < words.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/dict/dawg.h:31,
                 from tesseract/src/dict/trie.h:22,
                 from tesseract/src/dict/trie.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_ccnontextdetect.o -c tesseract/src/textord/ccnontextdetect.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccstruct/ccstruct.h:22,
                 from tesseract/src/textord/textord.h:24,
                 from tesseract/src/textord/baselinedetect.cpp:37:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccstruct/detlinefit.h:23,
                 from tesseract/src/textord/baselinedetect.h:22,
                 from tesseract/src/textord/baselinedetect.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/textord/bbgrid.cpp:254:6: warning: no previous declaration for ?Pix* tesseract::TraceBlockOnReducedPix(tesseract::BLOCK*, int, tesseract::ICOORD, int*, int*)? [-Wmissing-declarations]
  254 | Pix* TraceBlockOnReducedPix(BLOCK* block, int gridsize,
      |      ^~~~~~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_cjkpitch.o -c tesseract/src/textord/cjkpitch.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_colfind.o -c tesseract/src/textord/colfind.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_colpartition.o -c tesseract/src/textord/colpartition.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_colpartitionset.o -c tesseract/src/textord/colpartitionset.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_colpartitiongrid.o -c tesseract/src/textord/colpartitiongrid.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_devanagari_processing.o -c tesseract/src/textord/devanagari_processing.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_drawtord.o -c tesseract/src/textord/drawtord.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_edgblob.o -c tesseract/src/textord/edgblob.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_edgloop.o -c tesseract/src/textord/edgloop.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_fpchop.o -c tesseract/src/textord/fpchop.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_gap_map.o -c tesseract/src/textord/gap_map.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_imagefind.o -c tesseract/src/textord/imagefind.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_linefind.o -c tesseract/src/textord/linefind.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_makerow.o -c tesseract/src/textord/makerow.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_oldbasel.o -c tesseract/src/textord/oldbasel.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_pithsync.o -c tesseract/src/textord/pithsync.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_pitsync1.o -c tesseract/src/textord/pitsync1.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_scanedg.o -c tesseract/src/textord/scanedg.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_sortflts.o -c tesseract/src/textord/sortflts.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccstruct/ccstruct.h:22,
                 from tesseract/src/textord/makerow.cpp:27:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/textord/makerow.cpp: In function ?void tesseract::delete_non_dropout_rows(tesseract::TO_BLOCK*, float, tesseract::FCOORD, int32_t, bool)?:
tesseract/src/textord/makerow.cpp:586:11: warning: variable ?xleft? set but not used [-Wunused-but-set-variable]
  586 |   int32_t xleft;                   //of block
      |           ^~~~~
tesseract/src/textord/makerow.cpp:587:11: warning: variable ?ybottom? set but not used [-Wunused-but-set-variable]
  587 |   int32_t ybottom;                 //of block
      |           ^~~~~~~
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccstruct/ccstruct.h:22,
                 from tesseract/src/textord/oldbasel.cpp:26:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/textord/makerow.cpp: In function ?void tesseract::assign_blobs_to_rows(tesseract::TO_BLOCK*, float*, int, bool, bool, bool)?:
tesseract/src/textord/makerow.cpp:2283:9: warning: variable ?ycoord? set but not used [-Wunused-but-set-variable]
 2283 |   float ycoord;                  //current y
      |         ^~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/textord/makerow.h:22,
                 from tesseract/src/textord/makerow.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/textord/oldbasel.h:22,
                 from tesseract/src/textord/oldbasel.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_strokewidth.o -c tesseract/src/textord/strokewidth.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tabfind.o -c tesseract/src/textord/tabfind.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tablefind.o -c tesseract/src/textord/tablefind.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tabvector.o -c tesseract/src/textord/tabvector.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tablerecog.o -c tesseract/src/textord/tablerecog.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_textlineprojection.o -c tesseract/src/textord/textlineprojection.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_textord.o -c tesseract/src/textord/textord.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/textord/tablefind.cpp: In member function ?void tesseract::TableFinder::RecognizeTables()?:
tesseract/src/textord/tablefind.cpp:1830:15: warning: unused variable ?table_win? [-Wunused-variable]
 1830 |   ScrollView* table_win = nullptr;
      |               ^~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_topitch.o -c tesseract/src/textord/topitch.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccstruct/ccstruct.h:22,
                 from tesseract/src/textord/textord.h:24,
                 from tesseract/src/textord/textord.cpp:27:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/textord/textord.cpp:29:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccstruct/detlinefit.h:23,
                 from tesseract/src/textord/baselinedetect.h:22,
                 from tesseract/src/textord/textord.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tordmain.o -c tesseract/src/textord/tordmain.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tospace.o -c tesseract/src/textord/tospace.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_tovars.o -c tesseract/src/textord/tovars.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_underlin.o -c tesseract/src/textord/underlin.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccstruct/ccstruct.h:22,
                 from tesseract/src/textord/textord.h:24,
                 from tesseract/src/textord/wordseg.h:24,
                 from tesseract/src/textord/topitch.cpp:33:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/blobbox.h:22,
                 from tesseract/src/textord/topitch.h:22,
                 from tesseract/src/textord/topitch.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_wordseg.o -c tesseract/src/textord/wordseg.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_workingpartset.o -c tesseract/src/textord/workingpartset.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_viewer_scrollview.o -c tesseract/src/viewer/scrollview.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccstruct/ccstruct.h:22,
                 from tesseract/src/textord/tordmain.cpp:29:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccstruct/ccstruct.h:22,
                 from tesseract/src/textord/textord.h:24,
                 from tesseract/src/textord/tospace.cpp:30:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/textord/drawtord.h:22,
                 from tesseract/src/textord/tospace.cpp:28:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/textord/tordmain.h:22,
                 from tesseract/src/textord/tordmain.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_viewer_svmnode.o -c tesseract/src/viewer/svmnode.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_viewer_svutil.o -c tesseract/src/viewer/svutil.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/viewer/scrollview.cpp:60:20: warning: ?tesseract::waiting_for_events_mu? defined but not used [-Wunused-variable]
   60 | static std::mutex* waiting_for_events_mu;
      |                    ^~~~~~~~~~~~~~~~~~~~~
tesseract/src/viewer/scrollview.cpp:56:20: warning: ?tesseract::svmap_mu? defined but not used [-Wunused-variable]
   56 | static std::mutex* svmap_mu;
      |                    ^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_tface.o -c tesseract/src/wordrec/tface.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccstruct/ccstruct.h:22,
                 from tesseract/src/textord/textord.h:24,
                 from tesseract/src/textord/wordseg.h:24,
                 from tesseract/src/textord/wordseg.cpp:24:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_wordrec.o -c tesseract/src/wordrec/wordrec.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/textord/wordseg.h:22,
                 from tesseract/src/textord/wordseg.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_ccutil.o -c tesseract/src/ccutil/ccutil.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_clst.o -c tesseract/src/ccutil/clst.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_elst2.o -c tesseract/src/ccutil/elst2.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_elst.o -c tesseract/src/ccutil/elst.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_errcode.o -c tesseract/src/ccutil/errcode.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_mainblk.o -c tesseract/src/ccutil/mainblk.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_serialis.o -c tesseract/src/ccutil/serialis.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_strngs.o -c tesseract/src/ccutil/strngs.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/wordrec.cpp:19:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_scanutils.o -c tesseract/src/ccutil/scanutils.cpp
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/wordrec.cpp:19:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccutil/ccutil.cpp:13:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/tface.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_tessdatamanager.o -c tesseract/src/ccutil/tessdatamanager.cpp
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/tface.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccutil/ambigs.h:29,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccutil/ccutil.cpp:13:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/associate.h:25,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/wordrec.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/associate.h:25,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/tface.cpp:21:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.cpp: In function ?bool tesseract::SaveDataToFile(const std::vector<char>&, const char*)?:
tesseract/src/ccutil/serialis.cpp:59:62: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<char>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   59 |       static_cast<int>(fwrite(&data[0], 1, data.size(), fp)) == data.size();
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
tesseract/src/ccutil/serialis.cpp: In member function ?char* tesseract::TFile::FGets(char*, int)?:
tesseract/src/ccutil/serialis.cpp:213:44: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<char>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  213 |   while (size + 1 < buffer_size && offset_ < data_->size()) {
      |                                    ~~~~~~~~^~~~~~~~~~~~~~~
tesseract/src/ccutil/serialis.cpp: In member function ?int tesseract::TFile::FRead(void*, size_t, int)?:
tesseract/src/ccutil/serialis.cpp:237:23: warning: comparison of integer expressions of different signedness: ?long unsigned int? and ?int? [-Wsign-compare]
  237 |   if (SIZE_MAX / size <= count) {
      |                       ^
In file included from tesseract/src/ccutil/serialis.cpp:21:
tesseract/src/ccutil/serialis.cpp: In member function ?int tesseract::TFile::FWrite(const void*, size_t, int)?:
tesseract/src/ccutil/serialis.cpp:284:31: warning: comparison of integer expressions of different signedness: ?long unsigned int? and ?int? [-Wsign-compare]
  284 |   ASSERT_HOST(SIZE_MAX / size > count);
      |                               ^
tesseract/src/ccutil/errcode.h:56:25: note: in definition of macro ?ASSERT_HOST?
   56 | #define ASSERT_HOST(x) (x) \
      |                         ^
In file included from tesseract/src/ccutil/serialis.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?:
tesseract/src/ccutil/serialis.cpp:114:19:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/serialis.cpp:119:23:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?:
tesseract/src/ccutil/serialis.cpp:127:19:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/serialis.cpp:127:39:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_tprintf.o -c tesseract/src/ccutil/tprintf.cpp
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = double; size_t = long unsigned int]?:
tesseract/src/ccutil/serialis.cpp:90:23:   required from ?bool tesseract::TFile::DeSerialize(std::vector<T>&) [with T = double]?
tesseract/src/ccutil/serialis.cpp:107:68:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/ccutil/serialis.cpp:90:23:   required from ?bool tesseract::TFile::DeSerialize(std::vector<T>&) [with T = int]?
tesseract/src/ccutil/serialis.cpp:108:69:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = double; size_t = long unsigned int]?:
tesseract/src/ccutil/serialis.cpp:102:21:   required from ?bool tesseract::TFile::Serialize(const std::vector<T>&) [with T = double]?
tesseract/src/ccutil/serialis.cpp:109:72:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/ccutil/serialis.cpp:102:21:   required from ?bool tesseract::TFile::Serialize(const std::vector<T>&) [with T = int]?
tesseract/src/ccutil/serialis.cpp:110:73:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccutil/mainblk.cpp:26:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_unichar.o -c tesseract/src/ccutil/unichar.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_unicharcompress.o -c tesseract/src/ccutil/unicharcompress.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_unicharmap.o -c tesseract/src/ccutil/unicharmap.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccutil/ambigs.h:29,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/ccutil/mainblk.cpp:26:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_unicharset.o -c tesseract/src/ccutil/unicharset.cpp
In file included from tesseract/src/ccutil/tessdatamanager.h:22,
                 from tesseract/src/ccutil/tessdatamanager.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?:
tesseract/src/ccutil/tessdatamanager.cpp:114:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = long int; size_t = long unsigned int]?:
tesseract/src/ccutil/tessdatamanager.cpp:121:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/tessdatamanager.cpp:129:26:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/ccutil/tessdatamanager.cpp:179:15:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = long int; size_t = long unsigned int]?:
tesseract/src/ccutil/tessdatamanager.cpp:180:15:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/tessdatamanager.cpp:183:19:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
In file included from tesseract/src/ccutil/strngs.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?:
tesseract/src/ccutil/strngs.cpp:48:23:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/strngs.cpp:49:23:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?:
tesseract/src/ccutil/strngs.cpp:69:23:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/strngs.cpp:71:25:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_params.o -c tesseract/src/ccutil/params.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_convolve.o -c tesseract/src/lstm/convolve.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_fullyconnected.o -c tesseract/src/lstm/fullyconnected.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_functions.o -c tesseract/src/lstm/functions.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/unicharcompress.h:28,
                 from tesseract/src/ccutil/unicharcompress.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_input.o -c tesseract/src/lstm/input.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_lstm.o -c tesseract/src/lstm/lstm.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/ccutil/unicharcompress.cpp: In function ?bool tesseract::DecodeRadicalLine(tesseract::STRING*, tesseract::RSMap*)?:
tesseract/src/ccutil/unicharcompress.cpp:60:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   60 |   for (int i = 1; i < entries.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharcompress.cpp: In function ?bool tesseract::DecodeRadicalTable(tesseract::STRING*, tesseract::RSMap*)?:
tesseract/src/ccutil/unicharcompress.cpp:76:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   76 |   for (int i = 0; i < lines.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/unicharcompress.h:25,
                 from tesseract/src/ccutil/unicharcompress.cpp:21:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:62:25:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:63:25:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:68:27:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:69:27:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
In file included from tesseract/src/ccutil/unicharset.cpp:19:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::set_ranges_empty()?:
tesseract/src/ccutil/unicharset.cpp:378:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  378 |   for (int id = 0; id < unichars.size(); ++id) {
      |                    ~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::PartialSetPropertiesFromOther(int, const tesseract::UNICHARSET&)?:
tesseract/src/ccutil/unicharset.cpp:388:33: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  388 |   for (int ch = start_index; ch < unichars.size(); ++ch) {
      |                              ~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::ExpandRangesFromOther(const tesseract::UNICHARSET&)?:
tesseract/src/ccutil/unicharset.cpp:417:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  417 |   for (int ch = 0; ch < unichars.size(); ++ch) {
      |                    ~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::CopyFrom(const tesseract::UNICHARSET&)?:
tesseract/src/ccutil/unicharset.cpp:431:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  431 |   for (int ch = 0; ch < src.unichars.size(); ++ch) {
      |                    ~~~^~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::AppendOtherUnicharset(const tesseract::UNICHARSET&)?:
tesseract/src/ccutil/unicharset.cpp:447:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  447 |   for (int ch = 0; ch < src.unichars.size(); ++ch) {
      |                    ~~~^~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::GetStrProperties(const char*, tesseract::UNICHARSET::UNICHAR_PROPERTIES*) const?:
tesseract/src/ccutil/unicharset.cpp:534:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  534 |   for (int i = 0; i < encoding.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::post_load_setup()?:
tesseract/src/ccutil/unicharset.cpp:869:30: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  869 |   for (UNICHAR_ID id = 0; id < unichars.size(); ++id) {
      |                           ~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp:911:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  911 |   for (int id = 0; id < unichars.size(); ++id) {
      |                    ~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::major_right_to_left() const?:
tesseract/src/ccutil/unicharset.cpp:931:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  931 |   for (int id = 0; id < unichars.size(); ++id) {
      |                    ~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp: In member function ?void tesseract::UNICHARSET::set_black_and_whitelist(const char*, const char*, const char*)?:
tesseract/src/ccutil/unicharset.cpp:950:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  950 |   for (int ch = 0; ch < unichars.size(); ++ch)
      |                    ~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp:956:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  956 |     for (int i = 0; i < encoding.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp:965:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  965 |     for (int i = 0; i < encoding.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp:974:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  974 |     for (int i = 0; i < encoding.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.cpp: In member function ?bool tesseract::UNICHARSET::AnyRepeatedUnicodes() const?:
tesseract/src/ccutil/unicharset.cpp:986:30: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  986 |   for (int id = start_id; id < unichars.size(); ++id) {
      |                           ~~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/unicharset.h:26,
                 from tesseract/src/ccutil/unicharset.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/kdpair.h:27,
                 from tesseract/src/ccstruct/matrix.h:29,
                 from tesseract/src/lstm/convolve.h:23,
                 from tesseract/src/lstm/convolve.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/kdpair.h:27,
                 from tesseract/src/ccstruct/matrix.h:29,
                 from tesseract/src/lstm/network.h:21,
                 from tesseract/src/lstm/fullyconnected.h:21,
                 from tesseract/src/lstm/fullyconnected.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_lstmrecognizer.o -c tesseract/src/lstm/lstmrecognizer.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_maxpool.o -c tesseract/src/lstm/maxpool.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/lstm/input.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/lstm/input.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_network.o -c tesseract/src/lstm/network.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/kdpair.h:27,
                 from tesseract/src/ccstruct/matrix.h:29,
                 from tesseract/src/lstm/network.h:21,
                 from tesseract/src/lstm/input.h:21,
                 from tesseract/src/lstm/input.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/kdpair.h:27,
                 from tesseract/src/ccstruct/matrix.h:29,
                 from tesseract/src/lstm/network.h:21,
                 from tesseract/src/lstm/lstm.h:21,
                 from tesseract/src/lstm/lstm.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_networkio.o -c tesseract/src/lstm/networkio.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_parallel.o -c tesseract/src/lstm/parallel.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_plumbing.o -c tesseract/src/lstm/plumbing.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/lstm/lstmrecognizer.h:21,
                 from tesseract/src/lstm/lstmrecognizer.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/kdpair.h:27,
                 from tesseract/src/ccstruct/matrix.h:29,
                 from tesseract/src/lstm/reconfig.h:22,
                 from tesseract/src/lstm/maxpool.h:22,
                 from tesseract/src/lstm/maxpool.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/lstm/recodebeam.h:23,
                 from tesseract/src/lstm/lstmrecognizer.h:28,
                 from tesseract/src/lstm/lstmrecognizer.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/lstm/lstmrecognizer.cpp:23:
tesseract/src/lstm/lstmrecognizer.h: In member function ?void tesseract::LSTMRecognizer::ScaleLearningRate(double)?:
tesseract/src/lstm/lstmrecognizer.h:133:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  133 |       for (int i = 0; i < layers.size(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_recodebeam.o -c tesseract/src/lstm/recodebeam.cpp
In file included from tesseract/src/lstm/network.cpp:37:
tesseract/src/lstm/reversed.h: In member function ?virtual tesseract::STRING tesseract::Reversed::spec() const?:
tesseract/src/lstm/reversed.h:59:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::__cxx11::basic_string<char>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   59 |       for (int i = 0; i < net_spec.length(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/kdpair.h:27,
                 from tesseract/src/ccstruct/matrix.h:29,
                 from tesseract/src/lstm/network.h:21,
                 from tesseract/src/lstm/network.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/lstm/lstmrecognizer.cpp: In member function ?void tesseract::LSTMRecognizer::RecognizeLine(const tesseract::ImageData&, bool, bool, double, const tesseract::TBOX&, tesseract::PointerVector<tesseract::WERD_RES>*, int, int)?:
tesseract/src/lstm/lstmrecognizer.cpp:218:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  218 |         if (char_it < search_->ctc_choices.size())
      |             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/lstm/lstmrecognizer.cpp:221:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  221 |         if (char_it < search_->segmentedTimesteps.size())
      |             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_reconfig.o -c tesseract/src/lstm/reconfig.cpp
tesseract/src/lstm/lstmrecognizer.cpp: In member function ?tesseract::STRING tesseract::LSTMRecognizer::DecodeLabels(const std::vector<int>&)?:
tesseract/src/lstm/lstmrecognizer.cpp:337:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  337 |   for (int start = 0; start < labels.size(); start = end) {
      |                       ~~~~~~^~~~~~~~~~~~~~~
tesseract/src/lstm/lstmrecognizer.cpp: In member function ?void tesseract::LSTMRecognizer::DebugActivationPath(const tesseract::NetworkIO&, const std::vector<int>&, const std::vector<int>&)?:
tesseract/src/lstm/lstmrecognizer.cpp:398:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  398 |   for (int start = 0; start < labels.size(); start = end) {
      |                       ~~~~~~^~~~~~~~~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/lstm/network.cpp:153:21:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?:
tesseract/src/lstm/network.cpp:165:21:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/lstm/network.cpp:166:23:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/lstm/lstmrecognizer.cpp: In member function ?const char* tesseract::LSTMRecognizer::DecodeLabel(const std::vector<int>&, int, int*, int*)?:
tesseract/src/lstm/lstmrecognizer.cpp:521:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  521 |     while (index < labels.size() &&
      |            ~~~~~~^~~~~~~~~~~~~~~
tesseract/src/lstm/lstmrecognizer.cpp:524:20: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  524 |       while (index < labels.size() && labels[index] == null_char_) ++index;
      |              ~~~~~~^~~~~~~~~~~~~~~
tesseract/src/lstm/lstmrecognizer.cpp:529:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  529 |           (index == labels.size() ||
      |            ~~~~~~^~~~~~~~~~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/lstm/network.cpp:171:23:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccutil/ambigs.h:29,
                 from tesseract/src/ccutil/ccutil.h:32,
                 from tesseract/src/lstm/lstmrecognizer.h:21,
                 from tesseract/src/lstm/lstmrecognizer.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:62:25:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:68:27:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = float; size_t = long unsigned int]?:
tesseract/src/lstm/lstmrecognizer.cpp:98:21:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = float; size_t = long unsigned int]?:
tesseract/src/lstm/lstmrecognizer.cpp:120:23:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/lstm/networkio.h:26,
                 from tesseract/src/lstm/networkio.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/lstm/parallel.cpp: In member function ?virtual void tesseract::Parallel::Forward(bool, const tesseract::NetworkIO&, const tesseract::TransposedArray*, tesseract::NetworkScratch*, tesseract::NetworkIO*)?:
tesseract/src/lstm/parallel.cpp:55:8: warning: variable ?parallel_debug? set but not used [-Wunused-but-set-variable]
   55 |   bool parallel_debug = false;
      |        ^~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/lstm/plumbing.h:22,
                 from tesseract/src/lstm/parallel.h:22,
                 from tesseract/src/lstm/parallel.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_reversed.o -c tesseract/src/lstm/reversed.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/lstm/plumbing.h:22,
                 from tesseract/src/lstm/plumbing.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?:
tesseract/src/lstm/plumbing.cpp:186:21:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?:
tesseract/src/lstm/plumbing.cpp:201:23:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_series.o -c tesseract/src/lstm/series.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_stridemap.o -c tesseract/src/lstm/stridemap.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_tfnetwork.o -c tesseract/src/lstm/tfnetwork.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_lstm_weightmatrix.o -c tesseract/src/lstm/weightmatrix.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/lstm/recodebeam.h:23,
                 from tesseract/src/lstm/recodebeam.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_arch_dotproduct.o -c tesseract/src/arch/dotproduct.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/lstm/recodebeam.h:23,
                 from tesseract/src/lstm/recodebeam.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/kdpair.h:27,
                 from tesseract/src/ccstruct/matrix.h:29,
                 from tesseract/src/lstm/reconfig.h:22,
                 from tesseract/src/lstm/reconfig.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER  -o ./obj/tesseract_arch_dotproductavx.o -c tesseract/src/arch/dotproductavx.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER  -o ./obj/tesseract_arch_intsimdmatrixavx2.o -c tesseract/src/arch/intsimdmatrixavx2.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER  -o ./obj/tesseract_arch_dotproductfma.o -c tesseract/src/arch/dotproductfma.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER  -o ./obj/tesseract_arch_dotproductsse.o -c tesseract/src/arch/dotproductsse.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER  -o ./obj/tesseract_arch_intsimdmatrixsse.o -c tesseract/src/arch/intsimdmatrixsse.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER  -o ./obj/tesseract_arch_intsimdmatrixneon.o -c tesseract/src/arch/intsimdmatrixneon.cpp
In file included from tesseract/src/lstm/reversed.cpp:18:
tesseract/src/lstm/reversed.h: In member function ?virtual tesseract::STRING tesseract::Reversed::spec() const?:
tesseract/src/lstm/reversed.h:59:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::__cxx11::basic_string<char>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   59 |       for (int i = 0; i < net_spec.length(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_adaptions.o -c tesseract/src/ccmain/adaptions.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_docqual.o -c tesseract/src/ccmain/docqual.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_equationdetect.o -c tesseract/src/ccmain/equationdetect.cpp
tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::DecodeSecondaryBeams(const tesseract::NetworkIO&, double, double, double, const tesseract::UNICHARSET*, int)?:
tesseract/src/lstm/recodebeam.cpp:117:31: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  117 |     while ((bucketNumber + 1) < character_boundaries_.size() &&
      |            ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/lstm/plumbing.h:22,
                 from tesseract/src/lstm/series.h:22,
                 from tesseract/src/lstm/series.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::segmentTimestepsByCharacters()?:
tesseract/src/lstm/recodebeam.cpp:158:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  158 |   for (int i = 1; i < character_boundaries_.size(); ++i){
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/lstm/recodebeam.cpp: In member function ?std::vector<std::vector<std::pair<const char*, float> > > tesseract::RecodeBeamSearch::combineSegmentedTimesteps(std::vector<std::vector<std::vector<std::pair<const char*, float> > > >*)?:
tesseract/src/lstm/recodebeam.cpp:171:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::vector<std::pair<const char*, float> > > >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  171 |   for (int i = 0; i < segmentedTimesteps->size(); ++i){
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/lstm/recodebeam.cpp:172:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  172 |     for (int j = 0; j < (*segmentedTimesteps)[i].size(); ++j) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/lstm/recodebeam.cpp: In static member function ?static void tesseract::RecodeBeamSearch::calculateCharBoundaries(std::vector<int>*, std::vector<int>*, std::vector<int>*, int)?:
tesseract/src/lstm/recodebeam.cpp:184:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  184 |   for (int i = 0; i < ends->size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_fixspace.o -c tesseract/src/ccmain/fixspace.cpp
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/kdpair.h:27,
                 from tesseract/src/ccstruct/matrix.h:29,
                 from tesseract/src/lstm/reversed.h:22,
                 from tesseract/src/lstm/reversed.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::PrintBeam2(bool, int, const tesseract::UNICHARSET*, bool) const?:
tesseract/src/lstm/recodebeam.cpp:345:12: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  345 |     if (cb >= character_boundaries_.size())
      |         ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::extractSymbolChoices(const tesseract::UNICHARSET*)?:
tesseract/src/lstm/recodebeam.cpp:408:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  408 |   for (int j = 1; j < character_boundaries_.size(); ++j) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/lstm/recodebeam.cpp:441:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  441 |       for (int i = 1; i < unichar_ids.size(); ++i) {
      |                       ~~^~~~~~~~~~~~~~~~~~~~
tesseract/src/lstm/recodebeam.cpp:458:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::unordered_set<int> >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  458 |       if (j - 1 < excludedUnichars.size()) {
      |           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/lstm/recodebeam.cpp:466:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  466 |       if (j - 1 < ctc_choices.size()) {
      |           ~~~~~~^~~~~~~~~~~~~~~~~~~~
tesseract/src/lstm/recodebeam.cpp:445:11: warning: variable ?bestCode? set but not used [-Wunused-but-set-variable]
  445 |       int bestCode = -10;
      |           ^~~~~~~~
tesseract/src/lstm/recodebeam.cpp:482:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::unordered_set<int> >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  482 |       if (j - 1 >= excludedUnichars.size()) {
      |           ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/lstm/recodebeam.cpp:486:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<std::vector<std::pair<const char*, float> > >::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  486 |       if (j - 1 >= ctc_choices.size()) {
      |           ~~~~~~^~~~~~~~~~~~~~~~~~~~~
tesseract/src/lstm/recodebeam.cpp: In member function ?tesseract::WERD_RES* tesseract::RecodeBeamSearch::InitializeWord(bool, const tesseract::TBOX&, int, int, float, const tesseract::UNICHARSET*, const std::vector<int>&, float)?:
tesseract/src/lstm/recodebeam.cpp:618:38: warning: comparison of integer expressions of different signedness: ?std::vector<int>::size_type? {aka ?long unsigned int?} and ?int? [-Wsign-compare]
  618 |     if (character_boundaries_.size() > (i + 1)) {
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/dict/dawg.h:31,
                 from tesseract/src/lstm/recodebeam.h:23,
                 from tesseract/src/lstm/recodebeam.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:67:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/lstm/static_shape.h:79:20:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:62:25:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharcompress.h:68:27:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_fixxht.o -c tesseract/src/ccmain/fixxht.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_osdetect.o -c tesseract/src/ccmain/osdetect.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/kdpair.h:27,
                 from tesseract/src/ccstruct/matrix.h:29,
                 from tesseract/src/lstm/weightmatrix.h:24,
                 from tesseract/src/lstm/weightmatrix.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned char; size_t = long unsigned int]?:
tesseract/src/lstm/weightmatrix.cpp:179:21:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = unsigned int; size_t = long unsigned int]?:
tesseract/src/lstm/weightmatrix.cpp:190:23:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = double; size_t = long unsigned int]?:
tesseract/src/lstm/weightmatrix.cpp:191:23:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned char; size_t = long unsigned int]?:
tesseract/src/lstm/weightmatrix.cpp:204:23:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?:
tesseract/src/lstm/weightmatrix.cpp:211:25:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = double; size_t = long unsigned int]?:
tesseract/src/lstm/weightmatrix.cpp:213:25:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccstruct/matrix.h:157:23:   required from ?bool tesseract::GENERIC_2D_ARRAY<T>::Serialize(tesseract::TFile*) const [with T = signed char]?
tesseract/src/lstm/weightmatrix.cpp:181:23:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = signed char; size_t = long unsigned int]?:
tesseract/src/ccstruct/matrix.h:180:27:   required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = signed char]?
tesseract/src/lstm/weightmatrix.cpp:209:25:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = float; size_t = long unsigned int]?:
tesseract/src/ccstruct/matrix.h:180:27:   required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = float]?
tesseract/src/lstm/weightmatrix.cpp:246:33:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/ccstruct/matrix.h:500:25:   required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerializeSize(tesseract::TFile*) [with T = signed char]?
tesseract/src/ccstruct/matrix.h:179:27:   required from ?bool tesseract::GENERIC_2D_ARRAY<T>::DeSerialize(tesseract::TFile*) [with T = signed char]?
tesseract/src/lstm/weightmatrix.cpp:209:25:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/equationdetect.h:25,
                 from tesseract/src/ccmain/equationdetect.cpp:24:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/equationdetect.h:25,
                 from tesseract/src/ccmain/equationdetect.cpp:24:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/dict/stopper.h:22,
                 from tesseract/src/ccmain/adaptions.cpp:25:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/docqual.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/docqual.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/dict/stopper.h:22,
                 from tesseract/src/ccmain/adaptions.cpp:25:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/fixspace.cpp:27:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/fixspace.cpp:27:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/equationdetect.h:25,
                 from tesseract/src/ccmain/equationdetect.cpp:24:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_par_control.o -c tesseract/src/ccmain/par_control.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/blobbox.h:22,
                 from tesseract/src/ccmain/equationdetect.h:22,
                 from tesseract/src/ccmain/equationdetect.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccmain/docqual.cpp:23:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intmatcher.h:21,
                 from tesseract/src/classify/float2int.h:24,
                 from tesseract/src/ccmain/fixxht.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/adaptions.cpp:26:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/ccmain/docqual.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/dict/stopper.h:21,
                 from tesseract/src/ccmain/adaptions.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccmain/fixspace.cpp:32:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/fixxht.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/ccmain/fixspace.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::ComputeTopN(const float*, int, int)?:
tesseract/src/lstm/recodebeam.cpp:659:32: warning: ?entry.tesseract::KDPairInc<float, int>::<unnamed>.tesseract::KDPair<float, int>::data_? may be used uninitialized in this function [-Wmaybe-uninitialized]
  659 |       top_n_flags_[entry.data()] = TN_TOPN;
      |                                ^
tesseract/src/lstm/recodebeam.cpp: In member function ?void tesseract::RecodeBeamSearch::ComputeSecTopN(std::unordered_set<int>*, const float*, int, int)?:
tesseract/src/lstm/recodebeam.cpp:690:32: warning: ?entry.tesseract::KDPairInc<float, int>::<unnamed>.tesseract::KDPair<float, int>::data_? may be used uninitialized in this function [-Wmaybe-uninitialized]
  690 |       top_n_flags_[entry.data()] = TN_TOPN;
      |                                ^
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_recogtraining.o -c tesseract/src/ccmain/recogtraining.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccmain/osdetect.cpp:30:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/osdetect.cpp:30:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/fixxht.cpp:22:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/ccmain/fixxht.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccmain/osdetect.cpp:32:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/osdetect.cpp: In member function ?bool tesseract::OrientationDetector::detect_blob(tesseract::BLOB_CHOICE_LIST*)?:
tesseract/src/ccmain/osdetect.cpp:394:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  394 |           for (s = 0; s < allowed_scripts_->size(); ++s) {
      |                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/osdetect.cpp: In member function ?void tesseract::ScriptDetector::detect_blob(tesseract::BLOB_CHOICE_LIST*)?:
tesseract/src/ccmain/osdetect.cpp:490:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  490 |         for (s = 0; s < allowed_scripts_->size(); ++s) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/osdetect.cpp:493:15: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  493 |         if (s == allowed_scripts_->size()) continue;  // Not found in list.
      |             ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/blobbox.h:22,
                 from tesseract/src/ccmain/osdetect.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_superscript.o -c tesseract/src/ccmain/superscript.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/ccmain/fixspace.cpp: In member function ?void tesseract::Tesseract::break_noisiest_blob_word(tesseract::WERD_RES_LIST&)?:
tesseract/src/ccmain/fixspace.cpp:699:25: warning: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::current? may be used uninitialized in this function [-Wmaybe-uninitialized]
  699 |   word_res->ClearResults();
      |   ~~~~~~~~~~~~~~~~~~~~~~^~
In file included from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/blobs.h:25,
                 from tesseract/src/ccmain/fixspace.cpp:23:
tesseract/src/ccutil/elst.h:438:16: warning: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::prev? may be used uninitialized in this function [-Wmaybe-uninitialized]
  438 |     prev->next = new_element;
      |     ~~~~~~~~~~~^~~~~~~~~~~~~
tesseract/src/ccmain/fixspace.cpp:639:15: note: ?worst_word_it.tesseract::WERD_RES_IT::<unnamed>.tesseract::ELIST_ITERATOR::prev? was declared here
  639 |   WERD_RES_IT worst_word_it;
      |               ^~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/par_control.cpp:19:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tessbox.o -c tesseract/src/ccmain/tessbox.cpp
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/par_control.cpp:19:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccmain_tfacepp.o -c tesseract/src/ccmain/tfacepp.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_fontinfo.o -c tesseract/src/ccstruct/fontinfo.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccmain/par_control.cpp:19:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/par_control.cpp: In member function ?void tesseract::Tesseract::PrerecAllWordsPar(const std::vector<tesseract::WordData>&)?:
tesseract/src/ccmain/par_control.cpp:45:28: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   45 |         Tesseract* sub = s < sub_langs_.size() ? sub_langs_[s] : this;
      |                          ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/ccmain/par_control.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccstruct_params_training_featdef.o -c tesseract/src/ccstruct/params_training_featdef.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/recogtraining.cpp:19:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/recogtraining.cpp:19:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_ambigs.o -c tesseract/src/ccutil/ambigs.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_bitvector.o -c tesseract/src/ccutil/bitvector.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccmain/recogtraining.cpp:19:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/ccmain/recogtraining.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_indexmapbidi.o -c tesseract/src/ccutil/indexmapbidi.cpp
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/superscript.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/ccstruct/fontinfo.cpp: In member function ?bool tesseract::FontInfoTable::SetContainsFontProperties(int, const std::vector<tesseract::ScoredFont>&) const?:
tesseract/src/ccstruct/fontinfo.cpp:63:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   63 |   for (int f = 0; f < font_set.size(); ++f) {
      |                   ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccstruct/fontinfo.cpp: In member function ?bool tesseract::FontInfoTable::SetContainsMultipleFontProperties(const std::vector<tesseract::ScoredFont>&) const?:
tesseract/src/ccstruct/fontinfo.cpp:76:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
   76 |   for (int f = 1; f < font_set.size(); ++f) {
      |                   ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/superscript.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccstruct/fontinfo.h:25,
                 from tesseract/src/ccstruct/fontinfo.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned int; size_t = long unsigned int]?:
tesseract/src/ccstruct/fontinfo.cpp:135:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccstruct/fontinfo.cpp:138:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/ccstruct/fontinfo.cpp:152:22:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = short int; size_t = long unsigned int]?:
tesseract/src/ccstruct/fontinfo.cpp:158:24:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/tessbox.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccmain/tfacepp.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccstruct/pageres.h:22,
                 from tesseract/src/ccmain/tesseractclass.h:38,
                 from tesseract/src/ccmain/tessbox.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/ccmain/tfacepp.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/superscript.cpp:20:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccmain/tessbox.cpp:21:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/ocrpara.h:23,
                 from tesseract/src/ccstruct/ocrblock.h:22,
                 from tesseract/src/textord/devanagari_processing.h:17,
                 from tesseract/src/ccmain/tesseractclass.h:34,
                 from tesseract/src/ccmain/superscript.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/ccutil/ambigs.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_ccutil_universalambigs.o -c tesseract/src/ccutil/universalambigs.cpp
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/ccmain/tessbox.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/ambigs.cpp: In member function ?void tesseract::UnicharAmbigs::LoadUnicharAmbigs(const tesseract::UNICHARSET&, tesseract::TFile*, int, bool, tesseract::UNICHARSET*)?:
tesseract/src/ccutil/ambigs.cpp:144:29: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  144 |           for (int r = 0; r < encoding.size(); ++r) {
      |                           ~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/ambigs.cpp: In member function ?bool tesseract::UnicharAmbigs::ParseAmbiguityLine(int, int, int, const tesseract::UNICHARSET&, char*, int*, tesseract::UNICHAR_ID*, int*, char*, int*)?:
tesseract/src/ccutil/ambigs.cpp:251:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  251 |     for (int i = 0; i < unichars.size(); ++i)
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_adaptive.o -c tesseract/src/classify/adaptive.cpp
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccutil/ambigs.h:29,
                 from tesseract/src/ccutil/ambigs.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccmain/tfacepp.cpp:25:
tesseract/src/ccmain/tesseractclass.h: In member function ?void tesseract::Tesseract::set_pix_original(Pix*)?:
tesseract/src/ccmain/tesseractclass.h:224:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyTessLang() const?:
tesseract/src/ccmain/tesseractclass.h:292:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  292 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/ccmain/tesseractclass.h: In member function ?bool tesseract::Tesseract::AnyLSTMLang() const?:
tesseract/src/ccmain/tesseractclass.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::Tesseract*>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < sub_langs_.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_adaptmatch.o -c tesseract/src/classify/adaptmatch.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/ccmain/tfacepp.cpp:21:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_blobclass.o -c tesseract/src/classify/blobclass.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_cluster.o -c tesseract/src/classify/cluster.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_clusttool.o -c tesseract/src/classify/clusttool.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_cutoffs.o -c tesseract/src/classify/cutoffs.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_featdefs.o -c tesseract/src/classify/featdefs.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/adaptive.cpp:19:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_float2int.o -c tesseract/src/classify/float2int.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/adaptive.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/adaptmatch.cpp:25:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/adaptmatch.cpp:29:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/adaptive.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/blobclass.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::ADAPT_RESULTS::ComputeBest()?:
tesseract/src/classify/adaptmatch.cpp:112:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  112 |     for (int i = 0; i < match.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In function ?int tesseract::FindScoredUnichar(tesseract::UNICHAR_ID, const tesseract::ADAPT_RESULTS&)?:
tesseract/src/classify/adaptmatch.cpp:150:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  150 |   for (int i = 0; i < results.match.size(); i++) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In function ?float tesseract::ScoredUnichar(tesseract::UNICHAR_ID, const tesseract::ADAPT_RESULTS&)?:
tesseract/src/classify/adaptmatch.cpp:161:13: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  161 |   if (index >= results.match.size()) return WORST_POSSIBLE_RATING;
      |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::LearnWord(const char*, tesseract::WERD_RES*)?:
tesseract/src/classify/adaptmatch.cpp:330:33: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  330 |               for (int i = 0; i < tokens.size(); i++) {
      |                               ~~^~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp:332:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::STRING>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  332 |                 if (i != tokens.size() - 1)
      |                     ~~^~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::AddNewResult(const tesseract::UnicharRating&, tesseract::ADAPT_RESULTS*)?:
tesseract/src/classify/adaptmatch.cpp:1014:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1014 |       (old_match < results->match.size() &&
      |        ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp:1021:17: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1021 |   if (old_match < results->match.size()) {
      |       ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::MasterMatcher(tesseract::INT_TEMPLATES, int16_t, const tesseract::INT_FEATURE_STRUCT*, const uint8_t*, tesseract::ADAPT_CLASS_STRUCT**, int, int, const tesseract::TBOX&, const std::vector<tesseract::CP_RESULT_STRUCT>&, tesseract::ADAPT_RESULTS*)?:
tesseract/src/classify/adaptmatch.cpp:1116:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::CP_RESULT_STRUCT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1116 |   for (int c = 0; c < results.size(); c++) {
      |                   ~~^~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::ExpandShapesAndApplyCorrections(tesseract::ADAPT_CLASS_STRUCT**, bool, int, int, int, float, int, int, const uint8_t*, tesseract::UnicharRating*, tesseract::ADAPT_RESULTS*)?:
tesseract/src/classify/adaptmatch.cpp:1151:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1151 |     for (int f = 0; f < int_result->fonts.size(); ++f) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp:1158:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1158 |     for (int f = 0; f < int_result->fonts.size(); ++f) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp:1172:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1172 |       for (int f = 0; f < int_result->fonts.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?int tesseract::Classify::CharNormClassifier(tesseract::TBLOB*, const tesseract::TrainingSample&, tesseract::ADAPT_RESULTS*)?:
tesseract/src/classify/adaptmatch.cpp:1336:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1336 |   for (int r = 0; r < unichar_results.size(); ++r) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?int tesseract::Classify::CharNormTrainingSample(bool, int, const tesseract::TrainingSample&, std::vector<tesseract::UnicharRating>*)?:
tesseract/src/classify/adaptmatch.cpp:1379:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::CP_RESULT_STRUCT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1379 |     for (int i = 0; i < adapt_results->CPResults.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp:1391:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1391 |     for (int i = 0; i < adapt_results->match.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::ConvertMatchesToChoices(const tesseract::DENORM&, const tesseract::TBOX&, tesseract::ADAPT_RESULTS*, tesseract::BLOB_CHOICE_LIST*)?:
tesseract/src/classify/adaptmatch.cpp:1453:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1453 |   for (int i = 0; i < Results->match.size(); i++) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?tesseract::UNICHAR_ID* tesseract::Classify::GetAmbiguities(tesseract::TBLOB*, tesseract::CLASS_ID)?:
tesseract/src/classify/adaptmatch.cpp:1637:19: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 1637 |     for (i = 0; i < Results->match.size(); i++)
      |                 ~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::PrintAdaptiveMatchResults(const tesseract::ADAPT_RESULTS&)?:
tesseract/src/classify/adaptmatch.cpp:2029:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2029 |   for (int i = 0; i < results.match.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::RemoveBadMatches(tesseract::ADAPT_RESULTS*)?:
tesseract/src/classify/adaptmatch.cpp:2062:36: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2062 |     for (Next = NextGood = 0; Next < Results->match.size(); Next++) {
      |                               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp:2087:36: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2087 |     for (Next = NextGood = 0; Next < Results->match.size(); Next++) {
      |                               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/adaptmatch.cpp: In member function ?void tesseract::Classify::RemoveExtraPuncs(tesseract::ADAPT_RESULTS*)?:
tesseract/src/classify/adaptmatch.cpp:2118:34: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2118 |   for (Next = NextGood = 0; Next < Results->match.size(); Next++) {
      |                             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/blobclass.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/adaptmatch.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/classify/cluster.cpp: In function ?bool tesseract::MultipleCharSamples(tesseract::CLUSTERER*, tesseract::CLUSTER*, float)?:
tesseract/src/classify/cluster.cpp:2302:26: warning: comparison of integer expressions of different signedness: ?int32_t? {aka ?int?} and ?std::vector<unsigned char>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
 2302 |   if (Clusterer->NumChar > CharFlags.size()) {
      |       ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_fpoint.o -c tesseract/src/classify/fpoint.cpp
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/blobclass.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/cutoffs.cpp:25:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_intfeaturespace.o -c tesseract/src/classify/intfeaturespace.cpp
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intmatcher.h:21,
                 from tesseract/src/classify/float2int.h:24,
                 from tesseract/src/classify/float2int.cpp:18:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_intfx.o -c tesseract/src/classify/intfx.cpp
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/cutoffs.cpp:25:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/float2int.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_intmatcher.o -c tesseract/src/classify/intmatcher.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/cutoffs.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/classify/intmatcher.h:20,
                 from tesseract/src/classify/float2int.h:24,
                 from tesseract/src/classify/float2int.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_intproto.o -c tesseract/src/classify/intproto.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_kdtree.o -c tesseract/src/classify/kdtree.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_mf.o -c tesseract/src/classify/mf.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_mfdefs.o -c tesseract/src/classify/mfdefs.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intfx.h:22,
                 from tesseract/src/classify/intfx.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intfeaturespace.h:24,
                 from tesseract/src/classify/intfeaturespace.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/classify/intfeaturespace.h:23,
                 from tesseract/src/classify/intfeaturespace.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_mfoutline.o -c tesseract/src/classify/mfoutline.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intmatcher.h:21,
                 from tesseract/src/classify/intmatcher.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/intfx.cpp:25:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/intmatcher.cpp:28:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_mfx.o -c tesseract/src/classify/mfx.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_normfeat.o -c tesseract/src/classify/normfeat.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/intfx.h:21,
                 from tesseract/src/classify/intfx.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intproto.cpp:28:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/classify/intmatcher.h:20,
                 from tesseract/src/classify/intmatcher.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/intproto.cpp:30:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_normmatch.o -c tesseract/src/classify/normmatch.cpp
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/intproto.cpp:28:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_ocrfeatures.o -c tesseract/src/classify/ocrfeatures.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_outfeat.o -c tesseract/src/classify/outfeat.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/mfoutline.cpp:24:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_picofeat.o -c tesseract/src/classify/picofeat.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/mfoutline.cpp:24:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/mfoutline.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intfx.h:22,
                 from tesseract/src/classify/mfx.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intfx.h:22,
                 from tesseract/src/classify/normfeat.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/classify/mfx.h:22,
                 from tesseract/src/classify/mfx.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/ocrfeatures.h:21,
                 from tesseract/src/classify/normfeat.h:22,
                 from tesseract/src/classify/normfeat.cpp:19:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_protos.o -c tesseract/src/classify/protos.cpp
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/normmatch.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_shapeclassifier.o -c tesseract/src/classify/shapeclassifier.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_shapetable.o -c tesseract/src/classify/shapetable.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_tessclassifier.o -c tesseract/src/classify/tessclassifier.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/normmatch.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_classify_trainingsample.o -c tesseract/src/classify/trainingsample.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/ocrfeatures.h:21,
                 from tesseract/src/classify/normmatch.h:22,
                 from tesseract/src/classify/normmatch.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/outfeat.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/picofeat.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/outfeat.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/picofeat.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/ocrfeatures.h:21,
                 from tesseract/src/classify/outfeat.h:21,
                 from tesseract/src/classify/outfeat.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_cutil_oldlist.o -c tesseract/src/cutil/oldlist.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/ocrfeatures.h:21,
                 from tesseract/src/classify/picofeat.h:22,
                 from tesseract/src/classify/picofeat.cpp:18:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/protos.cpp:26:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intmatcher.h:21,
                 from tesseract/src/classify/shapetable.h:28,
                 from tesseract/src/classify/shapeclassifier.cpp:29:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_dict_hyphen.o -c tesseract/src/dict/hyphen.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/classify/shapeclassifier.cpp: In member function ?virtual void tesseract::ShapeClassifier::UnicharPrintResults(const char*, const std::vector<tesseract::UnicharRating>&) const?:
tesseract/src/classify/shapeclassifier.cpp:179:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UnicharRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  179 |   for (int i = 0; i < results.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~
tesseract/src/classify/shapeclassifier.cpp:184:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  184 |       for (int f = 0; f < results[i].fonts.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/classify/shapeclassifier.cpp: In member function ?virtual void tesseract::ShapeClassifier::PrintResults(const char*, const std::vector<tesseract::ShapeRating>&) const?:
tesseract/src/classify/shapeclassifier.cpp:194:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ShapeRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  194 |   for (int i = 0; i < results.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~
tesseract/src/classify/shapeclassifier.cpp: In member function ?void tesseract::ShapeClassifier::FilterDuplicateUnichars(std::vector<tesseract::ShapeRating>*) const?:
tesseract/src/classify/shapeclassifier.cpp:211:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ShapeRating>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  211 |   for (int r = 0; r < results->size(); ++r) {
      |                   ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/tessclassifier.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_textord_equationdetectbase.o -c tesseract/src/textord/equationdetectbase.cpp
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/protos.cpp:26:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intmatcher.h:21,
                 from tesseract/src/classify/shapetable.h:28,
                 from tesseract/src/classify/shapetable.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccstruct/fontinfo.h:25,
                 from tesseract/src/classify/shapetable.h:26,
                 from tesseract/src/classify/shapeclassifier.cpp:29:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/classify/classify.h:66,
                 from tesseract/src/classify/tessclassifier.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_associate.o -c tesseract/src/wordrec/associate.cpp
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccstruct/fontinfo.h:25,
                 from tesseract/src/classify/shapetable.h:26,
                 from tesseract/src/classify/shapetable.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/params.h:22,
                 from tesseract/src/classify/protos.h:23,
                 from tesseract/src/classify/protos.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = int; size_t = long unsigned int]?:
tesseract/src/classify/shapetable.cpp:75:25:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
   93 |       return FReadEndian(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::DeSerialize(T*, size_t) [with T = unsigned char; size_t = long unsigned int]?:
tesseract/src/classify/shapetable.cpp:94:23:   required from here
tesseract/src/ccutil/serialis.h:93:50: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/classify/intproto.h:28,
                 from tesseract/src/classify/intfx.h:22,
                 from tesseract/src/classify/trainingsample.h:21,
                 from tesseract/src/classify/trainingsample.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/classify/mfoutline.h:21,
                 from tesseract/src/classify/intproto.h:25,
                 from tesseract/src/classify/adaptive.h:20,
                 from tesseract/src/classify/classify.h:64,
                 from tesseract/src/classify/tessclassifier.cpp:21:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_chop.o -c tesseract/src/wordrec/chop.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/classify/trainingsample.h:19,
                 from tesseract/src/classify/trainingsample.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_chopper.o -c tesseract/src/wordrec/chopper.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_drawfx.o -c tesseract/src/wordrec/drawfx.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/ambigs.h:32,
                 from tesseract/src/dict/dict.h:27,
                 from tesseract/src/dict/hyphen.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_findseam.o -c tesseract/src/wordrec/findseam.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/associate.cpp:25:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/dict/dict.h:29,
                 from tesseract/src/dict/hyphen.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/associate.cpp:25:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_gradechop.o -c tesseract/src/wordrec/gradechop.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccutil/ambigs.h:29,
                 from tesseract/src/dict/dict.h:27,
                 from tesseract/src/dict/hyphen.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/associate.h:25,
                 from tesseract/src/wordrec/associate.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_language_model.o -c tesseract/src/wordrec/language_model.cpp
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/outlines.h:26,
                 from tesseract/src/wordrec/chop.cpp:26:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_lm_consistency.o -c tesseract/src/wordrec/lm_consistency.cpp
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/outlines.h:26,
                 from tesseract/src/wordrec/chop.cpp:26:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_lm_pain_points.o -c tesseract/src/wordrec/lm_pain_points.cpp
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_lm_state.o -c tesseract/src/wordrec/lm_state.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/wordrec/chopper.cpp:24:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/genericheap.h:27,
                 from tesseract/src/wordrec/chop.h:22,
                 from tesseract/src/wordrec/chop.cpp:25:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/wordrec/chopper.cpp:24:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
tesseract/src/wordrec/chopper.cpp: In member function ?tesseract::SEAM* tesseract::Wordrec::chop_overlapping_blob(const std::vector<tesseract::TBOX>&, bool, tesseract::WERD_RES*, int*)?:
tesseract/src/wordrec/chopper.cpp:288:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::TBOX>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     for (int i = 0; i < boxes.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/outlines.h:26,
                 from tesseract/src/wordrec/findseam.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/wordrec/chopper.cpp:24:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/outlines.h:26,
                 from tesseract/src/wordrec/findseam.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/gradechop.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_outlines.o -c tesseract/src/wordrec/outlines.cpp
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/gradechop.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/ccstruct/seam.h:26,
                 from tesseract/src/wordrec/findseam.h:22,
                 from tesseract/src/wordrec/findseam.cpp:21:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/associate.h:25,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/gradechop.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/language_model.h:24,
                 from tesseract/src/wordrec/language_model.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/language_model.h:24,
                 from tesseract/src/wordrec/language_model.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_params_model.o -c tesseract/src/wordrec/params_model.cpp
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/wordrec/lm_consistency.h:24,
                 from tesseract/src/wordrec/lm_consistency.cpp:21:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
tesseract/src/wordrec/language_model.cpp: In member function ?tesseract::LanguageModelDawgInfo* tesseract::LanguageModel::GenerateDawgInfo(bool, int, int, const tesseract::BLOB_CHOICE&, const tesseract::ViterbiStateEntry*)?:
tesseract/src/wordrec/language_model.cpp:849:21: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  849 |   for (int i = 0; i < normed_ids.size(); ++i) {
      |                   ~~^~~~~~~~~~~~~~~~~~~
tesseract/src/wordrec/language_model.cpp:854:39: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  854 |                         word_end && i == normed_ids.size() - 1);
      |                                     ~~^~~~~~~~~~~~~~~~~~~~~~~~
tesseract/src/wordrec/language_model.cpp:857:18: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<int>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  857 |     } else if (i < normed_ids.size() - 1) {
      |                ~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/dict/stopper.h:22,
                 from tesseract/src/wordrec/lm_pain_points.h:27,
                 from tesseract/src/wordrec/lm_pain_points.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/dict/dawg.h:33,
                 from tesseract/src/wordrec/lm_consistency.h:24,
                 from tesseract/src/wordrec/lm_consistency.cpp:21:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/associate.h:25,
                 from tesseract/src/wordrec/language_model.h:24,
                 from tesseract/src/wordrec/language_model.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/dict/stopper.h:22,
                 from tesseract/src/wordrec/lm_pain_points.h:27,
                 from tesseract/src/wordrec/lm_pain_points.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/dict/dawg.h:31,
                 from tesseract/src/wordrec/lm_consistency.h:24,
                 from tesseract/src/wordrec/lm_consistency.cpp:21:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/lm_state.h:23,
                 from tesseract/src/wordrec/lm_state.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/wordrec/findseam.h:24,
                 from tesseract/src/wordrec/findseam.cpp:21:
tesseract/src/ccutil/kdpair.h: In member function ?void tesseract::Wordrec::choose_best_seam(tesseract::SeamQueue*, const tesseract::SPLIT*, tesseract::PRIORITY, tesseract::SEAM**, tesseract::TBLOB*, tesseract::SeamPile*)?:
tesseract/src/ccutil/kdpair.h:125:10: warning: ?seam_pair.tesseract::KDPtrPairInc<float, tesseract::SEAM>::<unnamed>.tesseract::KDPtrPair<float, tesseract::SEAM>::key_? may be used uninitialized in this function [-Wmaybe-uninitialized]
  125 |     key_ = new_key;
      |     ~~~~~^~~~~~~~~
tesseract/src/wordrec/findseam.cpp:127:14: note: ?seam_pair.tesseract::KDPtrPairInc<float, tesseract::SEAM>::<unnamed>.tesseract::KDPtrPair<float, tesseract::SEAM>::key_? was declared here
  127 |     SeamPair seam_pair;
      |              ^~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_pieces.o -c tesseract/src/wordrec/pieces.cpp
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/lm_state.h:23,
                 from tesseract/src/wordrec/lm_state.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/genericvector.h:22,
                 from tesseract/src/ccutil/genericheap.h:27,
                 from tesseract/src/wordrec/lm_pain_points.h:25,
                 from tesseract/src/wordrec/lm_pain_points.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_plotedges.o -c tesseract/src/wordrec/plotedges.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_render.o -c tesseract/src/wordrec/render.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/associate.h:25,
                 from tesseract/src/wordrec/lm_state.h:23,
                 from tesseract/src/wordrec/lm_state.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/outlines.h:26,
                 from tesseract/src/wordrec/outlines.cpp:22:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/wordrec/associate.h:27,
                 from tesseract/src/wordrec/wordrec.h:67,
                 from tesseract/src/wordrec/outlines.h:26,
                 from tesseract/src/wordrec/outlines.cpp:22:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_segsearch.o -c tesseract/src/wordrec/segsearch.cpp
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/outlines.h:24,
                 from tesseract/src/wordrec/outlines.cpp:22:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -o ./obj/tesseract_wordrec_wordclass.o -c tesseract/src/wordrec/wordclass.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
cp ./obj/zlibd_1.dev ./obj/zlibd.dev
./obj/aux/echogs -e .dev -w- -l-obj ./obj/freetype_1 -lib -lfreetype
./obj/aux/echogs -e .dev -a-  ./obj/freetype_1 -libpath -L/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/lib
./obj/aux/echogs -e .dev -w- -l-obj ./obj/macglyph -include ./obj/macroman -ps gs_mgl_e
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gp_getnv.o -c ./base/gp_getnv.c
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/wordrec/pieces.cpp:26:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/wordrec/pieces.cpp:26:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gp_upapr.o -c ./base/gp_upapr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/include/freetype2 -I/gnu/store/lwvk74n37dmiwmdjfmiy6w3s8vy4s1ld-libpng-1.6.37/include/libpng16 -o ./obj/gp_unix.o -c ./base/gp_unix.c
tesseract/src/wordrec/pieces.cpp: In member function ?void tesseract::Wordrec::merge_and_put_fragment_lists(int16_t, int16_t, int16_t, tesseract::BLOB_CHOICE_LIST*, tesseract::MATRIX*)?:
tesseract/src/wordrec/pieces.cpp:221:27: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  221 |           for (; merged_f < merged_fonts.size() &&
      |                  ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
tesseract/src/wordrec/pieces.cpp:224:24: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  224 |           if (merged_f == merged_fonts.size()) {
      |               ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccutil/clst.h:24,
                 from tesseract/src/ccstruct/blobs.h:23,
                 from tesseract/src/wordrec/pieces.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gp_unifs.o -c ./base/gp_unifs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gp_unifn.o -c ./base/gp_unifn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gp_stdia.o -c ./base/gp_stdia.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gp_nxpsprn.o -c ./base/gp_nxpsprn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gp_nsync.o -c ./base/gp_nsync.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/smd5.o -c ./base/smd5.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsmd5.o -c ./base/gsmd5.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevpipe.o -c ./base/gdevpipe.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsnogc.o -c ./base/gsnogc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gshtx.o -c ./base/gshtx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsclipsr.o -c ./base/gsclipsr.c
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/wordrec/segsearch.cpp:20:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscdevn.o -c ./base/gscdevn.c
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/wordrec/segsearch.cpp:20:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxdevndi.o -c ./base/gxdevndi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclipm.o -c ./base/gxclipm.c
In file included from tesseract/src/ccstruct/ratngs.h:32,
                 from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/wordrec/wordclass.cpp:23:
tesseract/src/ccutil/unicharset.h: In member function ?bool tesseract::UNICHARSET::contains_unichar_id(tesseract::UNICHAR_ID) const?:
tesseract/src/ccutil/unicharset.h:288:59: warning: comparison of integer expressions of different signedness: ?tesseract::UNICHAR_ID? {aka ?int?} and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  288 |     return unichar_id != INVALID_UNICHAR_ID && unichar_id < unichars.size() &&
      |                                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~
tesseract/src/ccutil/unicharset.h: In member function ?void tesseract::UNICHARSET::delete_pointers_in_unichars()?:
tesseract/src/ccutil/unicharset.h:302:23: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::UNICHARSET::UNICHAR_SLOT>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  302 |     for (int i = 0; i < unichars.size(); ++i) {
      |                     ~~^~~~~~~~~~~~~~~~~
In file included from tesseract/src/ccstruct/blamer.h:30,
                 from tesseract/src/wordrec/wordclass.cpp:23:
tesseract/src/ccstruct/ratngs.h: In member function ?void tesseract::BLOB_CHOICE::set_fonts(const std::vector<tesseract::ScoredFont>&)?:
tesseract/src/ccstruct/ratngs.h:107:25: warning: comparison of integer expressions of different signedness: ?int? and ?std::vector<tesseract::ScoredFont>::size_type? {aka ?long unsigned int?} [-Wsign-compare]
  107 |       for (int f = 0; f < fonts_.size(); ++f) {
      |                       ~~^~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gximage3.o -c ./base/gximage3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gximage4.o -c ./base/gximage4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxmclip.o -c ./base/gxmclip.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscolor3.o -c ./base/gscolor3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsfunc3.o -c ./base/gsfunc3.c
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/wordrec/segsearch.cpp:20:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from tesseract/src/ccutil/elst.h:24,
                 from tesseract/src/ccstruct/points.h:22,
                 from tesseract/src/ccstruct/rect.h:23,
                 from tesseract/src/ccstruct/boxword.h:23,
                 from tesseract/src/ccstruct/blamer.h:26,
                 from tesseract/src/wordrec/wordclass.cpp:23:
tesseract/src/ccutil/serialis.h: In instantiation of ?bool tesseract::TFile::Serialize(const T*, size_t) [with T = char; size_t = long unsigned int]?:
tesseract/src/ccutil/unicharset.h:363:51:   required from here
tesseract/src/ccutil/serialis.h:102:45: warning: comparison of integer expressions of different signedness: ?int? and ?size_t? {aka ?long unsigned int?} [-Wsign-compare]
  102 |       return FWrite(data, sizeof(T), count) == count;
      |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsptype2.o -c ./base/gsptype2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsshade.o -c ./base/gsshade.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxshade.o -c ./base/gxshade.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxshade1.o -c ./base/gxshade1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxshade4.o -c ./base/gxshade4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxshade6.o -c ./base/gxshade6.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsdsrc.o -c ./base/gsdsrc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsfunc.o -c ./base/gsfunc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsfunc0.o -c ./base/gsfunc0.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscolor1.o -c ./base/gscolor1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsht1.o -c ./base/gsht1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscolor2.o -c ./base/gscolor2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gspcolor.o -c ./base/gspcolor.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsptype1.o -c ./base/gsptype1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclip2.o -c ./base/gxclip2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxp1fill.o -c ./base/gxp1fill.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxpcmap.o -c ./base/gxpcmap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxicolor_0.o -c ./base/gxicolor.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsdps1.o -c ./base/gsdps1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gspath1.o -c ./base/gspath1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/srld.o -c ./base/srld.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gstype42.o -c ./base/gstype42.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxchrout.o -c ./base/gxchrout.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/ttcalc.o -c ./base/ttcalc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/ttfinp.o -c ./base/ttfinp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/ttfmain.o -c ./base/ttfmain.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/ttfmemd.o -c ./base/ttfmemd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/ttinterp.o -c ./base/ttinterp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/ttload.o -c ./base/ttload.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/ttobjs.o -c ./base/ttobjs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxttfb.o -c ./base/gxttfb.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gzspotan.o -c ./base/gzspotan.c
./base/ttobjs.c: In function ?Context_Create?:
./base/ttobjs.c:306:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
  306 |    if ( ALLOC_ARRAY( exec->callStack, exec->callSize, callSize, TCallRecord ) ||
      |    ^~
./base/ttobjs.c:331:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
  331 |      SETMAX(exec->callSize, callSize);
      |             ^~~~
./base/ttobjs.c:208:22: note: in definition of macro ?SETMAX?
  208 | #define SETMAX(a, b) a = (a > b ? a : b)
      |                      ^
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscie.o -c ./base/gscie.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsciemap.o -c ./base/gsciemap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscscie.o -c ./base/gscscie.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscrd.o -c ./base/gscrd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscrdp.o -c ./base/gscrdp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxctable.o -c ./base/gxctable.c
cp ./obj/jpeglib1.h ./obj/jpeglib_.h
cp ./obj/jpegd_1.dev ./obj/jpegd.dev
gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/sdcte_1.o -c ./base/sdcte.c
gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/sjpege_1.o -c ./base/sjpege.c
cp ./obj/jpege_1.dev ./obj/jpege.dev
cp ./obj/zlibe_1.dev ./obj/zlibe.dev
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscsepr.o -c ./base/gscsepr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsnamecl.o -c ./base/gsnamecl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsncdummy.o -c ./base/gsncdummy.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gstrans.o -c ./base/gstrans.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gximag3x.o -c ./base/gximag3x.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxblend_0.o -c ./base/gxblend.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxblend1.o -c ./base/gxblend1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevp14_0.o -c ./base/gdevp14.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevdevn.o -c ./base/gdevdevn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsequivc.o -c ./base/gsequivc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevdcrd.o -c ./base/gdevdcrd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscpixel.o -c ./base/gscpixel.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevbbox.o -c ./base/gdevbbox.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevprn.o -c ./base/gdevprn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevppla.o -c ./base/gdevppla.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevmplt.o -c ./base/gdevmplt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevflp.o -c ./base/gdevflp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxdownscale_0.o -c ./base/gxdownscale.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/claptrap.o -c ./base/claptrap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/claptrap-init.o -c ./base/claptrap-init.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/claptrap-planar.o -c ./base/claptrap-planar.c
cp ./obj/ets_0.o ./obj/ets.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevoflt.o -c ./base/gdevoflt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevnup.o -c ./base/gdevnup.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevsclass.o -c ./base/gdevsclass.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevepo.o -c ./base/gdevepo.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsfcid.o -c ./base/gsfcid.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsfcid2.o -c ./base/gsfcid2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsfcmap.o -c ./base/gsfcmap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsfcmap1.o -c ./base/gsfcmap1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gschar0.o -c ./base/gschar0.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsfont0.o -c ./base/gsfont0.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gstype1.o -c ./base/gstype1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxtype1.o -c ./base/gxtype1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxhintn.o -c ./base/gxhintn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxhintn1.o -c ./base/gxhintn1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscrypt1.o -c ./base/gscrypt1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gstype2.o -c ./base/gstype2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/slzwd.o -c ./base/slzwd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/slzwc.o -c ./base/slzwc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsicc.o -c ./base/gsicc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_manage.o -c ./base/gsicc_manage.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_cache.o -c ./base/gsicc_cache.c
gcc  -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices -I./lcms2mt/include  -o ./obj/gsicc_lcms2mt_0_0.o -c ./base/gsicc_lcms2mt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_profilecache.o -c ./base/gsicc_profilecache.c
gcc  -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices -I./lcms2mt/include  -o ./obj/gsicc_create_0.o -c ./base/gsicc_create.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_nocm.o -c ./base/gsicc_nocm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_replacecm.o -c ./base/gsicc_replacecm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_monitorcm.o -c ./base/gsicc_monitorcm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsicc_blacktext.o -c ./base/gsicc_blacktext.c
cp ./obj/lcms2mt_0.dev ./obj/lcms2mt.dev
gcc -I./obj -I./base -I./devices -Isrc    -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/sjbig2.o -c ./base/sjbig2.c
./obj/aux/echogs -e .dev -w- -l-obj ./obj/openjpeg_0 ./obj/opj_bio.o ./obj/opj_cidx_manager.o ./obj/opj_cio.o ./obj/opj_dwt.o ./obj/opj_event.o ./obj/opj_function_list.o ./obj/opj_image.o ./obj/opj_invert.o ./obj/opj_j2k.o ./obj/opj_jp2.o ./obj/opj_mct.o ./obj/opj_mqc.o ./obj/opj_openjpeg.o ./obj/opj_phix_manager.o ./obj/opj_pi.o ./obj/opj_ppix_manager.o ./obj/opj_t1.o ./obj/opj_t2.o ./obj/opj_tcd.o ./obj/opj_tgt.o ./obj/opj_thix_manager.o ./obj/opj_tpix_manager.o ./obj/opj_thread.o ./obj/opj_sparse_array.o
gcc -I./openjpeg/src/lib/openjp2/.. -I./openjpeg/src/lib/openjp2 -I./obj -I./base -I./devices -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/sjpx_openjpeg.o \
	-c ./base/sjpx_openjpeg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsioram.o -c ./base/gsioram.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/ramfs.o -c ./base/ramfs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/spwgd.o -c ./base/spwgd.c
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/bbox ./obj/gdevbbox.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfimg.o -c ./devices/gdevpdfimg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevbit.o -c ./devices/gdevbit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevbmp.o -c ./devices/gdevbmp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevbmpc.o -c ./devices/gdevbmpc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevpccm.o -c ./base/gdevpccm.c
./devices/gdevbit.c:339:76: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
  339 | bittag_map_color_rgb(gx_device * dev, gx_color_index color, gx_color_value cv[4])
      |                                                             ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevbit.c:19:
./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?}
  900 |     gx_color_index color, gx_color_value rgb[3])
      |                           ~~~~~~~~~~~~~~~^~~~~~
./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb?
  902 |   dev_t_proc_map_color_rgb(proc, gx_device)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevbit.c:41:8: note: in expansion of macro ?dev_proc_map_color_rgb?
   41 | static dev_proc_map_color_rgb(bittag_map_color_rgb);
      |        ^~~~~~~~~~~~~~~~~~~~~~
./devices/gdevbit.c:429:73: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
  429 | bit_map_color_rgb(gx_device * dev, gx_color_index color, gx_color_value cv[4])
      |                                                          ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevbit.c:19:
./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?}
  900 |     gx_color_index color, gx_color_value rgb[3])
      |                           ~~~~~~~~~~~~~~~^~~~~~
./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb?
  902 |   dev_t_proc_map_color_rgb(proc, gx_device)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevbit.c:51:8: note: in expansion of macro ?dev_proc_map_color_rgb?
   51 | static dev_proc_map_color_rgb(bit_map_color_rgb);
      |        ^~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevccr.o -c ./devices/gdevccr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevcfax.o -c ./devices/gdevcfax.c
gcc -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -Isrc   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"    -o ./obj/gstiffio_1.o -DSHARE_LIBTIFF=1 -c ./base/gstiffio.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevfax.o -c ./devices/gdevfax.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/minftrsz.o -c ./devices/minftrsz.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/scfe.o -c ./base/scfe.c
./base/gstiffio.c:190:1: warning: ?gs_tifsErrorHandlerEx? defined but not used [-Wunused-function]
  190 | gs_tifsErrorHandlerEx(thandle_t client_data, const char* module, const char* fmt, va_list ap)
      | ^~~~~~~~~~~~~~~~~~~~~
./base/gstiffio.c:174:1: warning: ?gs_tifsWarningHandlerEx? defined but not used [-Wunused-function]
  174 | gs_tifsWarningHandlerEx(thandle_t client_data, const char* module, const char* fmt, va_list ap)
      | ^~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/scfetab.o -c ./base/scfetab.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/shc.o -c ./base/shc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevcif.o -c ./devices/gdevcif.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevdfax.o -c ./devices/gdevdfax.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevtfax.o -c ./devices/gdevtfax.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/slzwe.o -c ./base/slzwe.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/srle.o -c ./base/srle.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -I./obj -I./base -I./obj -I./devices -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevtifs.o -c ./devices/gdevtifs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevdsp.o -c ./devices/gdevdsp.c
In file included from ./devices/gdevtfax.c:20:
./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   35 |     uint16 Compression;         /* same values as TIFFTAG_COMPRESSION */
      |     ^~~~~~
./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   83 | int tiff_compression_param_string(gs_param_string *param, uint16 id);
      | ^~~
./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   88 | int tiff_compression_id(uint16 *id, gs_param_string *param);
      | ^~~
./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   94 | int tiff_compression_allowed(uint16 compression, byte depth);
      | ^~~
./devices/gdevtfax.c:50:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   50 |     uint16 Compression;         /* same values as TIFFTAG_COMPRESSION */
      |     ^~~~~~
./devices/gdevtfax.c: In function ?tfax_put_params?:
./devices/gdevtfax.c:163:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  163 |     uint16 compr = tfdev->Compression;
      |     ^~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevdocxw.o -c ./devices/vector/gdevdocxw.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/doc_common.o -c ./devices/vector/doc_common.c
./devices/gdevdsp.c:475:33: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
  475 |                  gx_color_value prgb[4])
      |                  ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./devices/gdevdsp.c:43:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevdsp.c:83:8: note: in expansion of macro ?dev_proc_decode_color?
   83 | static dev_proc_decode_color(display_decode_color_device8);
      |        ^~~~~~~~~~~~~~~~~~~~~
In file included from ./devices/gdevtifs.c:22:
./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   35 |     uint16 Compression;         /* same values as TIFFTAG_COMPRESSION */
      |     ^~~~~~
./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   83 | int tiff_compression_param_string(gs_param_string *param, uint16 id);
      | ^~~
./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   88 | int tiff_compression_id(uint16 *id, gs_param_string *param);
      | ^~~
./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   94 | int tiff_compression_allowed(uint16 compression, byte depth);
      | ^~~
./devices/gdevtifs.c: In function ?tiff_put_some_params?:
./devices/gdevtifs.c:152:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  152 |     uint16 compr = tfdev->Compression;
      |     ^~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdf.o -c ./devices/vector/gdevpdf.c
./devices/gdevtifs.c: In function ?tiff_print_page?:
./devices/gdevtifs.c:461:17: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  461 |                 TIFFSwabArrayOfShort((uint16 *)data,
      |                 ^~~~~~~~~~~~~~~~~~~~
./devices/gdevtifs.c: At top level:
./devices/gdevtifs.c:568:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  568 |     uint16 id;
      |     ^~~~~~
./devices/gdevtifs.c:582:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  582 | tiff_compression_param_string(gs_param_string *param, uint16 id)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevtifs.c:594:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  594 | tiff_compression_id(uint16 *id, gs_param_string *param)
      | ^~~~~~~~~~~~~~~~~~~
./devices/gdevtifs.c:607:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  607 | int tiff_compression_allowed(uint16 compression, byte depth)
      | ^~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfb.o -c ./devices/vector/gdevpdfb.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfc.o -c ./devices/vector/gdevpdfc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfd.o -c ./devices/vector/gdevpdfd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfe.o -c ./devices/vector/gdevpdfe.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfg.o -c ./devices/vector/gdevpdfg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfi.o -c ./devices/vector/gdevpdfi.c
gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/gdevpdfj.o -c ./devices/vector/gdevpdfj.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfk.o -c ./devices/vector/gdevpdfk.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfm.o -c ./devices/vector/gdevpdfm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfo.o -c ./devices/vector/gdevpdfo.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfp.o -c ./devices/vector/gdevpdfp.c
./devices/vector/gdevpdfp.c: In function ?gdev_pdf_get_param?:
./devices/vector/gdevpdfp.c:279:9: warning: enumeration value ?UseOCRAsNeeded? not handled in switch [-Wswitch]
  279 |         switch(pdev->UseOCR) {
      |         ^~~~~~
./devices/vector/gdevpdfp.c:279:9: warning: enumeration value ?UseOCRAlways? not handled in switch [-Wswitch]
./devices/vector/gdevpdfp.c:290:13: warning: label ?UseOCRAlways? defined but not used [-Wunused-label]
  290 |             UseOCRAlways:
      |             ^~~~~~~~~~~~
./devices/vector/gdevpdfp.c:285:13: warning: label ?UseOCRAsNeeded? defined but not used [-Wunused-label]
  285 |             UseOCRAsNeeded:
      |             ^~~~~~~~~~~~~~
./devices/vector/gdevpdfp.c: In function ?gdev_pdf_get_params?:
./devices/vector/gdevpdfp.c:330:9: warning: enumeration value ?UseOCRAsNeeded? not handled in switch [-Wswitch]
  330 |         switch(pdev->UseOCR) {
      |         ^~~~~~
./devices/vector/gdevpdfp.c:330:9: warning: enumeration value ?UseOCRAlways? not handled in switch [-Wswitch]
./devices/vector/gdevpdfp.c:341:13: warning: label ?UseOCRAlways? defined but not used [-Wunused-label]
  341 |             UseOCRAlways:
      |             ^~~~~~~~~~~~
./devices/vector/gdevpdfp.c:336:13: warning: label ?UseOCRAsNeeded? defined but not used [-Wunused-label]
  336 |             UseOCRAsNeeded:
      |             ^~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdft.o -c ./devices/vector/gdevpdft.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfr.o -c ./devices/vector/gdevpdfr.c
cp ./obj/opdfread_.h ./obj/opdfread.h
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfv.o -c ./devices/vector/gdevpdfv.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsflip.o -c ./base/gsflip.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/scantab.o -c ./base/scantab.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sfilter2.o -c ./base/sfilter2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sdeparam.o -c ./base/sdeparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sdcparam.o -c ./base/sdcparam.c
gcc -I./obj -I./base -I./devices -Isrc -DSHARE_ZLIB=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/szlibc_1.o -c ./base/szlibc.c
gcc -I./obj -I./base -I./devices -Isrc -DSHARE_ZLIB=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/szlibe_1.o -c ./base/szlibe.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices  -Isrc/source/libraries -I./openjpeg/library/source  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -o ./obj/gdevpsdi.o -c ./devices/vector/gdevpsdi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices  -Isrc/source/libraries -I./openjpeg/library/source  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -o ./obj/gdevpsdp.o -c ./devices/vector/gdevpsdp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpsds.o -c ./devices/vector/gdevpsds.c
gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/gdevpsdu.o -c ./devices/vector/gdevpsdu.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/scfparam.o -c ./base/scfparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/spprint.o -c ./base/spprint.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/spsdf.o -c ./base/spsdf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sstring.o -c ./base/sstring.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsparamx.o -c ./base/gsparamx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevvec.o -c ./base/gdevvec.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sfxstdio.o -c ./base/sfxstdio.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sfxcommon.o -c ./base/sfxcommon.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/stream.o -c ./base/stream.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/spngp.o -c ./base/spngp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/seexec.o -c ./base/seexec.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sarc4.o -c ./base/sarc4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdt.o -c ./devices/vector/gdevpdt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdtb.o -c ./devices/vector/gdevpdtb.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdtc.o -c ./devices/vector/gdevpdtc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdtd.o -c ./devices/vector/gdevpdtd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdte.o -c ./devices/vector/gdevpdte.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdtf.o -c ./devices/vector/gdevpdtf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdti.o -c ./devices/vector/gdevpdti.c
./devices/vector/gdevpdte.c: In function ?OCRText?:
./devices/vector/gdevpdte.c:96:18: warning: unused variable ?DbgFile? [-Wunused-variable]
   96 |         gp_file *DbgFile;
      |                  ^~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdts.o -c ./devices/vector/gdevpdts.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdtt.o -c ./devices/vector/gdevpdtt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdtv.o -c ./devices/vector/gdevpdtv.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdtw.o -c ./devices/vector/gdevpdtw.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsfont0c.o -c ./base/gsfont0c.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gxfcopy.o -c ./devices/gxfcopy.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpsf1.o -c ./devices/vector/gdevpsf1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpsf2.o -c ./devices/vector/gdevpsf2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpsfm.o -c ./devices/vector/gdevpsfm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpsft.o -c ./devices/vector/gdevpsft.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpsfu.o -c ./devices/vector/gdevpsfu.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpsfx.o -c ./devices/vector/gdevpsfx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -Isrc -DSHARE_LIBPNG=1  -o ./obj/gdevfpng_1.o -c ./devices/gdevfpng.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevifno.o -c ./devices/gdevifno.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevicov.o -c ./devices/gdevicov.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevjpeg.o -c ./devices/gdevjpeg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevmgr.o -c ./devices/gdevmgr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevmiff.o -c ./devices/gdevmiff.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpbm.o -c ./devices/gdevpbm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevmpla.o -c ./base/gdevmpla.c
./devices/gdevjpeg.c:175:38: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
  175 |                       gx_color_value cv[4])
      |                       ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevjpeg.c:19:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevjpeg.c:53:8: note: in expansion of macro ?dev_proc_decode_color?
   53 | static dev_proc_decode_color(jpegcmyk_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpcx.o -c ./devices/gdevpcx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevplan.o -c ./devices/gdevplan.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevplib.o -c ./devices/gdevplib.c
./devices/gdevpbm.c:459:33: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
  459 |                  gx_color_value prgb[3])
      |                  ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevpbm.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevpbm.c:116:8: note: in expansion of macro ?dev_proc_decode_color?
  116 | static dev_proc_decode_color(ppm_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevplan.c:441:35: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
  441 |                    gx_color_value prgb[3])
      |                    ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevplan.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevplan.c:70:8: note: in expansion of macro ?dev_proc_decode_color?
   70 | static dev_proc_decode_color(plang_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevplan.c:455:34: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
  455 |                   gx_color_value prgb[3])
      |                   ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevplan.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevplan.c:68:8: note: in expansion of macro ?dev_proc_decode_color?
   68 | static dev_proc_decode_color(plan_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevplan.c:473:35: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
  473 |                    gx_color_value prgb[4])
      |                    ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevplan.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevplan.c:72:8: note: in expansion of macro ?dev_proc_decode_color?
   72 | static dev_proc_decode_color(planc_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpsd.o -c ./devices/gdevpsd.c
./devices/gdevplib.c:737:35: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
  737 |                    gx_color_value prgb[3])
      |                    ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevplib.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevplib.c:249:8: note: in expansion of macro ?dev_proc_decode_color?
  249 | static dev_proc_decode_color(plibg_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevplib.c:751:34: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
  751 |                   gx_color_value prgb[3])
      |                   ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevplib.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevplib.c:247:8: note: in expansion of macro ?dev_proc_decode_color?
  247 | static dev_proc_decode_color(plib_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevplib.c:769:35: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
  769 |                    gx_color_value prgb[4])
      |                    ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevplib.c:17:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevplib.c:250:8: note: in expansion of macro ?dev_proc_decode_color?
  250 | static dev_proc_decode_color(plibc_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevcmykog.o -c ./devices/gdevcmykog.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevtfnx.o -c ./devices/gdevtfnx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevtsep_0.o -c ./devices/gdevtsep.c
In file included from ./devices/gdevtfnx.c:20:
./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   35 |     uint16 Compression;         /* same values as TIFFTAG_COMPRESSION */
      |     ^~~~~~
./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   83 | int tiff_compression_param_string(gs_param_string *param, uint16 id);
      | ^~~
./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   88 | int tiff_compression_id(uint16 *id, gs_param_string *param);
      | ^~~
./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   94 | int tiff_compression_allowed(uint16 compression, byte depth);
      | ^~~
In file included from ./devices/gdevtsep.c:37:
./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   35 |     uint16 Compression;         /* same values as TIFFTAG_COMPRESSION */
      |     ^~~~~~
./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   83 | int tiff_compression_param_string(gs_param_string *param, uint16 id);
      | ^~~
./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   88 | int tiff_compression_id(uint16 *id, gs_param_string *param);
      | ^~~
./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   94 | int tiff_compression_allowed(uint16 compression, byte depth);
      | ^~~
./devices/gdevtsep.c:448:22: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  448 |                      uint16 compression,
      |                      ^~~~~~
./devices/gdevtsep.c:687:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  687 |     tiffsep_devices_common;
      |     ^~~~~~~~~~~~~~~~~~~~~~
./devices/gdevtsep.c:691:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
  691 |     tiffsep_devices_common;
      |     ^~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevtxtw.o -c ./devices/vector/gdevtxtw.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevxcf.o -c ./devices/gdevxcf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -DA4 -o ./obj/gdevescv.o -c -DGS_VERSION_MAJOR=9 ./contrib/eplaser/gdevescv.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevescp.o -c ./devices/gdevescp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevadmp.o -c ./contrib/gdevadmp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevatx.o -c ./devices/gdevatx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevbj10.o -c ./devices/gdevbj10.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o obj/gdev10v.o -c ./contrib/japanese/gdev10v.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevcdj.o -c ./devices/gdevcdj.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpcl.o -c ./devices/gdevpcl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -DA4 -o ./obj/gdevl4r.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\
 ./contrib/lips4/gdevl4r.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevlips.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlips.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevlprn.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/lips4/gdevlprn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevbjc_.o -c ./contrib/gdevbjc_.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevbjca.o -c ./contrib/gdevbjca.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevcd8.o -c ./contrib/gdevcd8.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevdj9.o -c ./contrib/gdevdj9.c
./contrib/gdevcd8.c:2360:39: warning: argument 2 of type ?int[256]? with mismatched bound [-Warray-parameter=]
 2360 | do_black_correction(float kvalue, int kcorrect[256])
      |                                   ~~~~^~~~~~~~~~~~~
./contrib/gdevcd8.c:1212:45: note: previously declared as ?int *?
 1212 |      do_black_correction(float kvalue, int *kcorrect);
      |                                        ~~~~~^~~~~~~~
./contrib/gdevcd8.c:2434:49: warning: argument 3 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 2434 | do_gcr(int bytecount, byte * inbyte, const byte kvalues[256],
      |                                      ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevcd8.c:1183:55: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
 1183 |     do_gcr(int bytecount, byte * inbyte, const byte * kvalues,
      |                                          ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevcd8.c:2435:19: warning: argument 4 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 2435 |        const byte cvalues[256], const byte mvalues[256],
      |        ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevcd8.c:1184:25: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
 1184 |            const byte * cvalues, const byte * mvalues,
      |            ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevcd8.c:2435:44: warning: argument 5 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 2435 |        const byte cvalues[256], const byte mvalues[256],
      |                                 ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevcd8.c:1184:47: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
 1184 |            const byte * cvalues, const byte * mvalues,
      |                                  ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevcd8.c:2436:19: warning: argument 6 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 2436 |        const byte yvalues[256], const int kcorrect[256],
      |        ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevcd8.c:1185:25: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
 1185 |            const byte * yvalues, const int *kcorrect,
      |            ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevcd8.c:2436:43: warning: argument 7 of type ?const int[256]? with mismatched bound [-Warray-parameter=]
 2436 |        const byte yvalues[256], const int kcorrect[256],
      |                                 ~~~~~~~~~~^~~~~~~~~~~~~
./contrib/gdevcd8.c:1185:45: note: previously declared as ?const int *?
 1185 |            const byte * yvalues, const int *kcorrect,
      |                                  ~~~~~~~~~~~^~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevclj.o -c ./devices/gdevclj.c
./contrib/gdevdj9.c:1226:50: warning: argument 3 of type ?byte[256]? {aka ?unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 1226 | do_gamma(float mastergamma, float gammaval, byte values[256])
      |                                             ~~~~~^~~~~~~~~~~
./contrib/gdevdj9.c:794:64: note: previously declared as ?byte *? {aka ?unsigned char *?}
  794 | static void do_gamma(float mastergamma, float gammaval, byte * values);
      |                                                         ~~~~~~~^~~~~~
./contrib/gdevdj9.c:1253:39: warning: argument 2 of type ?int[256]? with mismatched bound [-Warray-parameter=]
 1253 | do_black_correction(float kvalue, int kcorrect[256])
      |                                   ~~~~^~~~~~~~~~~~~
./contrib/gdevdj9.c:796:52: note: previously declared as ?int *?
  796 | static void do_black_correction(float kvalue, int *kcorrect);
      |                                               ~~~~~^~~~~~~~
./contrib/gdevdj9.c:1314:19: warning: argument 3 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 1314 |        const byte kvalues[256],
      |        ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevdj9.c:783:51: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
  783 | do_gcr(int bytecount, byte * inbyte, const byte * kvalues,
      |                                      ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevdj9.c:1315:19: warning: argument 4 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 1315 |        const byte cvalues[256],
      |        ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevdj9.c:784:21: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
  784 |        const byte * cvalues, const byte * mvalues,
      |        ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevdj9.c:1316:19: warning: argument 5 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 1316 |        const byte mvalues[256],
      |        ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevdj9.c:784:43: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
  784 |        const byte * cvalues, const byte * mvalues,
      |                              ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevdj9.c:1317:19: warning: argument 6 of type ?const byte[256]? {aka ?const unsigned char[256]?} with mismatched bound [-Warray-parameter=]
 1317 |        const byte yvalues[256], const int kcorrect[256])
      |        ~~~~~~~~~~~^~~~~~~~~~~~
./contrib/gdevdj9.c:785:21: note: previously declared as ?const byte *? {aka ?const unsigned char *?}
  785 |        const byte * yvalues, const int *kcorrect);
      |        ~~~~~~~~~~~~~^~~~~~~
./contrib/gdevdj9.c:1317:43: warning: argument 7 of type ?const int[256]? with mismatched bound [-Warray-parameter=]
 1317 |        const byte yvalues[256], const int kcorrect[256])
      |                                 ~~~~~~~~~~^~~~~~~~~~~~~
./contrib/gdevdj9.c:785:41: note: previously declared as ?const int *?
  785 |        const byte * yvalues, const int *kcorrect);
      |                              ~~~~~~~~~~~^~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevcljc.o -c ./devices/gdevcljc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevcslw.o -c ./devices/gdevcslw.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevdjet.o -c ./devices/gdevdjet.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevdljm.o -c ./devices/gdevdljm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevdjtc.o -c ./devices/gdevdjtc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevln03.o -c ./contrib/gdevln03.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevepsn.o -c ./devices/gdevepsn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevepsc.o -c ./devices/gdevepsc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -DA4 -o ./obj/gdevespg.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevespg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -DFMLBP_NOADJUST_MARGIN -o obj/gdevfmlbp.o -c ./contrib/japanese/gdevfmlbp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevfmpr.o -c ./contrib/japanese/gdevfmpr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevgdi.o -c ./contrib/gdevgdi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevhl12.o -c ./contrib/gdevhl12.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevhl7x.o -c ./devices/gdevhl7x.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o obj/gdeveprn.o -DGS_REVISION=9561  -I./psi ./contrib/pcl3/eprn/gdeveprn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o obj/pagecount.o -DGS_REVISION=9561  -I./psi ./contrib/pcl3/eprn/pagecount.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o obj/mediasize.o -DGS_REVISION=9561  -I./psi ./contrib/pcl3/eprn/mediasize.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o obj/eprnparm.o -DGS_REVISION=9561  -I./psi ./contrib/pcl3/eprn/eprnparm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o obj/eprnrend.o -DGS_REVISION=9561  -I./psi ./contrib/pcl3/eprn/eprnrend.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o obj/eprnfs.o -DGS_REVISION=9561  -I./psi  \
  ./contrib/pcl3/eprn/eprnfs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o obj/gdevpcl3.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn  ./contrib/pcl3/src/gdevpcl3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o obj/pclcap.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn  ./contrib/pcl3/src/pclcap.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o obj/pclgen.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn  ./contrib/pcl3/src/pclgen.c
./contrib/pcl3/eprn/eprnrend.c:404:18: warning: argument 3 of type ?gx_color_value[]? {aka ?short unsigned int[]?} with mismatched bound [-Warray-parameter=]
  404 |   gx_color_value rgb[])
      |   ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./contrib/pcl3/eprn/gdeveprn.h:187,
                 from ./contrib/pcl3/eprn/eprnrend.c:67:
./base/gxdevcli.h:900:42: note: previously declared as ?gx_color_value[3]? {aka ?short unsigned int[3]?}
  900 |     gx_color_index color, gx_color_value rgb[3])
      |                           ~~~~~~~~~~~~~~~^~~~~~
./base/gxdevcli.h:902:3: note: in expansion of macro ?dev_t_proc_map_color_rgb?
  902 |   dev_t_proc_map_color_rgb(proc, gx_device)
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
./contrib/pcl3/eprn/gdeveprn.h:661:8: note: in expansion of macro ?dev_proc_map_color_rgb?
  661 | extern dev_proc_map_color_rgb(eprn_map_color_rgb);
      |        ^~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o obj/pclcomp.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn  ./contrib/pcl3/src/pclcomp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -c -o obj/pclsize.o -DGS_REVISION=9561 -I./contrib/pcl3/eprn  ./contrib/pcl3/src/pclsize.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1   -o ./obj/gdevimgn.o -c ./devices/gdevimgn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdev3852.o -c ./devices/gdev3852.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o obj/gdevj100.o -c ./contrib/japanese/gdevj100.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o obj/gdevlbp3.o -c ./contrib/japanese/gdevlbp3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevlbp8.o -c ./devices/gdevlbp8.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevlx7.o -c ./contrib/gdevlx7.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -DA4 -o ./obj/gdevl4v.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c\
 ./contrib/lips4/gdevl4v.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpjet.o -c ./devices/gdevpjet.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevl31s.o -c ./devices/gdevl31s.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevmeds.o -c ./devices/gdevmeds.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevlj56.o -c ./devices/gdevlj56.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpxut.o -c ./devices/gdevpxut.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevlp8k.o -c ./devices/gdevlp8k.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevdm24.o -c ./devices/gdevdm24.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevlx32.o -c ./contrib/gdevlx32.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevlxm.o -c ./devices/gdevlxm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdev8510.o -c ./devices/gdev8510.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o obj/gdevalps.o -c ./contrib/japanese/gdevalps.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevmd2k.o -c ./contrib/gdevmd2k.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -DA4 -o ./obj/gdevmjc.o -c ./contrib/japanese/gdevmjc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o obj/gdevml6.o -c ./contrib/japanese/gdevml6.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -DA4 -o ./obj/gdevnpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevnpdl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevo182.o -c ./devices/gdevo182.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevop4w.o -c ./contrib/gdevop4w.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevokii.o -c ./devices/gdevokii.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevopvp.o -DGS_VERSION_MAJOR=9 -I./psi/ -c ./contrib/opvp/gdevopvp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevphex.o -c ./devices/gdevphex.c
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/picty180 ./obj/gdevcdj.o ./obj/gdevpcl.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevp201.o -c ./contrib/japanese/gdevp201.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpx.o -c ./devices/vector/gdevpx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdev4081.o -c ./devices/gdev4081.c
./contrib/opvp/gdevopvp.c:2860:20: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
 2860 |     gx_color_value prgb[3])
      |     ~~~~~~~~~~~~~~~^~~~~~~
./contrib/opvp/gdevopvp.c:223:61: note: previously declared as ?gx_color_value *? {aka ?short unsigned int *?}
  223 | static  int opvp_map_color_rgb(gx_device *, gx_color_index, gx_color_value *);
      |                                                             ^~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevrinkj.o -c ./devices/gdevrinkj.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-byte-stream.o -c ./devices/rinkj/rinkj-byte-stream.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./devices/rinkj -I./base/ -I./obj/ -o ./obj/rinkj-epson870.o -c ./devices/rinkj/rinkj-epson870.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevrpdl.o -DGS_VERSION_MAJOR=9 -I./contrib/lips4/ -I./psi/ -c ./contrib/japanese/gdevrpdl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevsj48.o -c ./devices/gdevsj48.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevstc.o -c ./devices/gdevstc.c
./devices/gdevstc.c:2099:76: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=]
 2099 | stc_gray_decode_color(gx_device *pdev, gx_color_index color,gx_color_value prgb[1])
      |                                                             ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevstc.h:29,
                 from ./devices/gdevstc.c:74:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevstc.c:117:8: note: in expansion of macro ?dev_proc_decode_color?
  117 | static dev_proc_decode_color(stc_gray_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevstc.c:2274:77: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
 2274 | stc_cmyk_decode_color(gx_device *pdev, gx_color_index color, gx_color_value cv[4])
      |                                                              ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevstc.h:29,
                 from ./devices/gdevstc.c:74:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevstc.c:127:8: note: in expansion of macro ?dev_proc_decode_color?
  127 | static dev_proc_decode_color(stc_cmyk_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevstc.c:2459:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
 2459 |                         gx_color_value cv[4])
      |                         ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevstc.h:29,
                 from ./devices/gdevstc.c:74:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevstc.c:132:8: note: in expansion of macro ?dev_proc_decode_color?
  132 | static dev_proc_decode_color(stc_cmyk10_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevstc1.o -c ./devices/gdevstc1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevstc2.o -c ./devices/gdevstc2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevstc3.o -c ./devices/gdevstc3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevstc4.o -c ./devices/gdevstc4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdev4693.o -c ./devices/gdev4693.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevtknk.o -c ./devices/gdevtknk.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevupd.o -c ./devices/gdevupd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevxes.o -c ./contrib/gdevxes.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./ijs -I./ijs/.. \
             -o ./obj/gdevijs.o -c ./devices/gdevijs.c
./obj/aux/echogs -e .dev -w- -l-obj ./obj/ijslib_0 ./obj/ijs.o ./obj/ijs_server.o ./obj/ijs_client.o ./obj/ijs_exec_unix.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1  -o ./obj/gdevpng.o -c ./devices/gdevpng.c
g++ -Itesseract/include -Itesseract/src/api -Itesseract/src/arch -Itesseract/src/ccmain -Itesseract/src/ccstruct -Itesseract/src/ccutil -Itesseract/src/classify -Itesseract/src/cutil -Itesseract/src/dict -Itesseract/src/lstm -Itesseract/src/opencl -Itesseract/src/textord -Itesseract/src/training -Itesseract/src/viewer -Itesseract/src/wordrec -Ileptonica/src -I./base -I./obj -std=c++17  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DTESSERACT_IMAGEDATA_AS_PIX -DTESSERACT_DISABLE_DEBUG_FONTS -DGRAPHICS_DISABLED -UCLUSTER -DLEPTONICA_INTERCEPT_ALLOC=1 -Ileptonica/src -o ./obj/tessocr.o -c -DTESSDATA="/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/tessdata" ./base/tessocr.cpp
cc1plus: warning: command-line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: command-line option ?-Wmissing-prototypes? is valid for C/ObjC but not for C++
cc1plus: warning: ?-Werror=? argument ?-Werror=declaration-after-statement? is not valid for C++
./devices/gdevpng.c:931:45: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
  931 |                              gx_color_value prgb[3])
      |                              ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevpng.c:53:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevpng.c:72:8: note: in expansion of macro ?dev_proc_decode_color?
   72 | static dev_proc_decode_color(pngalpha_decode_color);
      |        ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -Isrc -Isrc -DSHARE_LIBPNG=1  -o ./obj/gdevocr.o -c ./devices/gdevocr.c
./devices/gdevupd.c:2223:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
 2223 | upd_icolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
      |                                                       ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevupd.c:91:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:167:8: note: in expansion of macro ?dev_proc_decode_color?
  167 | static dev_proc_decode_color( upd_icolor_rgb);  /** KCMY->RGB-Index */
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:2306:70: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=]
 2306 | upd_1color_rgb(gx_device *pdev, gx_color_index color, gx_color_value cv[1])
      |                                                       ~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevupd.c:91:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:145:8: note: in expansion of macro ?dev_proc_decode_color?
  145 | static dev_proc_decode_color( upd_1color_rgb);  /** Gray-Index->Gray */
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:2365:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
 2365 | upd_3color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
      |                                                       ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevupd.c:91:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:148:8: note: in expansion of macro ?dev_proc_decode_color?
  148 | static dev_proc_decode_color( upd_3color_rgb);  /** RGB-Index->RGB */
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:2446:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
 2446 | upd_4color_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
      |                                                       ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevupd.c:91:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:157:8: note: in expansion of macro ?dev_proc_decode_color?
  157 | static dev_proc_decode_color(upd_4color_rgb);   /** WRGB-Index->RGB */
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:2543:70: warning: argument 3 of type ?gx_color_value[3]? {aka ?short unsigned int[3]?} with mismatched bound [-Warray-parameter=]
 2543 | upd_kcolor_rgb(gx_device *pdev, gx_color_index color, gx_color_value prgb[3])
      |                                                       ~~~~~~~~~~~~~~~^~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gdevprn.h:29,
                 from ./devices/gdevupd.c:91:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c:176:8: note: in expansion of macro ?dev_proc_decode_color?
  176 | static dev_proc_decode_color( upd_kcolor_rgb);  /** watches black-gen */
      |        ^~~~~~~~~~~~~~~~~~~~~
./devices/gdevupd.c: In function ?upd_fscomp?:
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3695:19: note: in expansion of macro ?FS_DIST?
 3695 |                   FS_DIST(3)
      |                   ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3695:19: note: in expansion of macro ?FS_DIST?
 3695 |                   FS_DIST(3)
      |                   ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3705:19: note: in expansion of macro ?FS_DIST?
 3705 |                   FS_DIST(2)
      |                   ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3705:19: note: in expansion of macro ?FS_DIST?
 3705 |                   FS_DIST(2)
      |                   ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3714:19: note: in expansion of macro ?FS_DIST?
 3714 |                   FS_DIST(1)
      |                   ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3714:19: note: in expansion of macro ?FS_DIST?
 3714 |                   FS_DIST(1)
      |                   ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3724:19: note: in expansion of macro ?FS_DIST?
 3724 |                   FS_DIST(0)
      |                   ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3724:19: note: in expansion of macro ?FS_DIST?
 3724 |                   FS_DIST(0)
      |                   ^~~~~~~
./base/tessocr.cpp:641:5: warning: "FUTURE_DEVELOPMENT" is not defined, evaluates to 0 [-Wundef]
  641 | #if FUTURE_DEVELOPMENT
      |     ^~~~~~~~~~~~~~~~~~
./base/tessocr.cpp:667:5: warning: "FUTURE_DEVELOPMENT" is not defined, evaluates to 0 [-Wundef]
  667 | #if FUTURE_DEVELOPMENT
      |     ^~~~~~~~~~~~~~~~~~
./devices/gdevupd.c: In function ?upd_fscmyk?:
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3933:10: note: in expansion of macro ?FS_DIST?
 3933 |          FS_DIST(upd->cmap[3].comp)
      |          ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3933:10: note: in expansion of macro ?FS_DIST?
 3933 |          FS_DIST(upd->cmap[3].comp)
      |          ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3934:10: note: in expansion of macro ?FS_DIST?
 3934 |          FS_DIST(upd->cmap[2].comp)
      |          ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3934:10: note: in expansion of macro ?FS_DIST?
 3934 |          FS_DIST(upd->cmap[2].comp)
      |          ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3935:10: note: in expansion of macro ?FS_DIST?
 3935 |          FS_DIST(upd->cmap[1].comp)
      |          ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3935:10: note: in expansion of macro ?FS_DIST?
 3935 |          FS_DIST(upd->cmap[1].comp)
      |          ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:3942:7: note: in expansion of macro ?FS_DIST?
 3942 |       FS_DIST(upd->cmap[0].comp)
      |       ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:3942:7: note: in expansion of macro ?FS_DIST?
 3942 |       FS_DIST(upd->cmap[0].comp)
      |       ^~~~~~~
./devices/gdevupd.c: In function ?upd_fscmy_k?:
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:4115:7: note: in expansion of macro ?FS_DIST?
 4115 |       FS_DIST(0)
      |       ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:4115:7: note: in expansion of macro ?FS_DIST?
 4115 |       FS_DIST(0)
      |       ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:4116:7: note: in expansion of macro ?FS_DIST?
 4116 |       FS_DIST(1)
      |       ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:4116:7: note: in expansion of macro ?FS_DIST?
 4116 |       FS_DIST(1)
      |       ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:4117:7: note: in expansion of macro ?FS_DIST?
 4117 |       FS_DIST(2)
      |       ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:4117:7: note: in expansion of macro ?FS_DIST?
 4117 |       FS_DIST(2)
      |       ^~~~~~~
./devices/gdevupd.c:3562:4: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
 3562 |    if(!first) rowerr[I-dir] += ((3*pixel[I]+8)>>4); /* 3/16 */        \
      |    ^~
./devices/gdevupd.c:4118:7: note: in expansion of macro ?FS_DIST?
 4118 |       FS_DIST(3)
      |       ^~~~~~~
./devices/gdevupd.c:3563:15: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
 3563 |               rowerr[I    ]  = ((5*pixel[I]  )>>4)  /* 5/16 */        \
      |               ^~~~~~
./devices/gdevupd.c:4118:7: note: in expansion of macro ?FS_DIST?
 4118 |       FS_DIST(3)
      |       ^~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -o ./obj/gdevpdfocr.o -c ./devices/gdevpdfocr.c
./devices/gdevocr.c: In function ?ocr_close?:
./devices/gdevocr.c:125:31: warning: unused variable ?ppdev? [-Wunused-variable]
  125 |     gx_device_printer * const ppdev = (gx_device_printer *)pdev;
      |                               ^~~~~
./devices/gdevocr.c: In function ?hocr_close?:
./devices/gdevocr.c:136:31: warning: unused variable ?ppdev? [-Wunused-variable]
  136 |     gx_device_printer * const ppdev = (gx_device_printer *)pdev;
      |                               ^~~~~
./devices/gdevocr.c: In function ?do_ocr_print_page?:
./devices/gdevocr.c:233:18: warning: unused variable ?mem? [-Wunused-variable]
  233 |     gs_memory_t *mem = pdev->memory;
      |                  ^~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gpmisc.o -c ./base/gpmisc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/strmio.o -c ./base/strmio.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsalloc.o -c ./base/gsalloc.c
./base/gpmisc.c:842:41: warning: argument 3 of type ?char *? declared as a pointer [-Warray-parameter=]
  842 |                      char              *fname,
      |                      ~~~~~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gpmisc.c:26:
./base/gp.h:423:50: note: previously declared as an array ?char[4096]?
  423 |                                     char         fname[gp_file_name_sizeof],
      |                                     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
./base/gpmisc.c:851:44: warning: argument 3 of type ?char *? declared as a pointer [-Warray-parameter=]
  851 |                         char              *fname,
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~
In file included from ./base/gpmisc.c:26:
./base/gp.h:433:53: note: previously declared as an array ?char[4096]?
  433 |                                        char         fname[gp_file_name_sizeof],
      |                                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
./base/tessocr.cpp:216:50: warning: ISO C++ forbids converting a string constant to ?char*? [-Wwrite-strings]
  216 | static char *tessdata_prefix = STRINGIFY(TESSDATA);
      |                                                  ^
./base/tessocr.cpp:214:24: note: in definition of macro ?STRINGIFY2?
  214 | #define STRINGIFY2(S) #S
      |                        ^
./base/tessocr.cpp:216:32: note: in expansion of macro ?STRINGIFY?
  216 | static char *tessdata_prefix = STRINGIFY(TESSDATA);
      |                                ^~~~~~~~~
./base/tessocr.cpp: In function ?int do_ocr_image(wrapped_api*, int, int, int, int, int, int, void*, int, int, int, char**)?:
./base/tessocr.cpp:412:9: warning: unused variable ?code? [-Wunused-variable]
  412 |     int code;
      |         ^~~~
./base/tessocr.cpp: In function ?int ocr_recognise(void*, int, int, void*, int, int, int (*)(void*, const char*, const int*, const int*, const int*, int), void*)?:
./base/tessocr.cpp:491:17: warning: variable ?font_name? set but not used [-Wunused-but-set-variable]
  491 |     const char* font_name;
      |                 ^~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevkrnlsclass.o -c ./base/gdevkrnlsclass.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsbitcom.o -c ./base/gsbitcom.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsbitops.o -c ./base/gsbitops.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscencs.o -c ./base/gscencs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gschar.o -c ./base/gschar.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscolor.o -c ./base/gscolor.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscoord.o -c ./base/gscoord.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscparam.o -c ./base/gscparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscspace.o -c ./base/gscspace.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscicach.o -c ./base/gscicach.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsovrc.o -c ./base/gsovrc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxoprect.o -c ./base/gxoprect.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsdevice.o -c ./base/gsdevice.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsdevmem.o -c ./base/gsdevmem.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsdparam.o -c ./base/gsdparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsfname.o -c ./base/gsfname.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsfont.o -c ./base/gsfont.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsgdata.o -c ./base/gsgdata.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsgcache.o -c ./base/gsgcache.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsht.o -c ./base/gsht.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gshtscr.o -c ./base/gshtscr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gen_ordered.o -c  -DGS_LIB_BUILD \
        ./base/gen_ordered.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsimage.o -c ./base/gsimage.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsimpath.o -c ./base/gsimpath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsinit.o -c ./base/gsinit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsiodev.o -c ./base/gsiodev.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsgstate.o -c ./base/gsgstate.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsline.o -c ./base/gsline.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsmalloc.o -c ./base/gsmalloc.c
gcc  -I./obj -I./base -I./devices -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/memento.o -c ./base/memento.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsmatrix.o -c ./base/gsmatrix.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsmemory.o -c ./base/gsmemory.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsmemret.o -c ./base/gsmemret.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsmisc.o -c ./base/gsmisc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsnotify.o -c ./base/gsnotify.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gslibctx_0.o -c ./base/gslibctx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gspaint.o -c ./base/gspaint.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsparam.o -c ./base/gsparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gspath.o -c ./base/gspath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsstate.o -c ./base/gsstate.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gstext.o -c ./base/gstext.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsutil.o -c ./base/gsutil.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gssprintf.o -c ./base/gssprintf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsstrtok.o -c ./base/gsstrtok.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsstrl.o -c ./base/gsstrl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevmrun.o -c ./base/gdevmrun.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsiodevs.o -c ./base/gsiodevs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclist.o -c ./base/gxclist.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclbits.o -c ./base/gxclbits.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclpage.o -c ./base/gxclpage.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclrast.o -c ./base/gxclrast.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclread.o -c ./base/gxclread.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclrect.o -c ./base/gxclrect.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclutil.o -c ./base/gxclutil.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsparams.o -c ./base/gsparams.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsparaml.o -c ./base/gsparaml.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsroprun.o -c ./base/gsroprun.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclimag.o -c ./base/gxclimag.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclpath.o -c ./base/gxclpath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxdhtserial.o -c ./base/gxdhtserial.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclthrd.o -c ./base/gxclthrd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsmchunk.o -c ./base/gsmchunk.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclfile.o -c ./base/gxclfile.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclmem.o -c ./base/gxclmem.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclzlib.o -c ./base/gxclzlib.c
gcc -I./obj -I./base -I./devices -Isrc -DSHARE_ZLIB=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/szlibd_1.o -c ./base/szlibd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gp_psync.o -c ./base/gp_psync.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/scfd.o -c ./base/scfd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/scfdtab.o -c ./base/scfdtab.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxfapi.o -c ./base/gxfapi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/include/freetype2 -I/gnu/store/lwvk74n37dmiwmdjfmiy6w3s8vy4s1ld-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./obj/fapi_ft_1.o -c ./base/fapi_ft.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/include/freetype2 -I/gnu/store/lwvk74n37dmiwmdjfmiy6w3s8vy4s1ld-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./obj/write_t1.o -c ./base/write_t1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/include/freetype2 -I/gnu/store/lwvk74n37dmiwmdjfmiy6w3s8vy4s1ld-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./obj/write_t2.o -c ./base/write_t2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -DHAVE_RESTRICT=1 -DUSE_LIBPAPER -I/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/include/freetype2 -I/gnu/store/lwvk74n37dmiwmdjfmiy6w3s8vy4s1ld-libpng-1.6.37/include/libpng16 -DSHARE_FT=1 -o ./obj/wrfont.o -c ./base/wrfont.c
cp ./obj/freetype_1.dev ./obj/freetype.dev
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsiorom_1.o -Isrc -c ./base/gsiorom.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxacpath.o -c ./base/gxacpath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxbcache.o -c ./base/gxbcache.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxccache.o -c ./base/gxccache.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxccman.o -c ./base/gxccman.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxchar.o -c ./base/gxchar.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxcht.o -c ./base/gxcht.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxclip.o -c ./base/gxclip.c
./base/gxcht.c:1155:34: warning: argument 13 of type ?gx_color_index[128]? {aka ?long long unsigned int[128]?} with mismatched bound [-Warray-parameter=]
 1155 |                   gx_color_index colors[MAX_DCC_16],
      |                   ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
./base/gxcht.c:541:32: note: previously declared as ?gx_color_index[64]? {aka ?long long unsigned int[64]?}
  541 |                 gx_color_index colors[MAX_DCC], /* the actual colors for the tile, */\
      |                 ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
./base/gxcht.c:547:8: note: in expansion of macro ?SET_COLOR_HT_PROC?
  547 | static SET_COLOR_HT_PROC(set_color_ht_le_4);
      |        ^~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxcmap.o -c ./base/gxcmap.c
./base/gxcht.c:1346:34: warning: argument 13 of type ?gx_color_index[128]? {aka ?long long unsigned int[128]?} with mismatched bound [-Warray-parameter=]
 1346 |                   gx_color_index colors[MAX_DCC_16],
      |                   ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
./base/gxcht.c:541:32: note: previously declared as ?gx_color_index[64]? {aka ?long long unsigned int[64]?}
  541 |                 gx_color_index colors[MAX_DCC], /* the actual colors for the tile, */\
      |                 ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
./base/gxcht.c:548:8: note: in expansion of macro ?SET_COLOR_HT_PROC?
  548 | static SET_COLOR_HT_PROC(set_color_ht_gt_4);
      |        ^~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxcpath.o -c ./base/gxcpath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxdcconv.o -c ./base/gxdcconv.c
./base/gxcmap.c:1766:49: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=]
 1766 |                                  gx_color_value pgray[1])
      |                                  ~~~~~~~~~~~~~~~^~~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gxcmap.c:27:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./base/gxdevice.h:267:1: note: in expansion of macro ?dev_proc_decode_color?
  267 | dev_proc_decode_color(gx_default_w_b_mono_decode_color);
      | ^~~~~~~~~~~~~~~~~~~~~
./base/gxcmap.c:1802:49: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=]
 1802 |                                  gx_color_value pgray[1])
      |                                  ~~~~~~~~~~~~~~~^~~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gxcmap.c:27:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./base/gxdevice.h:342:1: note: in expansion of macro ?dev_proc_decode_color?
  342 | dev_proc_decode_color(gx_default_b_w_mono_decode_color);
      | ^~~~~~~~~~~~~~~~~~~~~
./base/gxcmap.c:1867:46: warning: argument 3 of type ?gx_color_value[1]? {aka ?short unsigned int[1]?} with mismatched bound [-Warray-parameter=]
 1867 |                               gx_color_value pgray[1])
      |                               ~~~~~~~~~~~~~~~^~~~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gxcmap.c:27:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./base/gxdevice.h:365:1: note: in expansion of macro ?dev_proc_decode_color?
  365 | dev_proc_decode_color(gx_default_8bit_map_color_gray);
      | ^~~~~~~~~~~~~~~~~~~~~
./base/gxcmap.c:1959:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
 1959 |                         gx_color_value pcv[4])
      |                         ~~~~~~~~~~~~~~~^~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gxcmap.c:27:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./base/gxdevice.h:357:1: note: in expansion of macro ?dev_proc_decode_color?
  357 | dev_proc_decode_color(cmyk_1bit_map_color_cmyk);
      | ^~~~~~~~~~~~~~~~~~~~~
./base/gxcmap.c:2015:40: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
 2015 |                         gx_color_value pcv[4])
      |                         ~~~~~~~~~~~~~~~^~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gxcmap.c:27:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./base/gxdevice.h:360:1: note: in expansion of macro ?dev_proc_decode_color?
  360 | dev_proc_decode_color(cmyk_8bit_map_color_cmyk);
      | ^~~~~~~~~~~~~~~~~~~~~
./base/gxcmap.c:2026:42: warning: argument 3 of type ?gx_color_value[4]? {aka ?short unsigned int[4]?} with mismatched bound [-Warray-parameter=]
 2026 |                           gx_color_value pcv[4])
      |                           ~~~~~~~~~~~~~~~^~~~~~
In file included from ./base/gxdevcli.h:38,
                 from ./base/gxdevice.h:23,
                 from ./base/gxcmap.c:27:
./base/gxcmap.h:196:67: note: previously declared as ?gx_color_value[]? {aka ?short unsigned int[]?}
  196 |     int (proc)(dev_t * dev, gx_color_index cindex, gx_color_value colors[])
      |                                                    ~~~~~~~~~~~~~~~^~~~~~~~
./base/gxcmap.h:199:5: note: in expansion of macro ?dev_t_proc_decode_color?
  199 |     dev_t_proc_decode_color(proc, gx_device)
      |     ^~~~~~~~~~~~~~~~~~~~~~~
./base/gxdevice.h:363:1: note: in expansion of macro ?dev_proc_decode_color?
  363 | dev_proc_decode_color(cmyk_16bit_map_color_cmyk);
      | ^~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxdcolor.o -c ./base/gxdcolor.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxhldevc.o -c ./base/gxhldevc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxfill.o -c ./base/gxfill.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxht.o -c ./base/gxht.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxhtbit.o -c ./base/gxhtbit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxht_thresh.o -c ./base/gxht_thresh.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxidata_0.o -c ./base/gxidata.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxifast.o -c ./base/gxifast.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gximage.o -c ./base/gximage.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gximdecode.o -c ./base/gximdecode.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gximage1.o -c ./base/gximage1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gximono_0.o -c ./base/gximono.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxipixel.o -c ./base/gxipixel.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gximask.o -c ./base/gximask.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxi12bit.o -c ./base/gxi12bit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxi16bit.o -c ./base/gxi16bit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxiscale.o -c ./base/gxiscale.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxpaint.o -c ./base/gxpaint.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxpath.o -c ./base/gxpath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxpath2.o -c ./base/gxpath2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxpcopy.o -c ./base/gxpcopy.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxpdash.o -c ./base/gxpdash.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxpflat.o -c ./base/gxpflat.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxsample.o -c ./base/gxsample.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxstroke.o -c ./base/gxstroke.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxsync.o -c ./base/gxsync.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevabuf.o -c ./base/gdevabuf.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevdbit.o -c ./base/gdevdbit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevddrw.o -c ./base/gdevddrw.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevdflt.o -c ./base/gdevdflt.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevdgbr.o -c ./base/gdevdgbr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevnfwd.o -c ./base/gdevnfwd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevmem.o -c ./base/gdevmem.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevplnx.o -c ./base/gdevplnx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevm1.o -c ./base/gdevm1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevm2.o -c ./base/gdevm2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevm4.o -c ./base/gdevm4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevm8.o -c ./base/gdevm8.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevm16.o -c ./base/gdevm16.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevm24.o -c ./base/gdevm24.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevm32.o -c ./base/gdevm32.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevm40.o -c ./base/gdevm40.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevm48.o -c ./base/gdevm48.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevm56.o -c ./base/gdevm56.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevm64.o -c ./base/gdevm64.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevmx.o -c ./base/gdevmx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevdsha.o -c ./base/gdevdsha.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gxscanc.o -c ./base/gxscanc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/siinterp.o -c ./base/siinterp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/siscale_0.o -c ./base/siscale.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sidscale.o -c ./base/sidscale.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevdrop_0.o -c ./base/gdevdrop.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevmr1.o -c ./base/gdevmr1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevmr2n.o -c ./base/gdevmr2n.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevmr8n.o -c ./base/gdevmr8n.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevrops.o -c ./base/gdevrops.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsrop.o -c ./base/gsrop.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gp_strdl.o -c ./base/gp_strdl.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcid.o -c ./psi/zcid.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfcid.o -c ./psi/zfcid.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfcid0.o -c ./psi/zfcid0.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfcid1.o -c ./psi/zfcid1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zchar1.o -c ./psi/zchar1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcharout.o -c ./psi/zcharout.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfont1.o -c ./psi/zfont1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zmisc1.o -c ./psi/zmisc1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/iutil2.o -c ./psi/iutil2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zmisc2.o -c ./psi/zmisc2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zvmem2.o -c ./psi/zvmem2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zdps1.o -c ./psi/zdps1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zusparam.o -c ./psi/zusparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zchar2.o -c ./psi/zchar2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfont2.o -c ./psi/zfont2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zchar42.o -c ./psi/zchar42.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfont42.o -c ./psi/zfont42.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfrsd.o -c ./psi/zfrsd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcie.o -c ./psi/zcie.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcrd.o -c ./psi/zcrd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfcmap.o -c ./psi/zfcmap.c
./psi/zcie.c: In function ?ciedefgspace?:
./psi/zcie.c:468:9: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
  468 |         if (r_size(ptref) != 5)
      |         ^~
./psi/zcie.c:471:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
  471 |             code = gs_cspace_build_CIEDEFG(&pcs, NULL, mem->stable_memory);
      |             ^~~~
./psi/zcie.c: In function ?ciedefspace?:
./psi/zcie.c:581:9: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
  581 |         if (r_size(ptref) != 4)
      |         ^~
./psi/zcie.c:584:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
  584 |             code = gs_cspace_build_CIEDEF(&pcs, NULL, mem->stable_memory);
      |             ^~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcfont.o -c ./psi/zcfont.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfont0.o -c ./psi/zfont0.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfdcte.o -c ./psi/zfdcte.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sddparam.o -c ./base/sddparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfdctd.o -c ./psi/zfdctd.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/iscanbin.o -c ./psi/iscanbin.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zbseq.o -c ./psi/zbseq.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcolor1.o -c ./psi/zcolor1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zht1.o -c ./psi/zht1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zupath.o -c ./psi/zupath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/ibnum.o -c ./psi/ibnum.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gdevhit.o -c ./base/gdevhit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcharx.o -c ./psi/zcharx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfdecode.o -c ./psi/zfdecode.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/spdiff.o -c ./base/spdiff.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sfilter1.o -c ./base/sfilter1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sa85d.o -c ./base/sa85d.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfilter2.o -c ./psi/zfilter2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/ziodev2.o -c ./psi/ziodev2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zdevcal.o -c ./psi/zdevcal.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zdevice2.o -c ./psi/zdevice2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zmedia2.o -c ./psi/zmedia2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zpcolor.o -c ./psi/zpcolor.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/imain.o -c ./psi/imain.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/imainarg.o -c ./psi/imainarg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsargs.o -c ./base/gsargs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -I./devices -o ./obj/idisp.o -c ./psi/idisp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/psapi.o -c ./psi/psapi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/icontext.o -c ./psi/icontext.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/idebug.o -c ./psi/idebug.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/idict.o -c ./psi/idict.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/idparam.o -c ./psi/idparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/idstack.o -c ./psi/idstack.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/iinit.o -c ./psi/iinit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/interp.o -c ./psi/interp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/iparam.o -c ./psi/iparam.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/ireclaim.o -c ./psi/ireclaim.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/iplugin.o -c ./psi/iplugin.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/iscan.o -c ./psi/iscan.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/iscannum.o -c ./psi/iscannum.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/istack.o -c ./psi/istack.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/iutil.o -c ./psi/iutil.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zarith.o -c ./psi/zarith.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zarray.o -c ./psi/zarray.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcontrol.o -c ./psi/zcontrol.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zdict.o -c ./psi/zdict.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfile.o -c ./psi/zfile.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfile1.o -c ./psi/zfile1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfileio.o -c ./psi/zfileio.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices    -o ./obj/zfilter.o -c ./psi/zfilter.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfproc.o -c ./psi/zfproc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zgeneric.o -c ./psi/zgeneric.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/ziodev.o -c ./psi/ziodev.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/ziodevsc.o -c ./psi/ziodevsc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zmath.o -c ./psi/zmath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zalg.o -c ./psi/zalg.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zmisc.o -c ./psi/zmisc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zpacked.o -c ./psi/zpacked.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zrelbit.o -c ./psi/zrelbit.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zstack.o -c ./psi/zstack.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zstring.o -c ./psi/zstring.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zsysvm.o -c ./psi/zsysvm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/ztoken.o -c ./psi/ztoken.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/ztype.o -c ./psi/ztype.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zvmem.o -c ./psi/zvmem.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zbfont.o -c ./psi/zbfont.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zchar.o -c ./psi/zchar.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcolor.o -c ./psi/zcolor.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zdevice.o -c ./psi/zdevice.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfont.o -c ./psi/zfont.c
./psi/zvmem.c: In function ?zforgetsave?:
./psi/zvmem.c:466:12: warning: ?asave? may be used uninitialized in this function [-Wmaybe-uninitialized]
  466 |     code = alloc_forget_save_in(idmemory, asave);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfontenum.o -c ./psi/zfontenum.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zgstate.o -c ./psi/zgstate.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zht.o -c ./psi/zht.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zimage.o -c ./psi/zimage.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zmatrix.o -c ./psi/zmatrix.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zpaint.o -c ./psi/zpaint.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zpath.o -c ./psi/zpath.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zncdummy.o -c ./psi/zncdummy.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/ialloc.o -c ./psi/ialloc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/igc.o -c ./psi/igc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/igcref.o -c ./psi/igcref.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/igcstr.o -c ./psi/igcstr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/ilocate.o -c ./psi/ilocate.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/iname.o -c ./psi/iname.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/isave.o -c ./psi/isave.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/inobtokn.o -c ./psi/inobtokn.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/inouparm.o -c ./psi/inouparm.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zdscpars.o -c ./psi/zdscpars.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/dscparse.o -c ./psi/dscparse.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfapi.o -c ./psi/zfapi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sbcp.o -c ./base/sbcp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfbcp.o -c ./psi/zfbcp.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zpath1.o -c ./psi/zpath1.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcolor2.o -c ./psi/zcolor2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcsindex.o -c ./psi/zcsindex.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zht2.o -I./toolbin/halftone/gen_ordered -c ./psi/zht2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcssepr.o -c ./psi/zcssepr.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfsample.o -c ./psi/zfsample.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfunc4.o -c ./psi/zfunc4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfunc.o -c ./psi/zfunc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfunc0.o -c ./psi/zfunc0.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsfunc4.o -c ./base/gsfunc4.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zchar32.o -c ./psi/zchar32.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfont32.o -c ./psi/zfont32.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfimscale.o -c ./psi/zfimscale.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/simscale.o -c ./base/simscale.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zform.o -c ./psi/zform.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zicc.o -c ./psi/zicc.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcspixel.o -c ./psi/zcspixel.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfunc3.o -c ./psi/zfunc3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zimage3.o -c ./psi/zimage3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zmisc3.o -c ./psi/zmisc3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zcolor3.o -c ./psi/zcolor3.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zshade.o -c ./psi/zshade.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfzlib.o -c ./psi/zfzlib.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/ztrans.o -c ./psi/ztrans.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfmd5.o -c ./psi/zfmd5.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfsha2.o -c ./psi/zfsha2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/ssha2.o -c ./base/ssha2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sha2.o -c ./base/sha2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfarc4.o -c ./psi/zfarc4.c
./base/sha2.c:586:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=]
  586 | void pSHA256_Final(sha2_byte digest[], SHA256_CTX* context) {
      |                    ~~~~~~~~~~^~~~~~~~
In file included from ./base/sha2.c:37:
./base/sha2.h:120:20: note: previously declared as ?uint8_t[32]? {aka ?unsigned char[32]?}
  120 | void pSHA256_Final(uint8_t[SHA256_DIGEST_LENGTH], SHA256_CTX*);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./base/sha2.c:649:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=]
  649 | char *pSHA256_End(SHA256_CTX* context, char buffer[]) {
      |                                        ~~~~~^~~~~~~~
In file included from ./base/sha2.c:37:
./base/sha2.h:121:32: note: previously declared as ?char[65]?
  121 | char* pSHA256_End(SHA256_CTX*, char[SHA256_DIGEST_STRING_LENGTH]);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./base/sha2.c:947:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=]
  947 | void pSHA512_Final(sha2_byte digest[], SHA512_CTX* context) {
      |                    ~~~~~~~~~~^~~~~~~~
In file included from ./base/sha2.c:37:
./base/sha2.h:132:20: note: previously declared as ?uint8_t[64]? {aka ?unsigned char[64]?}
  132 | void pSHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./base/sha2.c:976:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=]
  976 | char *pSHA512_End(SHA512_CTX* context, char buffer[]) {
      |                                        ~~~~~^~~~~~~~
In file included from ./base/sha2.c:37:
./base/sha2.h:133:32: note: previously declared as ?char[129]?
  133 | char* pSHA512_End(SHA512_CTX*, char[SHA512_DIGEST_STRING_LENGTH]);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./base/sha2.c:1021:30: warning: argument 1 of type ?sha2_byte[]? {aka ?unsigned char[]?} with mismatched bound [-Warray-parameter=]
 1021 | void pSHA384_Final(sha2_byte digest[], SHA384_CTX* context) {
      |                    ~~~~~~~~~~^~~~~~~~
In file included from ./base/sha2.c:37:
./base/sha2.h:126:20: note: previously declared as ?uint8_t[48]? {aka ?unsigned char[48]?}
  126 | void pSHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./base/sha2.c:1050:45: warning: argument 2 of type ?char[]? with mismatched bound [-Warray-parameter=]
 1050 | char *pSHA384_End(SHA384_CTX* context, char buffer[]) {
      |                                        ~~~~~^~~~~~~~
In file included from ./base/sha2.c:37:
./base/sha2.h:127:32: note: previously declared as ?char[97]?
  127 | char* pSHA384_End(SHA384_CTX*, char[SHA384_DIGEST_STRING_LENGTH]);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zfaes.o -c ./psi/zfaes.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/saes.o -c ./base/saes.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/aes.o -c ./base/aes.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zpdfops.o -c ./psi/zpdfops.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/zpdf_r6.o -c ./psi/zpdf_r6.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_loop_detect.c -o ./obj/pdf_loop_detect.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/ghostpdf.c -o ./obj/ghostpdf.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_dict.c -o ./obj/pdf_dict.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_array.c -o ./obj/pdf_array.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_xref.c -o ./obj/pdf_xref.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_int.c -o ./obj/pdf_int.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc  -c ./pdf/pdf_file.c -o ./obj/pdf_file_jbig2dec.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_path.c -o ./obj/pdf_path.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_colour.c -o ./obj/pdf_colour.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_pattern.c -o ./obj/pdf_pattern.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_gstate.c -o ./obj/pdf_gstate.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_stack.c -o ./obj/pdf_stack.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_image.c -o ./obj/pdf_image.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_page.c -o ./obj/pdf_page.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_annot.c -o ./obj/pdf_annot.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_mark.c -o ./obj/pdf_mark.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fapi.c -o ./obj/pdf_fapi.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font.c -o ./obj/pdf_font.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font0.c -o ./obj/pdf_font0.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_ciddec.c -o ./obj/pdf_ciddec.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font1.c -o ./obj/pdf_font1.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font1C.c -o ./obj/pdf_font1C.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fontps.c -o ./obj/pdf_fontps.o
./pdf/pdf_font1C.c: In function ?pdfi_cff_seac_data?:
./pdf/pdf_font1C.c:208:13: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
  208 |             if (code >= 0)
      |             ^~
In file included from ./pdf/pdf_font.h:19,
                 from ./pdf/pdf_font1C.c:27:
./pdf/pdf_stack.h:98:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
   98 | #define pdfi_countdown(x) pdfi_countdown_impl((pdf_obj *)x)
      |                           ^~~~~~~~~~~~~~~~~~~
./pdf/pdf_font1C.c:211:17: note: in expansion of macro ?pdfi_countdown?
  211 |                 pdfi_countdown(charstring);
      |                 ^~~~~~~~~~~~~~
./pdf/pdf_font1.c: In function ?pdfi_t1_seac_data?:
./pdf/pdf_font1.c:171:13: warning: this ?if? clause does not guard... [-Wmisleading-indentation]
  171 |             if (code >= 0)
      |             ^~
In file included from ./pdf/pdf_font.h:19,
                 from ./pdf/pdf_font1.c:34:
./pdf/pdf_stack.h:98:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ?if?
   98 | #define pdfi_countdown(x) pdfi_countdown_impl((pdf_obj *)x)
      |                           ^~~~~~~~~~~~~~~~~~~
./pdf/pdf_font1.c:174:17: note: in expansion of macro ?pdfi_countdown?
  174 |                 pdfi_countdown(charstring);
      |                 ^~~~~~~~~~~~~~
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font3.c -o ./obj/pdf_font3.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fontTT.c -o ./obj/pdf_fontTT.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font9.c -o ./obj/pdf_font9.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_font11.c -o ./obj/pdf_font11.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_cmap.c -o ./obj/pdf_cmap.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_fmap.c -o ./obj/pdf_fmap.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_text.c -o ./obj/pdf_text.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_shading.c -o ./obj/pdf_shading.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_func.c -o ./obj/pdf_func.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_trans.c -o ./obj/pdf_trans.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_device.c -o ./obj/pdf_device.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_misc.c -o ./obj/pdf_misc.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_optcontent.c -o ./obj/pdf_optcontent.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_check.c -o ./obj/pdf_check.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_sec.c -o ./obj/pdf_sec.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_utf8.c -o ./obj/pdf_utf8_unix_.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_deref.c -o ./obj/pdf_deref.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_repair.c -o ./obj/pdf_repair.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_obj.c -o ./obj/pdf_obj.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__ -DPDF_INCLUDED -I./pdf -I./obj -I./pcl/pl -I./base -Isrc/lib -I./jpegxr -Isrc -I./openjpeg/src/lib/openjp2 -Isrc -c ./pdf/pdf_doc.c -o ./obj/pdf_doc.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./openjpeg/src/lib/openjp2/.. -I./openjpeg/src/lib/openjp2 -I./psi -I./obj -I./obj -I./base -I./devices -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -o ./obj/zfjpx_openjpeg.o \
	-c ./psi/zfjpx.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -Isrc -I./psi -I./obj -I./obj -I./base -I./devices   -o ./obj/zfjbig2_jbig2dec.o -c ./psi/zfjbig2.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/iapi.o -c ./psi/iapi.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/gs.o -c ./psi/gs.c
rm -f ./obj/gscdefs.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gsromfs0.o -c ./base/gsromfs0.c
cp ./base/gscdef.c ./obj/gscdefs.c
./obj/aux/echogs -e .dev -w- -l-obj ./obj/nosync ./obj/gp_nsync.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gscdefs.o -c ./obj/gscdefs.c
./obj/aux/echogs -e .dev -w- -l-obj ./obj/smd5 ./obj/smd5.o ./obj/gsmd5.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pipe ./obj/gdevpipe.o
./obj/aux/echogs -e .dev -a-  ./obj/pipe -iodev pipe
./obj/aux/echogs -e .dev -w- -l-obj ./obj/gsnogc ./obj/gsnogc.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/htxlib ./obj/gshtx.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/imasklib ./obj/gxclipm.o ./obj/gximage3.o ./obj/gximage4.o ./obj/gxmclip.o
./obj/aux/echogs -e .dev -a-  ./obj/imasklib -imagetype 3 4
./obj/aux/echogs -e .dev -w- -l-obj ./obj/funclib ./obj/gsdsrc.o ./obj/gsfunc.o ./obj/gsfunc0.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cmyklib ./obj/gscolor1.o ./obj/gsht1.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2cs ./obj/gscolor2.o
cp ./obj/gxicolor_0.o ./obj/gxicolor.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/dps2lib ./obj/gsdps1.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/path1lib ./obj/gspath1.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/rld ./obj/srld.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/ttflib ./obj/gstype42.o ./obj/gxchrout.o ./obj/ttcalc.o ./obj/ttfinp.o ./obj/ttfmain.o ./obj/ttfmemd.o ./obj/ttinterp.o ./obj/ttload.o ./obj/ttobjs.o ./obj/gxttfb.o ./obj/gzspotan.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cielib ./obj/gscie.o ./obj/gsciemap.o ./obj/gscscie.o
./obj/aux/echogs -e .dev -a-  ./obj/cielib ./obj/gscrd.o ./obj/gscrdp.o ./obj/gxctable.o
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/sdctc.o -c ./base/sdctc.c
gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/sjpegc_1.o -c ./base/sjpegc.c
gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/sdctd_1.o -c ./base/sdctd.c
gcc -I./obj -I./base -I./devices -Isrc -DSHARE_JPEG=1   -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -o ./obj/sjpegd_1.o -c ./base/sjpegd.c
cp ./obj/sdcte_1.o ./obj/sdcte.o
cp ./obj/sjpege_1.o ./obj/sjpege.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/libpng_1 -lib png
./obj/aux/echogs -e .dev -a-  ./obj/libpng_1 -include ./obj/zlibe.dev
./obj/aux/echogs -e .dev -w- -l-obj ./obj/seprlib ./obj/gscsepr.o ./obj/gsnamecl.o ./obj/gsncdummy.o
cp ./obj/gxblend_0.o ./obj/gxblend.o
cp ./obj/gdevp14_0.o ./obj/gdevp14.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cspixlib ./obj/gscpixel.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/bboxutil ./obj/gdevbbox.o
cp ./obj/gxdownscale_0.o ./obj/gxdownscale.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cidlib ./obj/gsfcid.o ./obj/gsfcid2.o
./obj/aux/echogs -e .dev -a-  ./obj/cidlib -include ./obj/ttflib
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf1lib ./obj/gstype1.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf2lib ./obj/gstype2.o
./obj/aux/echogs -e .dev -a-  ./obj/psf1lib ./obj/gxtype1.o ./obj/gxhintn.o ./obj/gxhintn1.o ./obj/gscrypt1.o ./obj/gxchrout.o
./obj/aux/echogs -e .dev -a-  ./obj/psf2lib ./obj/gxtype1.o ./obj/gxhintn.o ./obj/gxhintn1.o ./obj/gscrypt1.o ./obj/gxchrout.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/lzwd ./obj/slzwd.o ./obj/slzwc.o
cp ./obj/gsicc_lcms2mt_0_0.o ./obj/gsicc_lcms2mt.o
cp ./obj/gsicc_create_0.o ./obj/gsicc_create.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/sjbig2_jbig2dec ./obj/sjbig2.o
cp ./obj/openjpeg_0.dev ./obj/openjpeg.dev
./obj/aux/echogs -e .dev -a-  ./obj/sjbig2_jbig2dec -include ./obj/jbig2dec.dev
./obj/aux/echogs -e .dev -w- -l-obj ./obj/ramfs ./obj/gsioram.o ./obj/ramfs.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pwgd ./obj/spwgd.o
./obj/aux/echogs -e .dev -a-  ./obj/ramfs -iodev ram
cp ./obj/gstiffio_1.o ./obj/gstiffio.o
./obj/aux/echogs -e .dev -a-  ./obj/ramfs -obj ./obj/ramfs.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cfe ./obj/scfe.o ./obj/scfetab.o ./obj/shc.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/lzwe ./obj/slzwe.o ./obj/slzwc.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/rle ./obj/srle.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/display ./obj/gdevdsp.o ./obj/gdevpccm.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevdcrd.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/docxwrite ./obj/gdevdocxw.o ./obj/doc_common.o ./obj/extract_alloc.o ./obj/extract_astring.o ./obj/extract_buffer.o ./obj/extract_document.o ./obj/extract_docx.o ./obj/extract_docx_template.o ./obj/extract_extract.o ./obj/extract_html.o ./obj/extract_join.o ./obj/extract_mem.o ./obj/extract_odt.o ./obj/extract_odt_template.o ./obj/extract_outf.o ./obj/extract_sys.o ./obj/extract_text.o ./obj/extract_xml.o ./obj/extract_zip.o 
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./obj -I./devices  -Isrc/source/libraries -I./openjpeg/library/source  -DSHARE_JPX=0  -Wno-attributes -DOPJ_STATIC -DMUTEX_pthread=0  -DUSE_JPIP -DUSE_OPENJPEG_JP2 -DOPJ_HAVE_STDINT_H=1 -DOPJ_HAVE_INTTYPES_H=1  -DOPJ_HAVE_FSEEKO=1 -U__SSE__  -o ./obj/gdevpdfu.o -c ./devices/vector/gdevpdfu.c
./obj/aux/echogs -e .dev -a-  ./obj/docxwrite -include ./obj/gsagl
./obj/aux/echogs -e .dev -w- -l-obj ./obj/sdeparam ./obj/sdeparam.o ./obj/sdcparam.o
cp ./obj/szlibc_1.o ./obj/szlibc.o
cp ./obj/szlibe_1.o ./obj/szlibe.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/sfile ./obj/sfxstdio.o ./obj/sfxcommon.o ./obj/stream.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pngp ./obj/spngp.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/seexec ./obj/seexec.o ./obj/gscrypt1.o
cp ./obj/lzwe.dev ./obj/slzwe.dev
./obj/aux/echogs -e .dev -w- -l-obj ./obj/sarc4 ./obj/sarc4.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/fcopy ./obj/gxfcopy.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf ./obj/gdevpsf1.o ./obj/gdevpsf2.o ./obj/gdevpsfm.o
cp ./obj/gdevfpng_1.o ./obj/gdevfpng.o
./obj/aux/echogs -e .dev -a-  ./obj/psf -obj ./obj/gdevpsft.o ./obj/gdevpsfu.o ./obj/gdevpsfx.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/ink_cov ./obj/gdevicov.o
./obj/aux/echogs -e .dev -a-  ./obj/psf -obj ./obj/spsdf.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/inkcov ./obj/gdevicov.o
cp ./obj/gdevtsep_0.o ./obj/gdevtsep.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/txtwrite ./obj/gdevtxtw.o ./obj/doc_common.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bj10v ./obj/gdev10v.o ./obj/gdevprn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bj10vh ./obj/gdev10v.o ./obj/gdevprn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/dj505j ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/jj100 ./obj/gdevj100.o ./obj/gdevprn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pr1000 ./obj/gdevp201.o ./obj/gdevprn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pr1000_4 ./obj/gdevp201.o ./obj/gdevprn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pr150 ./obj/gdevp201.o ./obj/gdevprn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pr201 ./obj/gdevp201.o ./obj/gdevprn.o
cp ./obj/ijslib_0.dev ./obj/ijslib.dev
./obj/aux/echogs -e .dev -w- -l-obj ./obj/libocr_1 ./obj/tessocr.o
cp ./obj/gslibctx_0.o ./obj/gslibctx.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/gsiodevs ./obj/gsiodevs.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/clfile ./obj/gxclfile.o
./obj/aux/echogs -e .dev -a-  ./obj/libocr_1 ./obj/leptonica_adaptmap.o ./obj/leptonica_affine.o ./obj/leptonica_affinecompose.o ./obj/leptonica_arrayaccess.o ./obj/leptonica_baseline.o ./obj/leptonica_bbuffer.o ./obj/leptonica_bilateral.o ./obj/leptonica_bilinear.o ./obj/leptonica_binexpand.o ./obj/leptonica_binreduce.o ./obj/leptonica_blend.o ./obj/leptonica_bmf.o ./obj/leptonica_bmpio.o ./obj/leptonica_bmpiostub.o ./obj/leptonica_bootnumgen1.o ./obj/leptonica_bootnumgen2.o ./obj/leptonica_bootnumgen3.o ./obj/leptonica_bootnumgen4.o ./obj/leptonica_boxbasic.o ./obj/leptonica_boxfunc1.o ./obj/leptonica_boxfunc2.o ./obj/leptonica_boxfunc3.o ./obj/leptonica_boxfunc4.o ./obj/leptonica_boxfunc5.o ./obj/leptonica_bytearray.o ./obj/leptonica_ccbord.o ./obj/leptonica_classapp.o ./obj/leptonica_colorcontent.o ./obj/leptonica_coloring.o ./obj/leptonica_colormap.o ./obj/leptonica_colormorph.o ./obj/leptonica_colorquant1.o ./obj/leptonica_colorquant2.o ./obj/leptonica_colorseg.o ./obj/leptonica_colorspace.o ./obj/leptonica_compare.o ./obj/leptonica_conncomp.o ./obj/leptonica_convertfiles.o ./obj/leptonica_convolve.o ./obj/leptonica_correlscore.o ./obj/leptonica_dewarp1.o ./obj/leptonica_dewarp2.o ./obj/leptonica_dewarp3.o ./obj/leptonica_dewarp4.o ./obj/leptonica_dnabasic.o ./obj/leptonica_dnafunc1.o ./obj/leptonica_dnahash.o ./obj/leptonica_dwacomb.2.o ./obj/leptonica_dwacomblow.2.o ./obj/leptonica_edge.o ./obj/leptonica_encoding.o ./obj/leptonica_enhance.o ./obj/leptonica_fhmtauto.o ./obj/leptonica_fhmtgenlow.1.o ./obj/leptonica_fmorphauto.o ./obj/leptonica_fmorphgen.1.o ./obj/leptonica_fmorphgenlow.1.o ./obj/leptonica_fpix1.o ./obj/leptonica_fpix2.o ./obj/leptonica_gifiostub.o ./obj/leptonica_gplot.o ./obj/leptonica_graphics.o ./obj/leptonica_graymorph.o ./obj/leptonica_grayquant.o ./obj/leptonica_heap.o ./obj/leptonica_jbclass.o ./obj/leptonica_jp2kheader.o ./obj/leptonica_jp2kheaderstub.o ./obj/leptonica_jp2kiostub.o ./obj/leptonica_jpegiostub.o ./obj/leptonica_kernel.o ./obj/leptonica_libversions.o ./obj/leptonica_list.o ./obj/leptonica_map.o ./obj/leptonica_morph.o ./obj/leptonica_morphapp.o ./obj/leptonica_morphdwa.o ./obj/leptonica_morphseq.o ./obj/leptonica_numabasic.o ./obj/leptonica_numafunc1.o ./obj/leptonica_numafunc2.o ./obj/leptonica_pageseg.o ./obj/leptonica_paintcmap.o ./obj/leptonica_partify.o ./obj/leptonica_partition.o ./obj/leptonica_pdfio1.o ./obj/leptonica_pdfio1stub.o ./obj/leptonica_pdfio2.o ./obj/leptonica_pdfio2stub.o ./obj/leptonica_pix1.o ./obj/leptonica_pix2.o ./obj/leptonica_pix3.o ./obj/leptonica_pix4.o ./obj/leptonica_pix5.o ./obj/leptonica_pixabasic.o ./obj/leptonica_pixacc.o ./obj/leptonica_pixafunc1.o ./obj/leptonica_pixafunc2.o ./obj/leptonica_pixalloc.o ./obj/leptonica_pixarith.o ./obj/leptonica_pixcomp.o ./obj/leptonica_pixconv.o ./obj/leptonica_pixlabel.o ./obj/leptonica_pixtiling.o ./obj/leptonica_pngiostub.o ./obj/leptonica_pnmio.o ./obj/leptonica_pnmiostub.o ./obj/leptonica_projective.o ./obj/leptonica_psio1.o ./obj/leptonica_psio1stub.o ./obj/leptonica_psio2.o ./obj/leptonica_psio2stub.o ./obj/leptonica_ptabasic.o ./obj/leptonica_ptafunc1.o ./obj/leptonica_ptafunc2.o ./obj/leptonica_ptra.o ./obj/leptonica_quadtree.o ./obj/leptonica_queue.o ./obj/leptonica_rank.o ./obj/leptonica_rbtree.o ./obj/leptonica_readfile.o ./obj/leptonica_regutils.o ./obj/leptonica_rop.o ./obj/leptonica_roplow.o ./obj/leptonica_rotate.o ./obj/leptonica_rotateam.o ./obj/leptonica_rotateorth.o ./obj/leptonica_rotateshear.o ./obj/leptonica_runlength.o ./obj/leptonica_sarray1.o ./obj/leptonica_sarray2.o ./obj/leptonica_scale1.o ./obj/leptonica_scale2.o ./obj/leptonica_seedfill.o ./obj/leptonica_sel1.o ./obj/leptonica_sel2.o ./obj/leptonica_selgen.o ./obj/leptonica_shear.o ./obj/leptonica_skew.o ./obj/leptonica_spixio.o ./obj/leptonica_stack.o ./obj/leptonica_stringcode.o ./obj/leptonica_sudoku.o ./obj/leptonica_textops.o ./obj/leptonica_tiffiostub.o ./obj/leptonica_utils1.o ./obj/leptonica_utils2.o ./obj/leptonica_warper.o ./obj/leptonica_webpiostub.o ./obj/leptonica_writefile.o ./obj/leptonica_zlibmem.o ./obj/leptonica_zlibmemstub.o
./obj/aux/echogs -e .dev -a-  ./obj/clfile -init gxclfile
cp ./obj/szlibd_1.o ./obj/szlibd.o
./obj/aux/echogs -e .dev -a-  ./obj/gsiodevs -include ./obj/sfile
./obj/aux/echogs -e .dev -w- -l-obj ./obj/posync ./obj/gp_psync.o
./obj/aux/echogs -e .dev -a-  ./obj/libocr_1 ./obj/tesseract_api_altorenderer.o ./obj/tesseract_api_baseapi.o ./obj/tesseract_api_capi.o ./obj/tesseract_api_hocrrenderer.o ./obj/tesseract_api_lstmboxrenderer.o ./obj/tesseract_api_pdfrenderer.o ./obj/tesseract_api_renderer.o ./obj/tesseract_api_wordstrboxrenderer.o ./obj/tesseract_arch_intsimdmatrix.o ./obj/tesseract_arch_simddetect.o ./obj/tesseract_ccmain_applybox.o ./obj/tesseract_ccmain_control.o ./obj/tesseract_ccmain_linerec.o ./obj/tesseract_ccmain_ltrresultiterator.o ./obj/tesseract_ccmain_mutableiterator.o ./obj/tesseract_ccmain_output.o ./obj/tesseract_ccmain_pageiterator.o ./obj/tesseract_ccmain_pagesegmain.o ./obj/tesseract_ccmain_pagewalk.o ./obj/tesseract_ccmain_paragraphs.o ./obj/tesseract_ccmain_paramsd.o ./obj/tesseract_ccmain_pgedit.o ./obj/tesseract_ccmain_reject.o ./obj/tesseract_ccmain_resultiterator.o ./obj/tesseract_ccmain_tessedit.o ./obj/tesseract_ccmain_tesseractclass.o ./obj/tesseract_ccmain_tessvars.o ./obj/tesseract_ccmain_thresholder.o ./obj/tesseract_ccmain_werdit.o 
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cfd ./obj/scfd.o ./obj/scfdtab.o
cp ./obj/fapi_ft_1.o ./obj/fapi_ft.o
./obj/aux/echogs -e .dev -a-  ./obj/gsiodevs -iodev stdin stdout stderr
cp ./obj/gsiorom_1.o ./obj/gsiorom.o
./obj/aux/echogs -e .dev -a-  ./obj/posync -replace ./obj/nosync
cp ./obj/gxidata_0.o ./obj/gxidata.o
./obj/aux/echogs -e .dev -a-  ./obj/libocr_1 ./obj/tesseract_ccstruct_blamer.o ./obj/tesseract_ccstruct_blobbox.o ./obj/tesseract_ccstruct_blobs.o ./obj/tesseract_ccstruct_blread.o ./obj/tesseract_ccstruct_boxread.o ./obj/tesseract_ccstruct_boxword.o ./obj/tesseract_ccstruct_ccstruct.o ./obj/tesseract_ccstruct_coutln.o ./obj/tesseract_ccstruct_detlinefit.o ./obj/tesseract_ccstruct_dppoint.o ./obj/tesseract_ccstruct_imagedata.o ./obj/tesseract_ccstruct_linlsq.o ./obj/tesseract_ccstruct_matrix.o ./obj/tesseract_ccstruct_mod128.o ./obj/tesseract_ccstruct_normalis.o ./obj/tesseract_ccstruct_ocrblock.o ./obj/tesseract_ccstruct_ocrpara.o ./obj/tesseract_ccstruct_ocrrow.o ./obj/tesseract_ccstruct_otsuthr.o ./obj/tesseract_ccstruct_pageres.o ./obj/tesseract_ccstruct_pdblock.o ./obj/tesseract_ccstruct_points.o ./obj/tesseract_ccstruct_polyaprx.o ./obj/tesseract_ccstruct_polyblk.o ./obj/tesseract_ccstruct_quadlsq.o ./obj/tesseract_ccstruct_quspline.o ./obj/tesseract_ccstruct_ratngs.o ./obj/tesseract_ccstruct_rect.o ./obj/tesseract_ccstruct_rejctmap.o ./obj/tesseract_ccstruct_seam.o ./obj/tesseract_ccstruct_split.o ./obj/tesseract_ccstruct_statistc.o ./obj/tesseract_ccstruct_stepblob.o ./obj/tesseract_ccstruct_werd.o
cp ./obj/gximono_0.o ./obj/gximono.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/libd ./obj/gdevabuf.o ./obj/gdevdbit.o ./obj/gdevddrw.o ./obj/gdevdflt.o
cp ./obj/siscale_0.o ./obj/siscale.o
./obj/aux/echogs -e .dev -a-  ./obj/libocr_1 ./obj/tesseract_classify_classify.o ./obj/tesseract_dict_context.o ./obj/tesseract_dict_dawg.o ./obj/tesseract_dict_dawg_cache.o ./obj/tesseract_dict_dict.o ./obj/tesseract_dict_permdawg.o ./obj/tesseract_dict_stopper.o ./obj/tesseract_dict_trie.o ./obj/tesseract_textord_alignedblob.o ./obj/tesseract_textord_baselinedetect.o ./obj/tesseract_textord_bbgrid.o ./obj/tesseract_textord_blkocc.o ./obj/tesseract_textord_blobgrid.o ./obj/tesseract_textord_ccnontextdetect.o ./obj/tesseract_textord_cjkpitch.o ./obj/tesseract_textord_colfind.o ./obj/tesseract_textord_colpartition.o ./obj/tesseract_textord_colpartitionset.o ./obj/tesseract_textord_colpartitiongrid.o ./obj/tesseract_textord_devanagari_processing.o ./obj/tesseract_textord_drawtord.o ./obj/tesseract_textord_edgblob.o ./obj/tesseract_textord_edgloop.o ./obj/tesseract_textord_fpchop.o ./obj/tesseract_textord_gap_map.o ./obj/tesseract_textord_imagefind.o ./obj/tesseract_textord_linefind.o ./obj/tesseract_textord_makerow.o ./obj/tesseract_textord_oldbasel.o ./obj/tesseract_textord_pithsync.o ./obj/tesseract_textord_pitsync1.o ./obj/tesseract_textord_scanedg.o ./obj/tesseract_textord_sortflts.o ./obj/tesseract_textord_strokewidth.o ./obj/tesseract_textord_tabfind.o ./obj/tesseract_textord_tablefind.o ./obj/tesseract_textord_tabvector.o ./obj/tesseract_textord_tablerecog.o ./obj/tesseract_textord_textlineprojection.o ./obj/tesseract_textord_textord.o ./obj/tesseract_textord_topitch.o ./obj/tesseract_textord_tordmain.o ./obj/tesseract_textord_tospace.o ./obj/tesseract_textord_tovars.o ./obj/tesseract_textord_underlin.o ./obj/tesseract_textord_wordseg.o ./obj/tesseract_textord_workingpartset.o 
cp ./obj/gdevdrop_0.o ./obj/gdevdrop.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/strdline ./obj/gp_strdl.o
./obj/aux/echogs -e .dev -a-  ./obj/libocr_1 ./obj/tesseract_viewer_scrollview.o ./obj/tesseract_viewer_svmnode.o ./obj/tesseract_viewer_svutil.o ./obj/tesseract_wordrec_tface.o ./obj/tesseract_wordrec_wordrec.o ./obj/tesseract_ccutil_ccutil.o ./obj/tesseract_ccutil_clst.o ./obj/tesseract_ccutil_elst2.o ./obj/tesseract_ccutil_elst.o ./obj/tesseract_ccutil_errcode.o ./obj/tesseract_ccutil_mainblk.o ./obj/tesseract_ccutil_serialis.o ./obj/tesseract_ccutil_strngs.o ./obj/tesseract_ccutil_scanutils.o ./obj/tesseract_ccutil_tessdatamanager.o ./obj/tesseract_ccutil_tprintf.o ./obj/tesseract_ccutil_unichar.o ./obj/tesseract_ccutil_unicharcompress.o ./obj/tesseract_ccutil_unicharmap.o ./obj/tesseract_ccutil_unicharset.o ./obj/tesseract_ccutil_params.o ./obj/tesseract_lstm_convolve.o ./obj/tesseract_lstm_fullyconnected.o ./obj/tesseract_lstm_functions.o ./obj/tesseract_lstm_input.o ./obj/tesseract_lstm_lstm.o ./obj/tesseract_lstm_lstmrecognizer.o ./obj/tesseract_lstm_maxpool.o ./obj/tesseract_lstm_network.o ./obj/tesseract_lstm_networkio.o ./obj/tesseract_lstm_parallel.o ./obj/tesseract_lstm_plumbing.o ./obj/tesseract_lstm_recodebeam.o ./obj/tesseract_lstm_reconfig.o ./obj/tesseract_lstm_reversed.o ./obj/tesseract_lstm_series.o ./obj/tesseract_lstm_stridemap.o ./obj/tesseract_lstm_tfnetwork.o ./obj/tesseract_lstm_weightmatrix.o ./obj/tesseract_arch_dotproduct.o ./obj/tesseract_arch_dotproductavx.o ./obj/tesseract_arch_intsimdmatrixavx2.o ./obj/tesseract_arch_dotproductfma.o ./obj/tesseract_arch_dotproductsse.o ./obj/tesseract_arch_intsimdmatrixsse.o ./obj/tesseract_arch_intsimdmatrixneon.o
./obj/aux/echogs -e .dev -a-  ./obj/libd ./obj/gdevdgbr.o ./obj/gdevnfwd.o ./obj/gdevmem.o ./obj/gdevplnx.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf1read ./obj/zchar1.o ./obj/zcharout.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/dps2int ./obj/zvmem2.o ./obj/zdps1.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/usparam ./obj/zusparam.o
./obj/aux/echogs -e .dev -a-  ./obj/libocr_1 ./obj/tesseract_ccmain_adaptions.o ./obj/tesseract_ccmain_docqual.o ./obj/tesseract_ccmain_equationdetect.o ./obj/tesseract_ccmain_fixspace.o ./obj/tesseract_ccmain_fixxht.o ./obj/tesseract_ccmain_osdetect.o ./obj/tesseract_ccmain_par_control.o ./obj/tesseract_ccmain_recogtraining.o ./obj/tesseract_ccmain_superscript.o ./obj/tesseract_ccmain_tessbox.o ./obj/tesseract_ccmain_tfacepp.o ./obj/tesseract_ccstruct_fontinfo.o ./obj/tesseract_ccstruct_params_training_featdef.o ./obj/tesseract_ccutil_ambigs.o ./obj/tesseract_ccutil_bitvector.o ./obj/tesseract_ccutil_indexmapbidi.o ./obj/tesseract_ccutil_universalambigs.o ./obj/tesseract_classify_adaptive.o ./obj/tesseract_classify_adaptmatch.o ./obj/tesseract_classify_blobclass.o ./obj/tesseract_classify_cluster.o ./obj/tesseract_classify_clusttool.o ./obj/tesseract_classify_cutoffs.o ./obj/tesseract_classify_featdefs.o ./obj/tesseract_classify_float2int.o ./obj/tesseract_classify_fpoint.o ./obj/tesseract_classify_intfeaturespace.o ./obj/tesseract_classify_intfx.o ./obj/tesseract_classify_intmatcher.o ./obj/tesseract_classify_intproto.o ./obj/tesseract_classify_kdtree.o ./obj/tesseract_classify_mf.o ./obj/tesseract_classify_mfdefs.o ./obj/tesseract_classify_mfoutline.o ./obj/tesseract_classify_mfx.o ./obj/tesseract_classify_normfeat.o ./obj/tesseract_classify_normmatch.o ./obj/tesseract_classify_ocrfeatures.o ./obj/tesseract_classify_outfeat.o ./obj/tesseract_classify_picofeat.o ./obj/tesseract_classify_protos.o ./obj/tesseract_classify_shapeclassifier.o ./obj/tesseract_classify_shapetable.o ./obj/tesseract_classify_tessclassifier.o ./obj/tesseract_classify_trainingsample.o ./obj/tesseract_cutil_oldlist.o ./obj/tesseract_dict_hyphen.o ./obj/tesseract_textord_equationdetectbase.o ./obj/tesseract_wordrec_associate.o ./obj/tesseract_wordrec_chop.o ./obj/tesseract_wordrec_chopper.o ./obj/tesseract_wordrec_drawfx.o ./obj/tesseract_wordrec_findseam.o ./obj/tesseract_wordrec_gradechop.o ./obj/tesseract_wordrec_language_model.o ./obj/tesseract_wordrec_lm_consistency.o ./obj/tesseract_wordrec_lm_pain_points.o ./obj/tesseract_wordrec_lm_state.o ./obj/tesseract_wordrec_outlines.o ./obj/tesseract_wordrec_params_model.o ./obj/tesseract_wordrec_pieces.o ./obj/tesseract_wordrec_plotedges.o ./obj/tesseract_wordrec_render.o ./obj/tesseract_wordrec_segsearch.o ./obj/tesseract_wordrec_wordclass.o
./obj/aux/echogs -e .dev -a-  ./obj/psf1read -obj ./obj/zfont1.o ./obj/zmisc1.o
./obj/aux/echogs -e .dev -a-  ./obj/dps2int -oper zvmem2 zdps1_l2
./obj/aux/echogs -e .dev -a-  ./obj/libd ./obj/gdevm1.o ./obj/gdevm2.o ./obj/gdevm4.o ./obj/gdevm8.o
./obj/aux/echogs -e .dev -a-  ./obj/usparam -oper zusparam -replace ./obj/nousparm
./obj/aux/echogs -e .dev -w- -l-obj ./obj/type42 ./obj/zchar42.o ./obj/zcharout.o ./obj/zfont42.o
./obj/aux/echogs -e .dev -a-  ./obj/dps2int -ps gs_dps1
./obj/aux/echogs -e .dev -w- -l-obj ./obj/zfrsd ./obj/zfrsd.o
./obj/aux/echogs -e .dev -a-  ./obj/psf1read -include ./obj/seexec
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cie ./obj/zcie.o ./obj/zcrd.o
./obj/aux/echogs -e .dev -a-  ./obj/libd ./obj/gdevm16.o ./obj/gdevm24.o ./obj/gdevm32.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -a-  ./obj/type42 -include ./obj/ttflib
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf0read ./obj/zcfont.o ./obj/zfont0.o
./obj/aux/echogs -e .dev -a-  ./obj/cie -oper zcrd_l2
./obj/aux/echogs -e .dev -a-  ./obj/zfrsd -oper zfrsd
./obj/aux/echogs -e .dev -a-  ./obj/psf1read -oper zchar1 zfont1 zmisc1
./obj/aux/echogs -e .dev -a-  ./obj/libd ./obj/gdevm40.o ./obj/gdevm48.o ./obj/gdevm56.o ./obj/gdevm64.o ./obj/gdevmx.o
./obj/aux/echogs -e .dev -a-  ./obj/type42 -oper zchar42 zfont42
./obj/aux/echogs -e .dev -a-  ./obj/psf1read -ps gs_agl gs_type1
./obj/aux/echogs -e .dev -a-  ./obj/psf0read -oper zcfont zfont0
./obj/aux/echogs -e .dev -a-  ./obj/cie -include ./obj/cielib
./obj/aux/echogs -e .dev -a-  ./obj/libd ./obj/gdevdsha.o ./obj/gxscanc.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/sddparam ./obj/sddparam.o ./obj/sdcparam.o
./obj/aux/echogs -e .dev -a-  ./obj/type42 -ps gs_typ42
./obj/aux/echogs -e .dev -a-  ./obj/psf0read -include ./obj/cmapread
./obj/aux/echogs -e .dev -w- -l-obj ./obj/btoken ./obj/iscanbin.o ./obj/zbseq.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cmykread ./obj/zcolor1.o ./obj/zht1.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/upath ./obj/zupath.o ./obj/ibnum.o ./obj/gdevhit.o
./obj/aux/echogs -e .dev -a-  ./obj/btoken -oper zbseq_l2 -replace ./obj/nobtoken
./obj/aux/echogs -e .dev -w- -l-obj ./obj/dps2read ./obj/ibnum.o ./obj/zcharx.o
./obj/aux/echogs -e .dev -a-  ./obj/cmykread -oper zcolor1 zht1
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdiff ./obj/spdiff.o
./obj/aux/echogs -e .dev -a-  ./obj/upath -oper zupath_l2 zupath
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psfilters ./obj/sfilter1.o ./obj/sfilter2.o ./obj/sa85d.o
./obj/aux/echogs -e .dev -a-  ./obj/btoken -ps gs_btokn
./obj/aux/echogs -e .dev -a-  ./obj/dps2read -include ./obj/dps2int
./obj/aux/echogs -e .dev -a-  ./obj/psfilters ./obj/sa85d.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/iodevice ./obj/ziodev2.o ./obj/zdevcal.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pagedev ./obj/zdevice2.o ./obj/zmedia2.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/patread ./obj/zpcolor.o
./obj/aux/echogs -e .dev -a-  ./obj/dps2read -oper ireclaim_l2 zcharx
./obj/aux/echogs -e .dev -a-  ./obj/iodevice -oper ziodev2_l2
./obj/aux/echogs -e .dev -w- -l-obj ./obj/isupport ./obj/ialloc.o ./obj/igc.o ./obj/igcref.o ./obj/igcstr.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/nobtoken ./obj/inobtokn.o
./obj/aux/echogs -e .dev -a-  ./obj/pagedev -oper zdevice2_l2 zmedia2_l2
./obj/aux/echogs -e .dev -a-  ./obj/patread -oper zpcolor_l2
./obj/aux/echogs -e .dev -w- -l-obj ./obj/nousparm ./obj/inouparm.o
./obj/aux/echogs -e .dev -a-  ./obj/iodevice -iodev null calendar
./obj/aux/echogs -e .dev -a-  ./obj/pagedev -ps gs_setpd
./obj/aux/echogs -e .dev -w- -l-obj ./obj/dscparse -obj ./obj/zdscpars.o ./obj/dscparse.o
./obj/aux/echogs -e .dev -a-  ./obj/dps2read -ps gs_dps2
./obj/aux/echogs -e .dev -a-  ./obj/isupport -obj ./obj/ilocate.o ./obj/iname.o ./obj/isave.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/fapi_ps ./obj/zfapi.o
./obj/aux/echogs -e .dev -a-  ./obj/dscparse -oper zdscpars
./obj/aux/echogs -e .dev -w- -l-obj ./obj/bcp ./obj/sbcp.o ./obj/zfbcp.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/path1 ./obj/zpath1.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/func ./obj/zfunc.o ./obj/zfunc0.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/func4lib ./obj/gsfunc4.o ./obj/spprint.o
./obj/aux/echogs -e .dev -a-  ./obj/fapi_ps -oper zfapi
./obj/aux/echogs -e .dev -a-  ./obj/bcp -oper zfbcp
./obj/aux/echogs -e .dev -w- -l-obj ./obj/type32 ./obj/zchar32.o ./obj/zfont32.o
./obj/aux/echogs -e .dev -a-  ./obj/path1 -include ./obj/path1lib
./obj/aux/echogs -e .dev -a-  ./obj/func4lib -include ./obj/funclib
./obj/aux/echogs -e .dev -a-  ./obj/func -oper zfunc
./obj/aux/echogs -e .dev -a-  ./obj/fapi_ps -ps gs_fntem gs_fapi
./obj/aux/echogs -e .dev -w- -l-obj ./obj/simscale ./obj/simscale.o ./obj/simscale_foo.o
./obj/aux/echogs -e .dev -a-  ./obj/path1 -oper zpath1
./obj/aux/echogs -e .dev -a-  ./obj/type32 -oper zchar32 zfont32
./obj/aux/echogs -e .dev -w- -l-obj ./obj/form ./obj/zform.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cspixel ./obj/zcspixel.o
./obj/aux/echogs -e .dev -a-  ./obj/func -functiontype 0
./obj/aux/echogs -e .dev -a-  ./obj/type32 -ps gs_res gs_typ32
./obj/aux/echogs -e .dev -a-  ./obj/form -oper zform
./obj/aux/echogs -e .dev -w- -l-obj ./obj/frsd -include ./obj/zfrsd
./obj/aux/echogs -e .dev -a-  ./obj/cspixel -include ./obj/cspixlib
./obj/aux/echogs -e .dev -w- -l-obj ./obj/ttfont -include ./obj/macglyph ./obj/type42
./obj/aux/echogs -e .dev -a-  ./obj/func -include ./obj/funclib
./obj/aux/echogs -e .dev -a-  ./obj/frsd -ps gs_lev2 gs_res gs_frsd
./obj/aux/echogs -e .dev -w- -l-obj ./obj/fmd5 ./obj/zfmd5.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/ssha2 ./obj/ssha2.o ./obj/sha2.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/farc4 ./obj/zfarc4.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/saes ./obj/saes.o ./obj/aes.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdfops ./obj/zpdfops.o
./obj/aux/echogs -e .dev -a-  ./obj/ttfont -ps gs_wan_e gs_ttf
./obj/aux/echogs -e .dev -a-  ./obj/farc4 -include ./obj/sarc4
./obj/aux/echogs -e .dev -a-  ./obj/fmd5 -include ./obj/smd5
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdf_r6 ./obj/zpdf_r6.o
cp ./obj/pdf_file_jbig2dec.o ./obj/pdf_file.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfops -oper zpdfops
cp ./obj/pdf_utf8_unix_.o ./obj/pdf_utf8.o
./obj/aux/echogs -e .dev -a-  ./obj/fmd5 -oper zfmd5
./obj/aux/echogs -e .dev -a-  ./obj/pdf_r6 -oper zpdf_r6
./obj/aux/echogs -e .dev -w- -l-obj ./obj/iapi ./obj/iapi.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/unix_ ./obj/gp_getnv.o ./obj/gp_upapr.o ./obj/gp_unix.o ./obj/gp_unifs.o ./obj/gp_unifn.o ./obj/gp_stdia.o ./obj/gp_nxpsprn.o -include ./obj/nosync
./obj/aux/echogs -e .dev -w- -l-obj ./obj/patlib -include ./obj/cmyklib ./obj/imasklib ./obj/psl2cs
./obj/aux/echogs -e .dev -w- -l-obj ./obj/colimlib ./obj/gxicolor.o
cp ./obj/sjpegc_1.o ./obj/sjpegc.o
./obj/aux/echogs -e .dev -a-  ./obj/unix_ -include ./obj/smd5
./obj/aux/echogs -e .dev -a-  ./obj/patlib -obj ./obj/gspcolor.o ./obj/gsptype1.o ./obj/gxclip2.o
cp ./obj/sjpegd_1.o ./obj/sjpegd.o
./obj/aux/echogs -e .dev -a-  ./obj/farc4 -oper zfarc4
cp ./obj/libpng_1.dev ./obj/libpng.dev
./obj/aux/echogs -e .dev -w- -l-obj ./obj/page ./obj/gdevprn.o ./obj/gdevppla.o ./obj/gdevmplt.o ./obj/gdevflp.o ./obj/gxdownscale.o ./obj/claptrap.o ./obj/claptrap-init.o ./obj/claptrap-planar.o ./obj/ets.o ./obj/gdevoflt.o ./obj/gdevnup.o ./obj/gdevsclass.o ./obj/gdevepo.o
./obj/aux/echogs -e .dev -a-  ./obj/patlib -obj ./obj/gxmclip.o ./obj/gxp1fill.o ./obj/gxpcmap.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cmaplib ./obj/gsfcmap.o ./obj/gsfcmap1.o
./obj/aux/echogs -e .dev -a-  ./obj/colimlib -imageclass 4_color
./obj/aux/echogs -e .dev -w- -l-obj ./obj/sicclib ./obj/gsicc.o
./obj/aux/echogs -e .dev -a-  ./obj/cmaplib -include ./obj/cidlib
cp ./obj/sjbig2_jbig2dec.dev ./obj/sjbig2.dev
./obj/aux/echogs -e .dev -w- -l-obj ./obj/sjpx_openjpeg ./obj/sjpx_openjpeg.o
./obj/aux/echogs -e .dev -a-  ./obj/page -include ./obj/clist
./obj/aux/echogs -e .dev -w- -l-obj ./obj/libtiff_1 ./obj/gstiffio.o
./obj/aux/echogs -e .dev -a-  ./obj/sicclib ./obj/gsicc_manage.o ./obj/gsicc_cache.o ./obj/gsicc_lcms2mt.o ./obj/gsicc_profilecache.o ./obj/gsicc_create.o  ./obj/gsicc_nocm.o ./obj/gsicc_replacecm.o ./obj/gsicc_monitorcm.o ./obj/gsicc_blacktext.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/szlibe ./obj/szlibc.o ./obj/szlibe.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/vector ./obj/gdevvec.o
./obj/aux/echogs -e .dev -a-  ./obj/sjpx_openjpeg -include ./obj/openjpeg.dev
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdxtext ./obj/gdevpdt.o ./obj/gdevpdtb.o
./obj/aux/echogs -e .dev -a-  ./obj/libtiff_1 -lib tiff
./obj/aux/echogs -e .dev -a-  ./obj/szlibe -include ./obj/zlibe.dev
./obj/aux/echogs -e .dev -a-  ./obj/sicclib ./obj/gsmd5.o
./obj/aux/echogs -e .dev -a-  ./obj/vector -include ./obj/bboxutil ./obj/sfile
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/fpng ./obj/gdevfpng.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/inferno ./obj/gdevifno.o
./obj/aux/echogs -e .dev -a-  ./obj/pdxtext ./obj/gdevpdtc.o ./obj/gdevpdtd.o ./obj/gdevpdte.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgr4 ./obj/gdevmgr.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgr8 ./obj/gdevmgr.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -a-  ./obj/pdxtext ./obj/gdevpdtf.o
./obj/aux/echogs -e .dev -a-  ./obj/libtiff_1 -include ./obj/jpegd.dev
./obj/aux/echogs -e .dev -a-  ./obj/sicclib -include ./obj/lcms2mt.dev
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgrgray2 ./obj/gdevmgr.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -a-  ./obj/fpng 
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgrgray4 ./obj/gdevmgr.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -a-  ./obj/pdxtext ./obj/gdevpdti.o
./obj/aux/echogs -e .dev -a-  ./obj/libtiff_1 -include ./obj/jpege.dev
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgrgray8 ./obj/gdevmgr.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mgrmono ./obj/gdevmgr.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/miff24 ./obj/gdevmiff.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pam ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pamcmyk32 ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pamcmyk4 ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -a-  ./obj/pdxtext 
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pbm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pbmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcx16 ./obj/gdevpcx.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -a-  ./obj/pdxtext 
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcx24b ./obj/gdevpcx.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcx256 ./obj/gdevpcx.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcxcmyk ./obj/gdevpcx.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcxgray ./obj/gdevpcx.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pcxmono ./obj/gdevpcx.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfimage24 ./obj/gdevpdfimg.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfimage32 ./obj/gdevpdfimg.o
./obj/aux/echogs -e .dev -a-  ./obj/pdxtext ./obj/gdevpdts.o ./obj/gdevpdtt.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfimage8 ./obj/gdevpdfimg.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pgm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfimage24 -include ./obj/page
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pgmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pgnm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfimage32 -include ./obj/page
./obj/aux/echogs -e .dev -a-  ./obj/pdxtext ./obj/gdevpdtv.o ./obj/gdevpdtw.o ./obj/whitelst.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pgnmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pkm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pkmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfimage8 -include ./obj/page
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pksm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pksmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -a-  ./obj/pdxtext 
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plan ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plan9bm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/planc ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plang ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plank ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/planm ./obj/gdevplan.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plib ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -a-  ./obj/pdxtext ./obj/gsfont0c.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plibc ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plibg ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plibk ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/plibm ./obj/gdevplib.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pnm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -a-  ./obj/pdxtext -include ./obj/fcopy ./obj/psf
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pnmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ppm ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ppmraw ./obj/gdevpbm.o ./obj/gdevppla.o ./obj/gdevmpla.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdcmyk ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdcmyk16 ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdcmyktags ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdcmyktags16 ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdrgb ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/psdrgb16 ./obj/gdevpsd.o ./obj/gdevdevn.o ./obj/gsequivc.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/spotcmyk ./obj/gdevdevn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/xcf ./obj/gdevxcf.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc1900 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc2000 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc4000 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc4100 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc8500 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc8600 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/alc9100 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ap3250 ./obj/gdevescp.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/appledmp ./obj/gdevadmp.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/atx23 ./obj/gdevatx.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/atx24 ./obj/gdevatx.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/atx38 ./obj/gdevatx.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bj10e ./obj/gdevbj10.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bj200 ./obj/gdevbj10.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjc600 ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjc800 ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjc880j ./obj/gdevl4r.o ./obj/gdevlips.o ./obj/gdevlprn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjccmyk ./obj/gdevbjc_.o ./obj/gdevbjca.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjccolor ./obj/gdevbjc_.o ./obj/gdevbjca.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjcgray ./obj/gdevbjc_.o ./obj/gdevbjca.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/bjcmono ./obj/gdevbjc_.o ./obj/gdevbjca.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdeskjet ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj1600 ./obj/gdevcd8.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdj500 ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdj550 ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj670 ./obj/gdevcd8.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj850 ./obj/gdevcd8.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj880 ./obj/gdevcd8.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj890 ./obj/gdevcd8.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdj970 ./obj/gdevdj9.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdjcolor ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cdjmono ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/cdnj500 ./obj/gdevcd8.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/chp2200 ./obj/gdevcd8.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cljet5 ./obj/gdevclj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cljet5c ./obj/gdevcljc.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cljet5pr ./obj/gdevclj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/coslw2p ./obj/gdevcslw.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/coslwxl ./obj/gdevcslw.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/declj250 ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/deskjet ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/djet500 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/djet500c ./obj/gdevdjtc.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/dl2100 ./obj/gdevln03.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/dnj650c ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2050 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2050p ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2120 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2500 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl2750 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl5800 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl5900 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl6100 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epl6200 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/eplcolor ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/eplmono ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/eps9high ./obj/gdevepsn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/eps9mid ./obj/gdevepsn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epson ./obj/gdevepsn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/epsonc ./obj/gdevepsc.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/escp ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/escpage ./obj/gdevespg.o ./obj/gdevlprn.o ./obj/gdevlips.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/fmlbp ./obj/gdevfmlbp.o ./obj/gdevprn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/fmpr ./obj/gdevfmpr.o ./obj/gdevprn.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/fs600 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/gdi ./obj/gdevgdi.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hl1240 ./obj/gdevhl12.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hl1250 ./obj/gdevhl12.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hl7x0 ./obj/gdevhl7x.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj1120c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj310 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj320 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj340 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj400 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj500 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj500c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj510 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj520 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj540 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj550c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj560c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj600 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj660c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj670c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj680c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj690c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj850c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj855c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj870c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdj890c ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdjplus ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/hpdjportable ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ibmpro ./obj/gdevepsn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/imagen ./obj/gdevimgn.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/itk24i ./obj/gdevatx.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/itk38 ./obj/gdevatx.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/iwhi ./obj/gdevadmp.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/iwlo ./obj/gdevadmp.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/iwlq ./obj/gdevadmp.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/jetp3852 ./obj/gdev3852.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/la50 ./obj/gdevln03.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/la70 ./obj/gdevln03.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/la75 ./obj/gdevln03.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/la75plus ./obj/gdevln03.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/laserjet ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lbp310 ./obj/gdevlbp3.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lbp320 ./obj/gdevlbp3.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lbp8 ./obj/gdevlbp8.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lex2050 ./obj/gdevlx7.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lex3200 ./obj/gdevlx7.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lex5700 ./obj/gdevlx7.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lex7000 ./obj/gdevlx7.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lips2p ./obj/gdevl4r.o ./obj/gdevlips.o ./obj/gdevlprn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lips3 ./obj/gdevlbp8.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lips4 ./obj/gdevl4r.o ./obj/gdevlips.o ./obj/gdevlprn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/lips4v ./obj/gdevl4v.o ./obj/gdevlips.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj250 ./obj/gdevpjet.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj3100sw ./obj/gdevl31s.o ./obj/gdevmeds.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj4dith ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj4dithp ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj5gray ./obj/gdevlj56.o ./obj/gdevpxut.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lj5mono ./obj/gdevlj56.o ./obj/gdevpxut.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -a-  ./obj/lips4v -include ./obj/vector
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet2p ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet3 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet3d ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet4 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljet4d ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ljet4pjl ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ljetplus ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ln03 ./obj/gdevln03.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp1800 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp1900 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp2000 ./obj/gdevespg.o ./obj/gdevlprn.o ./obj/gdevlips.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp2200 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp2400 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp2500 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/lp2563 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp3000c ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp7500 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp7700 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp7900 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8000 ./obj/gdevlp8k.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8000c ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8100 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8200c ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8300c ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8300f ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8400f ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8500c ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8600 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8600f ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8700 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8800c ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp8900 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9000b ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9000c ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9100 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9200b ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9200c ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9300 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9400 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9500c ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9600 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9600s ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lp9800c ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lps4500 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lps6500 ./obj/gdevescv.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lq850 ./obj/gdevdm24.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lxm3200 ./obj/gdevlx32.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/lxm5700m ./obj/gdevlxm.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/m8510 ./obj/gdev8510.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md1xMono ./obj/gdevalps.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md2k ./obj/gdevmd2k.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md50Eco ./obj/gdevalps.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md50Mono ./obj/gdevalps.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/md5k ./obj/gdevmd2k.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mj500c ./obj/gdevmjc.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mj6000c ./obj/gdevmjc.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mj700v2c ./obj/gdevmjc.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/mj8000c ./obj/gdevmjc.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ml600 ./obj/gdevml6.o ./obj/gdevprn.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/necp6 ./obj/gdevdm24.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/npdl ./obj/gdevnpdl.o ./obj/gdevlprn.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/oce9050 ./obj/gdevdjet.o ./obj/gdevdljm.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/oki182 ./obj/gdevo182.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/oki4w ./obj/gdevop4w.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/okiibm ./obj/gdevokii.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/oprp ./obj/gdevopvp.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/opvp ./obj/gdevopvp.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/paintjet ./obj/gdevpjet.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pcl3 ./obj/gdeveprn.o ./obj/pagecount.o ./obj/mediasize.o ./obj/eprnparm.o ./obj/eprnrend.o ./obj/eprnfs.o ./obj/gdevpcl3.o ./obj/pclcap.o ./obj/pclgen.o ./obj/pclcomp.o ./obj/pclsize.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/photoex ./obj/gdevphex.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pj ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pjetxl ./obj/gdevpjet.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pjxl ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/pjxl300 ./obj/gdevcdj.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/pxlcolor ./obj/gdevpx.o ./obj/gdevpxut.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/pxlmono ./obj/gdevpx.o ./obj/gdevpxut.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/r4081 ./obj/gdev4081.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/rinkj ./obj/gdevrinkj.o ./obj/evenbetter-rll.o ./obj/rinkj-byte-stream.o ./obj/rinkj-device.o ./obj/rinkj-config.o ./obj/rinkj-dither.o ./obj/rinkj-epson870.o ./obj/rinkj-screen-eb.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/rpdl ./obj/gdevrpdl.o ./obj/gdevlprn.o
./obj/aux/echogs -e .dev -a-  ./obj/pxlcolor -include ./obj/vector
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/samsunggdi ./obj/gdevgdi.o ./obj/gdevpcl.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/sj48 ./obj/gdevsj48.o
./obj/aux/echogs -e .dev -a-  ./obj/pxlmono -include ./obj/vector
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/st800 ./obj/gdevescp.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/stcolor ./obj/gdevstc.o ./obj/gdevstc1.o ./obj/gdevstc2.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/t4693d2 ./obj/gdev4693.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/t4693d4 ./obj/gdev4693.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/t4693d8 ./obj/gdev4693.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/tek4696 ./obj/gdevtknk.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/uniprint ./obj/gdevupd.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/xes ./obj/gdevxes.o
./obj/aux/echogs -e .dev -a-  ./obj/stcolor -obj ./obj/gdevstc3.o ./obj/gdevstc4.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ijs ./obj/gdevijs.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/png16 ./obj/gdevpng.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/png16m ./obj/gdevpng.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/png256 ./obj/gdevpng.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/png48 ./obj/gdevpng.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pngalpha ./obj/gdevpng.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -a-  ./obj/ijs -include ./obj/ijslib
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pnggray ./obj/gdevpng.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -a-  ./obj/pngalpha -include ./obj/libpng
./obj/aux/echogs -e .dev -a-  ./obj/png16m -include ./obj/libpng
./obj/aux/echogs -e .dev -a-  ./obj/png256 -include ./obj/libpng
./obj/aux/echogs -e .dev -a-  ./obj/png16 -include ./obj/libpng
./obj/aux/echogs -e .dev -a-  ./obj/png48 -include ./obj/libpng
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pngmono ./obj/gdevpng.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -a-  ./obj/pnggray -include ./obj/libpng
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pngmonod ./obj/gdevpng.o ./obj/gdevpccm.o
cp ./obj/libocr_1.dev ./obj/libocr.dev
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfocr8 ./obj/gdevpdfocr.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfocr24 ./obj/gdevpdfocr.o
./obj/aux/echogs -e .dev -a-  ./obj/pngmono -include ./obj/libpng
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/pdfocr32 ./obj/gdevpdfocr.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/szlibd ./obj/szlibc.o ./obj/szlibd.o
./obj/aux/echogs -e .dev -a-  ./obj/pngmonod -include ./obj/libpng
./obj/aux/echogs -e .dev -a-  ./obj/pdfocr8 -include ./obj/page
./obj/aux/echogs -e .dev -a-  ./obj/pdfocr24 -include ./obj/page
./obj/aux/echogs -e .dev -w- -l-obj ./obj/fapif1 ./obj/fapi_ft.o ./obj/write_t1.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/romfs1 ./obj/gsiorom.o
./obj/aux/echogs -e .dev -a-  ./obj/szlibd -include ./obj/zlibd.dev
./obj/aux/echogs -e .dev -w- -l-obj ./obj/libx ./obj/gxacpath.o ./obj/gxbcache.o ./obj/gxccache.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/iscale ./obj/siinterp.o ./obj/siscale.o ./obj/sidscale.o
./obj/aux/echogs -e .dev -a-  ./obj/fapif1 ./obj/write_t2.o ./obj/wrfont.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/roplib ./obj/gdevdrop.o ./obj/gsroprun.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2int ./obj/iutil2.o ./obj/zmisc2.o
./obj/aux/echogs -e .dev -a-  ./obj/libx ./obj/gxccman.o ./obj/gxchar.o ./obj/gxcht.o
./obj/aux/echogs -e .dev -a-  ./obj/fapif1 -include ./obj/freetype
./obj/aux/echogs -e .dev -a-  ./obj/roplib ./obj/gdevmr1.o ./obj/gdevmr2n.o ./obj/gdevmr8n.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfocr32 -include ./obj/page
./obj/aux/echogs -e .dev -a-  ./obj/psl2int -include ./obj/dps2int ./obj/usparam
./obj/aux/echogs -e .dev -w- -l-obj ./obj/type1 -include ./obj/psf1lib ./obj/psf1read
./obj/aux/echogs -e .dev -a-  ./obj/libx ./obj/gxclip.o ./obj/gxcmap.o ./obj/gxcpath.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/color -include ./obj/cmyklib ./obj/colimlib ./obj/cmykread
./obj/aux/echogs -e .dev -a-  ./obj/fapif1 -fapi fapi_ft
./obj/aux/echogs -e .dev -a-  ./obj/roplib ./obj/gdevrops.o ./obj/gsrop.o ./obj/gsroptab.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/fdecode ./obj/scantab.o ./obj/scfparam.o ./obj/zfdecode.o
./obj/aux/echogs -e .dev -a-  ./obj/psl2int -oper zmisc2
./obj/aux/echogs -e .dev -a-  ./obj/libx ./obj/gxdcconv.o ./obj/gxdcolor.o ./obj/gxhldevc.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pattern -include ./obj/patlib ./obj/patread
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psbase ./obj/imain.o ./obj/imainarg.o ./obj/gsargs.o ./obj/idisp.o
./obj/aux/echogs -e .dev -a-  ./obj/libx ./obj/gxfill.o ./obj/gxht.o ./obj/gxhtbit.o ./obj/gxht_thresh.o
./obj/aux/echogs -e .dev -a-  ./obj/fdecode -include ./obj/cfd ./obj/lzwd ./obj/pdiff ./obj/pngp ./obj/rld ./obj/psfilters.dev
./obj/aux/echogs -e .dev -w- -l-obj ./obj/func4 ./obj/zfunc4.o
./obj/aux/echogs -e .dev -a-  ./obj/romfs1 -iodev rom
./obj/aux/echogs -e .dev -a-  ./obj/psl2int -ps gs_lev2 gs_res
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/gconfig.o ./obj/gscdefs.o ./obj/iconfig.o
./obj/aux/echogs -e .dev -a-  ./obj/func4 -functiontype 4
./obj/aux/echogs -e .dev -w- -l-obj ./obj/fimscale ./obj/zfimscale.o
./obj/aux/echogs -e .dev -a-  ./obj/fdecode -oper zfdecode
./obj/aux/echogs -e .dev -a-  ./obj/libx ./obj/gxidata.o ./obj/gxifast.o ./obj/gximage.o ./obj/gximdecode.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/icc ./obj/zicc.o
./obj/aux/echogs -e .dev -a-  ./obj/libx ./obj/gximage1.o ./obj/gximono.o ./obj/gxipixel.o ./obj/gximask.o
./obj/aux/echogs -e .dev -a-  ./obj/func4 -include ./obj/func ./obj/func4lib
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/psapi.o ./obj/icontext.o ./obj/idebug.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/fzlib -include ./obj/szlibe ./obj/szlibd
./obj/aux/echogs -e .dev -a-  ./obj/fimscale -include ./obj/simscale
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cff -include ./obj/psl2int -ps gs_cff
./obj/aux/echogs -e .dev -a-  ./obj/libx ./obj/gxi12bit.o ./obj/gxi16bit.o ./obj/gxiscale.o ./obj/gxpaint.o ./obj/gxpath.o ./obj/gxpath2.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/idict.o ./obj/idparam.o ./obj/idstack.o
./obj/aux/echogs -e .dev -a-  ./obj/libx ./obj/gxpcopy.o ./obj/gxpdash.o ./obj/gxpflat.o
./obj/aux/echogs -e .dev -a-  ./obj/icc -oper zicc
./obj/aux/echogs -e .dev -w- -l-obj ./obj/fsha2 ./obj/zfsha2.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/faes ./obj/zfaes.o
./obj/aux/echogs -e .dev -a-  ./obj/fzlib -obj ./obj/zfzlib.o
./obj/aux/echogs -e .dev -a-  ./obj/fimscale -oper zfimscale
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/iinit.o ./obj/interp.o
./obj/aux/echogs -e .dev -a-  ./obj/icc -ps gs_icc
./obj/aux/echogs -e .dev -a-  ./obj/faes -include ./obj/saes
./obj/aux/echogs -e .dev -a-  ./obj/fzlib -oper zfzlib
./obj/aux/echogs -e .dev -a-  ./obj/libx ./obj/gxsample.o ./obj/gxstroke.o ./obj/gxsync.o
./obj/aux/echogs -e .dev -a-  ./obj/fsha2 -include ./obj/ssha2
./obj/aux/echogs -e .dev -w- -l-obj ./obj/jbig2_jbig2dec ./obj/zfjbig2_jbig2dec.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/iparam.o ./obj/ireclaim.o ./obj/iplugin.o
./obj/aux/echogs -e .dev -a-  ./obj/icc -include ./obj/sicclib ./obj/cie
./obj/aux/echogs -e .dev -a-  ./obj/faes -oper zfaes
./obj/aux/echogs -e .dev -a-  ./obj/libx -imageclass 0_interpolate
./obj/aux/echogs -e .dev -w- -l-obj ./obj/shadelib ./obj/gscolor3.o ./obj/gsfunc3.o ./obj/gsptype2.o ./obj/gsshade.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2lib -include ./obj/colimlib ./obj/psl2cs
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/iscan.o ./obj/iscannum.o ./obj/istack.o
./obj/aux/echogs -e .dev -a-  ./obj/fsha2 -oper zfsha2
./obj/aux/echogs -e .dev -a-  ./obj/jbig2_jbig2dec -include ./obj/sjbig2
./obj/aux/echogs -e .dev -a-  ./obj/shadelib -obj ./obj/gxshade.o ./obj/gxshade1.o ./obj/gxshade4.o ./obj/gxshade6.o
cp ./obj/sdctd_1.o ./obj/sdctd.o
./obj/aux/echogs -e .dev -a-  ./obj/libx -imageclass 1_simple 3_mono
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/iutil.o ./obj/scantab.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/sdcte ./obj/sdctc.o ./obj/sjpegc.o ./obj/sdcte.o ./obj/sjpege.o
./obj/aux/echogs -e .dev -a-  ./obj/psl2lib -imageclass 2_fracs
./obj/aux/echogs -e .dev -a-  ./obj/jbig2_jbig2dec -oper zfjbig2
./obj/aux/echogs -e .dev -a-  ./obj/libx -imagetype 1 mask1
./obj/aux/echogs -e .dev -a-  ./obj/shadelib -include ./obj/funclib ./obj/patlib
./obj/aux/echogs -e .dev -a-  ./obj/sdcte -include ./obj/jpege.dev
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/sstring.o ./obj/stream.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/translib ./obj/gstrans.o ./obj/gximag3x.o ./obj/gxblend.o ./obj/gxblend1.o ./obj/gdevp14.o ./obj/gdevdevn.o ./obj/gsequivc.o  ./obj/gdevdcrd.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psf0lib ./obj/gschar0.o ./obj/gsfont0.o
cp ./obj/sjpx_openjpeg.dev ./obj/sjpx.dev
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/PCLm ./obj/gdevpdfimg.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/PCLm8 ./obj/gdevpdfimg.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bit ./obj/gdevbit.o ./obj/gdevdcrd.o
./obj/aux/echogs -e .dev -a-  ./obj/psf0lib -include ./obj/cmaplib
./obj/aux/echogs -e .dev -a-  ./obj/PCLm -include ./obj/page
./obj/aux/echogs -e .dev -a-  ./obj/PCLm8 -include ./obj/page
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/zarith.o ./obj/zarray.o ./obj/zcontrol.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bitcmyk ./obj/gdevbit.o ./obj/gdevdcrd.o
./obj/aux/echogs -e .dev -a-  ./obj/translib -imagetype 3x
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/zdict.o ./obj/zfile.o ./obj/zfile1.o ./obj/zfileio.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/zfilter.o ./obj/zfproc.o ./obj/zgeneric.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bitrgb ./obj/gdevbit.o ./obj/gdevdcrd.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bitrgbtags ./obj/gdevbit.o ./obj/gdevdcrd.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/ziodev.o ./obj/ziodevsc.o ./obj/zmath.o ./obj/zalg.o
./obj/aux/echogs -e .dev -a-  ./obj/bitcmyk -include ./obj/cielib
./obj/aux/echogs -e .dev -a-  ./obj/translib -include ./obj/cspixlib ./obj/bboxutil ./obj/page
./obj/aux/echogs -e .dev -a-  ./obj/bit -include ./obj/cielib
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmp16 ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/zmisc.o ./obj/zpacked.o ./obj/zrelbit.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmp16m ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -a-  ./obj/translib -include ./obj/cielib.dev
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmp256 ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -a-  ./obj/bitrgbtags -include ./obj/cielib
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmp32b ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -a-  ./obj/bitrgb -include ./obj/cielib
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmpgray ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmpmono ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmpsep1 ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/zstack.o ./obj/zstring.o ./obj/zsysvm.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/bmpsep8 ./obj/gdevbmp.o ./obj/gdevbmpc.o ./obj/gdevpccm.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/ccr ./obj/gdevccr.o
cp ./obj/libtiff_1.dev ./obj/libtiff.dev
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/cif ./obj/gdevcif.o
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/devicen ./obj/gdevdevn.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/ztoken.o ./obj/ztype.o ./obj/zvmem.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psdf ./obj/gdevpsdi.o ./obj/gdevpsdp.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/zbfont.o ./obj/zchar.o ./obj/zcolor.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdtext -include ./obj/pdxtext
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/jpeg ./obj/gdevjpeg.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/jpegcmyk ./obj/gdevjpeg.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/jpeggray ./obj/gdevjpeg.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/zdevice.o ./obj/zfont.o ./obj/zfontenum.o ./obj/zgstate.o
./obj/aux/echogs -e .dev -a-  ./obj/psdf -obj ./obj/gdevpsds.o ./obj/gdevpsdu.o
./obj/aux/echogs -e .dev -a-  ./obj/jpegcmyk -include ./obj/sdcte
./obj/aux/echogs -e .dev -a-  ./obj/jpeg -include ./obj/sdcte
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-include -l./obj/page -l-obj ./obj/psdcmykog ./obj/gdevcmykog.o
./obj/aux/echogs -e .dev -a-  ./obj/jpeggray -include ./obj/sdcte
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"    -I./obj -I./base -I./obj -I./devices -I./devices/vector -DOCR_VERSION=1  -Isrc/libtiff -Isrc/libtiff -I./obj -Isrc -o ./obj/gdevxps_1.o -c ./devices/vector/gdevxps.c
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/zht.o ./obj/zimage.o ./obj/zmatrix.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/ocr ./obj/gdevocr.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/hocr 
./obj/aux/echogs -e .dev -a-  ./obj/psdf -obj ./obj/scfparam.o ./obj/sdcparam.o ./obj/sdeparam.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/zpaint.o ./obj/zpath.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/clmemory ./obj/gxclmem.o ./obj/gxclzlib.o
./obj/aux/echogs -e .dev -a-  ./obj/ocr -include ./obj/libocr
./obj/aux/echogs -e .dev -a-  ./obj/hocr 
./obj/aux/echogs -e .dev -w- -l-obj ./obj/gxfapi ./obj/gxfapi.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -obj ./obj/zncdummy.o
./obj/aux/echogs -e .dev -a-  ./obj/psdf -obj ./obj/spprint.o ./obj/spsdf.o ./obj/sstring.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/type2 ./obj/zchar2.o ./obj/zfont2.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cmapread ./obj/zcid.o ./obj/zfcmap.o
./obj/aux/echogs -e .dev -a-  ./obj/psdf -obj ./obj/gsparamx.o
./obj/aux/echogs -e .dev -a-  ./obj/gxfapi -include ./obj/fapiu
./obj/aux/echogs -e .dev -a-  ./obj/cmapread -include ./obj/cmaplib ./obj/psl2int
./obj/aux/echogs -e .dev -a-  ./obj/psbase -oper zarith zarray zcontrol1 zcontrol2 zcontrol3
./obj/aux/echogs -e .dev -a-  ./obj/type2 -oper zchar2 zfont2
./obj/aux/echogs -e .dev -a-  ./obj/psdf -include ./obj/vector.dev ./obj/pngp.dev ./obj/seexec.dev
./obj/aux/echogs -e .dev -a-  ./obj/psbase -oper zdict1 zdict2 zfile zfile1 zfileio1 zfileio2
./obj/aux/echogs -e .dev -a-  ./obj/clmemory -include ./obj/szlibe
./obj/aux/echogs -e .dev -a-  ./obj/gxfapi -include ./obj/fapif1
./obj/aux/echogs -e .dev -a-  ./obj/cmapread -oper zfcmap
./obj/aux/echogs -e .dev -a-  ./obj/type2 -include ./obj/type1 ./obj/psf2lib
./obj/aux/echogs -e .dev -a-  ./obj/psdf -include ./obj/sdcte.dev ./obj/slzwe.dev ./obj/szlibe.dev
./obj/aux/echogs -e .dev -a-  ./obj/psbase -oper zfilter zfproc zgeneric ziodev zmath zalg
./obj/aux/echogs -e .dev -a-  ./obj/clmemory -include ./obj/szlibd
./obj/aux/echogs -e .dev -a-  ./obj/cmapread -ps gs_cmap
./obj/aux/echogs -e .dev -w- -l-obj ./obj/compfont -include ./obj/psf0lib ./obj/psf0read
./obj/aux/echogs -e .dev -w- -l-obj ./obj/dcte -include ./obj/sdcte ./obj/sdeparam
./obj/aux/echogs -e .dev -w- -l-obj ./obj/dpsand2 -include ./obj/btoken ./obj/color ./obj/upath ./obj/dps2lib ./obj/dps2read
./obj/aux/echogs -e .dev -a-  ./obj/gxfapi -include ./obj/fapib
./obj/aux/echogs -e .dev -a-  ./obj/psbase -oper zmisc_a zmisc_b zpacked zrelbit zstack zstring zsysvm
./obj/aux/echogs -e .dev -a-  ./obj/clmemory -init gxclmem
./obj/aux/echogs -e .dev -a-  ./obj/dcte -obj ./obj/zfdcte.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/filter -include ./obj/fdecode
./obj/aux/echogs -e .dev -a-  ./obj/filter -obj ./obj/zfilter2.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2read ./obj/zcolor2.o ./obj/zcsindex.o ./obj/zht2.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/sepr ./obj/zcssepr.o ./obj/zfsample.o
./obj/aux/echogs -e .dev -a-  ./obj/dcte -oper zfdcte
./obj/aux/echogs -e .dev -a-  ./obj/filter -include ./obj/cfe ./obj/lzwe ./obj/rle
./obj/aux/echogs -e .dev -a-  ./obj/psl2read -include ./obj/psl2int ./obj/dps2read
./obj/aux/echogs -e .dev -a-  ./obj/sepr -oper zcssepr_l2
./obj/aux/echogs -e .dev -a-  ./obj/filter -oper zfilter2
./obj/aux/echogs -e .dev -a-  ./obj/psl2read -oper zht2_l2
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl3read ./obj/zfunc3.o ./obj/zfsample.o
./obj/aux/echogs -e .dev -a-  ./obj/sepr -oper zfsample
./obj/aux/echogs -e .dev -a-  ./obj/psl3read ./obj/zimage3.o ./obj/zmisc3.o ./obj/zcolor3.o ./obj/zshade.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/jpx_openjpeg ./obj/zfjpx_openjpeg.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -oper ztoken ztype zvmem zbfont zchar_a zchar_b zcolor zcolor_ext
cp ./obj/jbig2_jbig2dec.dev ./obj/jbig2.dev
./obj/aux/echogs -e .dev -a-  ./obj/psl3read -oper zfsample
./obj/aux/echogs -e .dev -a-  ./obj/jpx_openjpeg -include ./obj/sjpx
./obj/aux/echogs -e .dev -a-  ./obj/psbase -oper zdevice zdevice_ext zfont zfontenum zgstate1 zgstate2 zgstate3 zgstate4
./obj/aux/echogs -e .dev -a-  ./obj/jpx_openjpeg -include ./obj/openjpeg
./obj/aux/echogs -e .dev -a-  ./obj/psl3read -oper zimage3 zmisc3 zcolor3_l3 zshade
./obj/aux/echogs -e .dev -a-  ./obj/jpx_openjpeg -oper zfjpx
./obj/aux/echogs -e .dev -a-  ./obj/psbase -oper zht zimage zmatrix zmatrix2
./obj/aux/echogs -e .dev -a-  ./obj/sepr -include ./obj/func4 ./obj/seprlib
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl3lib ./obj/gsclipsr.o ./obj/gscdevn.o ./obj/gxdevndi.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/sdctd ./obj/sdctc.o ./obj/sjpegc.o ./obj/sdctd.o ./obj/sjpegd.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/fax ./obj/gdevfax.o ./obj/minftrsz.o
./obj/aux/echogs -e .dev -a-  ./obj/sdctd -include ./obj/jpegd.dev
./obj/aux/echogs -e .dev -a-  ./obj/psl3read -functiontype 2 3
./obj/aux/echogs -e .dev -w- -l-obj ./obj/tiffs ./obj/gdevtifs.o ./obj/minftrsz.o
./obj/aux/echogs -e .dev -a-  ./obj/psl3read -ps gs_ll3
./obj/aux/echogs -e .dev -w- -l-obj ./obj/clist ./obj/gxclist.o ./obj/gxclbits.o ./obj/gxclpage.o
./obj/aux/echogs -e .dev -a-  ./obj/tiffs -include ./obj/page -include ./obj/libtiff
./obj/aux/echogs -e .dev -a-  ./obj/fax -include ./obj/cfe -include ./obj/libtiff
./obj/aux/echogs -e .dev -a-  ./obj/psl3lib -include ./obj/imasklib ./obj/shadelib
./obj/aux/echogs -e .dev -a-  ./obj/psbase -oper zpaint zpath pantone zcolor_pdf
./obj/aux/echogs -e .dev -a-  ./obj/psl3read -include ./obj/frsd ./obj/fzlib
./obj/aux/echogs -e .dev -a-  ./obj/clist -obj ./obj/gxclrast.o ./obj/gxclread.o ./obj/gxclrect.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/cidfont ./obj/zcid.o ./obj/zfcid.o ./obj/zfcid0.o ./obj/zfcid1.o
./obj/aux/echogs -e .dev -a-  ./obj/psl3lib -include ./obj/gxfapiu
./obj/aux/echogs -e .dev -w- -l-obj ./obj/dctd -include ./obj/sdctd ./obj/sddparam
./obj/aux/echogs -e .dev -a-  ./obj/psbase -iodev stdin stdout stderr lineedit statementedit
./obj/aux/echogs -e .dev -w- -l-obj ./obj/transpar ./obj/ztrans.o
./obj/aux/echogs -e .dev -a-  ./obj/clist -obj ./obj/gxclutil.o ./obj/gsparams.o ./obj/gsparaml.o ./obj/gsparamx.o ./obj/gxshade6.o
cp ./obj/jpx_openjpeg.dev ./obj/jpx.dev
./obj/aux/echogs -e .dev -a-  ./obj/cidfont -include ./obj/psf1read ./obj/psl2int
./obj/aux/echogs -e .dev -a-  ./obj/psbase -include ./obj/isupport ./obj/nobtoken ./obj/nousparm
./obj/aux/echogs -e .dev -a-  ./obj/transpar -oper ztrans1 ztrans2 ztrans3
./obj/aux/echogs -e .dev -a-  ./obj/psbase -include ./obj/rld ./obj/rle ./obj/sfile ./obj/dscparse
./obj/aux/echogs -e .dev -a-  ./obj/cidfont -include ./obj/type2 ./obj/type42 ./obj/zfrsd
./obj/aux/echogs -e .dev -a-  ./obj/transpar -include ./obj/psl2read ./obj/translib
./obj/aux/echogs -e .dev -a-  ./obj/clist -obj ./obj/gsroptab.o ./obj/gsroprun.o ./obj/stream.o
./obj/aux/echogs -e .dev -a-  ./obj/cidfont -oper zfcid0 zfcid1
./obj/aux/echogs -e .dev -a-  ./obj/psbase -include ./obj/fapi_ps
./obj/aux/echogs -e .dev -a-  ./obj/dctd -obj ./obj/zfdctd.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/sdct -include ./obj/sdctd.dev ./obj/sdcte.dev
./obj/aux/echogs -e .dev -a-  ./obj/cidfont -ps gs_cidfn gs_cidcm gs_fntem gs_cidtt gs_cidfm
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/cfax ./obj/gdevcfax.o
./obj/aux/echogs -e .dev -a-  ./obj/clist -obj ./obj/gxclimag.o ./obj/gxclpath.o ./obj/gxdhtserial.o
./obj/aux/echogs -e .dev -a-  ./obj/psbase -replace ./obj/gsiodevs
./obj/aux/echogs -e .dev -w- -l-obj ./obj/tfax ./obj/gdevtfax.o ./obj/minftrsz.o
./obj/aux/echogs -e .dev -a-  ./obj/dctd -oper zfdctd
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/faxg3 -include ./obj/fax
./obj/aux/echogs -e .dev -a-  ./obj/cfax -include ./obj/fax
./obj/aux/echogs -e .dev -a-  ./obj/clist -obj ./obj/gxclthrd.o ./obj/gsmchunk.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/faxg32d -include ./obj/fax
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/faxg4 -include ./obj/fax
./obj/aux/echogs -e .dev -a-  ./obj/tfax -include ./obj/cfe ./obj/lzwe ./obj/rle
./obj/aux/echogs -e .dev -a-  ./obj/faxg3 -include ./obj/libtiff
./obj/aux/echogs -e .dev -a-  ./obj/faxg32d -include ./obj/libtiff
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff12nc ./obj/gdevtfnx.o ./obj/minftrsz.o
./obj/aux/echogs -e .dev -a-  ./obj/faxg4 -include ./obj/libtiff
./obj/aux/echogs -e .dev -a-  ./obj/clist -include ./obj/clfile
./obj/aux/echogs -e .dev -a-  ./obj/tfax -include ./obj/fax ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -a-  ./obj/clist -include ./obj/clmemory ./obj/posync.dev
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff24nc ./obj/gdevtfnx.o ./obj/minftrsz.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff32nc ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o
./obj/aux/echogs -e .dev -a-  ./obj/clist -include ./obj/cfe ./obj/cfd ./obj/rle ./obj/rld ./obj/psl2cs
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff48nc ./obj/gdevtfnx.o ./obj/minftrsz.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiff64nc ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o
./obj/aux/echogs -e .dev -a-  ./obj/tiff32nc -include ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -a-  ./obj/tiff48nc -include ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffcrle -include ./obj/tfax
./obj/aux/echogs -e .dev -a-  ./obj/tiffcrle -include ./obj/libtiff
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffg3 -include ./obj/tfax
./obj/aux/echogs -e .dev -a-  ./obj/tiff12nc -include ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -a-  ./obj/tiffg3 -include ./obj/libtiff
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffg32d -include ./obj/tfax
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffg4 -include ./obj/tfax
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffgray ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o
./obj/aux/echogs -e .dev -a-  ./obj/tiff64nc -include ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -a-  ./obj/tiffg32d -include ./obj/libtiff
./obj/aux/echogs -e .dev -a-  ./obj/tiff24nc -include ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tifflzw -include ./obj/tfax
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/tiffpack -include ./obj/tfax
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o
./obj/aux/echogs -e .dev -a-  ./obj/tifflzw -include ./obj/libtiff
./obj/aux/echogs -e .dev -a-  ./obj/tiffscaled -include ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -a-  ./obj/tiffpack -include ./obj/libtiff
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled24 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o
./obj/aux/echogs -e .dev -a-  ./obj/tiffg4 -include ./obj/libtiff
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled32 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o
./obj/aux/echogs -e .dev -a-  ./obj/tiffscaled24 -include ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled4 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffscaled8 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o
./obj/aux/echogs -e .dev -a-  ./obj/tiffscaled32 -include ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffsep ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o
./obj/aux/echogs -e .dev -a-  ./obj/tiffgray -include ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -a-  ./obj/tiffscaled8 -include ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-include -l./obj/page -l-obj ./obj/tiffsep1 ./obj/gdevtsep.o ./obj/gsequivc.o ./obj/minftrsz.o ./obj/gdevdevn.o ./obj/gsequivc.o ./obj/gdevppla.o
./obj/aux/echogs -e .dev -a-  ./obj/tiffsep -include ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -w- -l-obj ./obj/libs ./obj/gpmisc.o ./obj/stream.o ./obj/strmio.o
./obj/aux/echogs -e .dev -a-  ./obj/tiffsep1 -include ./obj/tiffs
./obj/aux/echogs -e .dev -w- -l-obj ./obj/dct -include ./obj/dcte ./obj/dctd
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl1 -include ./obj/psbase ./obj/bcp ./obj/path1 ./obj/type1
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdfread -include ./obj/frsd ./obj/func4 ./obj/fzlib
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gsalloc.o ./obj/gxdownscale.o ./obj/gxdownscale.o ./obj/claptrap.o ./obj/claptrap-init.o ./obj/claptrap-planar.o ./obj/ets.o ./obj/gdevprn.o ./obj/gdevflp.o ./obj/gdevkrnlsclass.o ./obj/gdevepo.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdfi ./obj/pdf_loop_detect.o ./obj/ghostpdf.o ./obj/pdf_dict.o ./obj/pdf_array.o ./obj/pdf_xref.o ./obj/pdf_int.o ./obj/pdf_file.o ./obj/pdf_path.o ./obj/pdf_colour.o ./obj/pdf_pattern.o ./obj/pdf_gstate.o ./obj/pdf_stack.o ./obj/pdf_image.o ./obj/pdf_page.o ./obj/pdf_annot.o ./obj/pdf_mark.o ./obj/pdf_fapi.o ./obj/pdf_font.o ./obj/pdf_font0.o ./obj/pdf_ciddec.o ./obj/pdf_font1.o ./obj/pdf_font1C.o ./obj/pdf_fontps.o ./obj/pdf_font3.o ./obj/pdf_fontTT.o ./obj/pdf_font9.o ./obj/pdf_font11.o ./obj/pdf_cmap.o ./obj/pdf_fmap.o ./obj/pdf_text.o ./obj/pdf_shading.o ./obj/pdf_func.o ./obj/pdf_trans.o ./obj/pdf_device.o ./obj/pdf_misc.o ./obj/pdf_optcontent.o ./obj/pdf_check.o ./obj/pdf_sec.o ./obj/pdf_utf8.o ./obj/pdf_deref.o ./obj/pdf_repair.o ./obj/pdf_obj.o ./obj/pdf_doc.o 
./obj/aux/echogs -e .dev -a-  ./obj/psl1 -emulator PostScript PostScriptLevel1
./obj/aux/echogs -e .dev -a-  ./obj/pdfread -include ./obj/transpar
./obj/aux/echogs -e .dev -a-  ./obj/pdfi -include ./obj/func4lib.dev ./obj/gsagl.dev
./obj/aux/echogs -w ./obj/fdevs.tr - -include ./obj/unix_
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gdevmplt.o ./obj/gsbitcom.o ./obj/gsbitops.o ./obj/gsbittab.o ./obj/gdevoflt.o ./obj/gdevnup.o ./obj/gdevsclass.o
./obj/aux/echogs -e .dev -a-  ./obj/tiffscaled4 -include ./obj/tiffs -include ./obj/libtiff
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/dfaxhigh ./obj/gdevdfax.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfread -ps pdf_ops
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gscedata.o ./obj/gscencs.o ./obj/gschar.o ./obj/gscolor.o
./obj/aux/echogs -a ./obj/fdevs.tr -+ ./obj/pipe.dev ./obj/gsnogc.dev ./obj/htxlib.dev ./obj/psl3lib.dev ./obj/psl2lib.dev ./obj/dps2lib.dev ./obj/path1lib.dev ./obj/patlib.dev ./obj/psl2cs.dev ./obj/rld.dev ./obj/gxfapiu.dev ./obj/ttflib.dev  ./obj/cielib.dev ./obj/pipe.dev ./obj/htxlib.dev ./obj/sdct.dev ./obj/libpng.dev ./obj/seprlib.dev ./obj/translib.dev ./obj/cidlib.dev ./obj/psf0lib.dev ./obj/psf1lib.dev ./obj/psf2lib.dev ./obj/lzwd.dev ./obj/sicclib.dev ./obj/sjbig2.dev ./obj/sjpx.dev ./obj/ramfs.dev ./obj/pwgd.dev ./obj/siscale.dev 
./obj/aux/echogs -e .dev -a-  ./obj/pdfread -ps pdf_rbld
./obj/aux/echogs -e .dev -w- -l-dev -b -s -l-obj ./obj/dfaxlow ./obj/gdevdfax.o
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gscoord.o ./obj/gscparam.o ./obj/gscspace.o  ./obj/gscicach.o ./obj/gsovrc.o ./obj/gxoprect.o
./obj/aux/echogs -a ./obj/fdevs.tr -+ 
./obj/aux/echogs -e .dev -a-  ./obj/dfaxlow -include ./obj/tfax
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gsdevice.o ./obj/gsdevmem.o ./obj/gsdparam.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfread -ps pdf_base pdf_draw
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl2 -include ./obj/dpsand2
./obj/aux/echogs -e .dev -a-  ./obj/pdfi -include ./obj/pdiff.dev ./obj/psfilters.dev ./obj/saes.dev ./obj/sjpx.dev
./obj/aux/echogs -e .dev -a-  ./obj/pdfread -include ./obj/cff
./obj/aux/echogs -e .dev -a-  ./obj/pdfread -include ./obj/ttfont
./obj/aux/echogs -e .dev -a-  ./obj/psl2 -include ./obj/cidfont ./obj/cie ./obj/cmapread ./obj/compfont
In file included from ./devices/vector/gdevxps.c:27:
./devices/gdevtifs.h:35:5: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   35 |     uint16 Compression;         /* same values as TIFFTAG_COMPRESSION */
      |     ^~~~~~
./obj/aux/echogs -e .dev -a-  ./obj/dfaxhigh -include ./obj/tfax
./devices/gdevtifs.h:83:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   83 | int tiff_compression_param_string(gs_param_string *param, uint16 id);
      | ^~~
./obj/aux/echogs -e .dev -a-  ./obj/pdfread -ps pdf_font pdf_main pdf_sec
./devices/gdevtifs.h:88:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   88 | int tiff_compression_id(uint16 *id, gs_param_string *param);
      | ^~~
./devices/gdevtifs.h:94:1: warning: ?uint16? is deprecated [-Wdeprecated-declarations]
   94 | int tiff_compression_allowed(uint16 compression, byte depth);
      | ^~~
./obj/aux/echogs -e .dev -a-  ./obj/pdfi -include ./obj/ssha2.dev ./obj/psfilters.dev ./obj/sdct.dev ./obj/simscale.dev
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gsfname.o ./obj/gsfont.o ./obj/gsgdata.o ./obj/gsgcache.o
./obj/aux/echogs -e .dev -a-  ./obj/psl2 -include ./obj/dct ./obj/filter ./obj/iodevice
./obj/aux/echogs -e .dev -a-  ./obj/psl2 -include ./obj/pagedev ./obj/pattern ./obj/psl1 ./obj/psl2lib ./obj/psl2read
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gsht.o ./obj/gshtscr.o ./obj/gen_ordered.o
./obj/aux/echogs -e .dev -a-  ./obj/psl2 -include ./obj/sepr ./obj/type32 ./obj/type42
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gsimage.o ./obj/gsimpath.o ./obj/gsinit.o
./obj/aux/echogs -e .dev -a-  ./obj/psl2 -include ./obj/fimscale ./obj/form
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gsiodev.o ./obj/gsgstate.o ./obj/gsline.o
./obj/aux/echogs -e .dev -a-  ./obj/psl3 -include ./obj/icc
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gsmalloc.o ./obj/memento.o ./obj/bobbin.o ./obj/gsmatrix.o
./obj/aux/echogs -e .dev -a-  ./obj/psl2 -emulator PostScript PostScriptLevel2
./obj/aux/echogs -e .dev -w- -l-obj ./obj/psl3 -include ./obj/psl2 ./obj/cspixel ./obj/frsd ./obj/func
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gsmemory.o ./obj/gsmemret.o ./obj/gsmisc.o ./obj/gsnotify.o ./obj/gslibctx.o
./obj/aux/echogs -e .dev -a-  ./obj/psl3 -include ./obj/psl3lib ./obj/psl3read
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gspaint.o ./obj/gsparam.o ./obj/gspath.o
./obj/aux/echogs -e .dev -a-  ./obj/psl3 -include ./obj/icc
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gsserial.o ./obj/gsstate.o ./obj/gstext.o ./obj/gsutil.o ./obj/gssprintf.o ./obj/gsstrtok.o ./obj/gsstrl.o
./obj/aux/echogs -e .dev -a- -l-comp ./obj/libs overprint
./obj/aux/echogs -e .dev -a-  ./obj/psl3 -emulator PostScript PostScriptLevel2 PostScriptLevel3
./obj/aux/echogs -e .dev -a- -l-comp ./obj/libs pdf14trans
./obj/aux/echogs -e .dev -w- -l-obj ./obj/pdf -include ./obj/psbase ./obj/dps2lib
./obj/aux/echogs -e .dev -w- -l-obj ./obj/gs_pdfwr -include ./obj/psl3
./obj/aux/echogs -e .dev -a-  ./obj/libs -init gshtscr
./obj/aux/echogs -e .dev -a-  ./obj/gs_pdfwr -ps gs_pdfwr
./obj/aux/echogs -e .dev -a-  ./obj/libs -include ./obj/gsiodevs
./obj/aux/echogs -e .dev -a-  ./obj/pdf -include ./obj/dps2read ./obj/pdffonts ./obj/psl3
./obj/aux/echogs -e .dev -a-  ./obj/libs -include ./obj/translib
./obj/aux/echogs -e .dev -a-  ./obj/pdf -include ./obj/psl2lib ./obj/pdfread
./obj/aux/echogs -e .dev -a-  ./obj/pdf -include ./obj/fmd5 ./obj/fsha2
./obj/aux/echogs -e .dev -a-  ./obj/libs -include ./obj/clist
./obj/aux/echogs -e .dev -a-  ./obj/pdf -include ./obj/farc4 ./obj/faes.dev
./obj/aux/echogs -e .dev -a-  ./obj/libs -include ./obj/romfs1
./obj/aux/echogs -e .dev -a-  ./obj/pdf -include ./obj/type2
./obj/aux/echogs -e .dev -a-  ./obj/libs ./obj/gxfapi
./obj/aux/echogs -e .dev -a-  ./obj/pdf -include ./obj/pdfops
./obj/aux/echogs -e .dev -a-  ./obj/libs -init fapi
./obj/aux/echogs -e .dev -a-  ./obj/pdf -include ./obj/pdf_r6
./obj/aux/echogs -e .dev -w- -l-obj ./obj/libcore
./obj/aux/echogs -e .dev -a-  ./obj/pdf -functiontype 4
./obj/aux/echogs -e .dev -a-  ./obj/libcore -dev2 nullpage
./obj/aux/echogs -e .dev -a-  ./obj/pdf -emulator PDF
./obj/aux/echogs -e .dev -a-  ./obj/libcore -include ./obj/libs ./obj/libx ./obj/libd
./obj/aux/echogs -e .dev -a-  ./obj/libcore -include ./obj/iscale ./obj/roplib
./obj/aux/echogs -e .dev -a-  ./obj/libcore -include ./obj/strdline
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/pdfwrite ./obj/gdevpdf.o ./obj/gdevpdfb.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite ./obj/gdevpdfc.o ./obj/gdevpdfd.o ./obj/gdevpdfe.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite ./obj/gdevpdfg.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite ./obj/gdevpdfi.o ./obj/gdevpdfj.o ./obj/gdevpdfk.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite ./obj/gdevpdfm.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite ./obj/gdevpdfo.o ./obj/gdevpdfp.o ./obj/gdevpdft.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite ./obj/gdevpdfr.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite ./obj/gdevpdfu.o ./obj/gdevpdfv.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite ./obj/gsflip.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite ./obj/scantab.o ./obj/sfilter2.o
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite 
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite -include ./obj/cmyklib ./obj/cfe ./obj/lzwe
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite -include ./obj/rle ./obj/sdcte ./obj/sdeparam
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite -include ./obj/smd5 ./obj/szlibe ./obj/sarc4.dev
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite -include ./obj/psdf ./obj/gsagl
./obj/aux/echogs -e .dev -a-  ./obj/pdfwrite -include ./obj/pdtext
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/eps2write
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/ps2write
./obj/aux/echogs -e .dev -a-  ./obj/eps2write -include ./obj/pdfwrite.dev
./obj/aux/echogs -e .dev -a-  ./obj/ps2write -include ./obj/pdfwrite.dev
cp ./obj/gdevxps_1.o ./obj/gdevxps.o
./obj/aux/echogs -e .dev -w- -l-dev2 -b -s -l-obj ./obj/xpswrite ./obj/gdevxps.o
./obj/aux/echogs -e .dev -a-  ./obj/xpswrite -include ./obj/vector -include ./obj/libtiff
./obj/aux/echogs -w ./obj/devdevs.tr -+ ./obj/bbox.dev 
./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/PCLm.dev ./obj/PCLm8.dev ./obj/bbox.dev ./obj/bit.dev ./obj/bitcmyk.dev ./obj/bitrgb.dev ./obj/bitrgbtags.dev ./obj/bmp16.dev ./obj/bmp16m.dev ./obj/bmp256.dev ./obj/bmp32b.dev ./obj/bmpgray.dev ./obj/bmpmono.dev ./obj/bmpsep1.dev ./obj/bmpsep8.dev ./obj/ccr.dev ./obj/cfax.dev ./obj/cif.dev ./obj/devicen.dev ./obj/dfaxhigh.dev ./obj/dfaxlow.dev ./obj/display.dev ./obj/docxwrite.dev ./obj/eps2write.dev ./obj/fax.dev ./obj/faxg3.dev ./obj/faxg32d.dev ./obj/faxg4.dev ./obj/fpng.dev ./obj/inferno.dev ./obj/ink_cov.dev ./obj/inkcov.dev ./obj/jpeg.dev ./obj/jpegcmyk.dev ./obj/jpeggray.dev ./obj/mgr4.dev ./obj/mgr8.dev ./obj/mgrgray2.dev ./obj/mgrgray4.dev ./obj/mgrgray8.dev ./obj/mgrmono.dev ./obj/miff24.dev ./obj/pam.dev ./obj/pamcmyk32.dev ./obj/pamcmyk4.dev ./obj/pbm.dev ./obj/pbmraw.dev ./obj/pcx16.dev ./obj/pcx24b.dev ./obj/pcx256.dev ./obj/pcxcmyk.dev ./obj/pcxgray.dev ./obj/pcxmono.dev ./obj/pdfimage24.dev ./obj/pdfimage32.dev ./obj/pdfimage8.dev ./obj/pdfwrite.dev ./obj/pgm.dev ./obj/pgmraw.dev ./obj/pgnm.dev ./obj/pgnmraw.dev ./obj/pkm.dev ./obj/pkmraw.dev ./obj/pksm.dev ./obj/pksmraw.dev ./obj/plan.dev ./obj/plan9bm.dev ./obj/planc.dev ./obj/plang.dev ./obj/plank.dev ./obj/planm.dev ./obj/plib.dev ./obj/plibc.dev ./obj/plibg.dev ./obj/plibk.dev ./obj/plibm.dev ./obj/pnm.dev ./obj/pnmraw.dev ./obj/ppm.dev ./obj/ppmraw.dev ./obj/ps2write.dev ./obj/psdcmyk.dev ./obj/psdcmyk16.dev ./obj/psdcmykog.dev ./obj/psdcmyktags.dev ./obj/psdcmyktags16.dev ./obj/psdf.dev ./obj/psdrgb.dev ./obj/psdrgb16.dev ./obj/spotcmyk.dev ./obj/tfax.dev ./obj/tiff12nc.dev ./obj/tiff24nc.dev ./obj/tiff32nc.dev ./obj/tiff48nc.dev ./obj/tiff64nc.dev ./obj/tiffcrle.dev ./obj/tiffg3.dev ./obj/tiffg32d.dev ./obj/tiffg4.dev ./obj/tiffgray.dev ./obj/tifflzw.dev ./obj/tiffpack.dev ./obj/tiffs.dev ./obj/tiffscaled.dev ./obj/tiffscaled24.dev ./obj/tiffscaled32.dev ./obj/tiffscaled4.dev ./obj/tiffscaled8.dev ./obj/tiffsep.dev ./obj/tiffsep1.dev ./obj/txtwrite.dev ./obj/xcf.dev ./obj/xpswrite.dev 
./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/alc1900.dev ./obj/alc2000.dev ./obj/alc4000.dev ./obj/alc4100.dev ./obj/alc8500.dev ./obj/alc8600.dev ./obj/alc9100.dev ./obj/ap3250.dev ./obj/appledmp.dev ./obj/atx23.dev ./obj/atx24.dev ./obj/atx38.dev ./obj/bj10e.dev ./obj/bj10v.dev ./obj/bj10vh.dev ./obj/bj200.dev ./obj/bjc600.dev ./obj/bjc800.dev ./obj/bjc880j.dev ./obj/bjccmyk.dev ./obj/bjccolor.dev ./obj/bjcgray.dev ./obj/bjcmono.dev ./obj/cdeskjet.dev ./obj/cdj1600.dev ./obj/cdj500.dev ./obj/cdj550.dev ./obj/cdj670.dev ./obj/cdj850.dev ./obj/cdj880.dev ./obj/cdj890.dev ./obj/cdj970.dev ./obj/cdjcolor.dev ./obj/cdjmono.dev ./obj/cdnj500.dev ./obj/chp2200.dev ./obj/cljet5.dev ./obj/cljet5c.dev ./obj/cljet5pr.dev ./obj/coslw2p.dev ./obj/coslwxl.dev ./obj/declj250.dev ./obj/deskjet.dev ./obj/dj505j.dev ./obj/djet500.dev ./obj/djet500c.dev ./obj/dl2100.dev ./obj/dnj650c.dev ./obj/epl2050.dev ./obj/epl2050p.dev ./obj/epl2120.dev ./obj/epl2500.dev ./obj/epl2750.dev ./obj/epl5800.dev ./obj/epl5900.dev ./obj/epl6100.dev ./obj/epl6200.dev ./obj/eplcolor.dev ./obj/eplmono.dev ./obj/eps9high.dev ./obj/eps9mid.dev ./obj/epson.dev ./obj/epsonc.dev ./obj/escp.dev ./obj/escpage.dev ./obj/fmlbp.dev ./obj/fmpr.dev ./obj/fs600.dev ./obj/gdi.dev ./obj/hl1240.dev ./obj/hl1250.dev ./obj/hl7x0.dev ./obj/hpdj1120c.dev ./obj/hpdj310.dev ./obj/hpdj320.dev ./obj/hpdj340.dev ./obj/hpdj400.dev ./obj/hpdj500.dev ./obj/hpdj500c.dev ./obj/hpdj510.dev ./obj/hpdj520.dev ./obj/hpdj540.dev ./obj/hpdj550c.dev ./obj/hpdj560c.dev ./obj/hpdj600.dev ./obj/hpdj660c.dev ./obj/hpdj670c.dev ./obj/hpdj680c.dev ./obj/hpdj690c.dev ./obj/hpdj850c.dev ./obj/hpdj855c.dev ./obj/hpdj870c.dev ./obj/hpdj890c.dev ./obj/hpdjplus.dev ./obj/hpdjportable.dev ./obj/ibmpro.dev ./obj/imagen.dev ./obj/itk24i.dev ./obj/itk38.dev ./obj/iwhi.dev ./obj/iwlo.dev ./obj/iwlq.dev ./obj/jetp3852.dev ./obj/jj100.dev ./obj/la50.dev ./obj/la70.dev ./obj/la75.dev ./obj/la75plus.dev ./obj/laserjet.dev ./obj/lbp310.dev ./obj/lbp320.dev ./obj/lbp8.dev ./obj/lex2050.dev ./obj/lex3200.dev ./obj/lex5700.dev ./obj/lex7000.dev ./obj/lips2p.dev ./obj/lips3.dev ./obj/lips4.dev ./obj/lips4v.dev ./obj/lj250.dev ./obj/lj3100sw.dev ./obj/lj4dith.dev ./obj/lj4dithp.dev ./obj/lj5gray.dev ./obj/lj5mono.dev ./obj/ljet2p.dev ./obj/ljet3.dev ./obj/ljet3d.dev ./obj/ljet4.dev ./obj/ljet4d.dev ./obj/ljet4pjl.dev ./obj/ljetplus.dev ./obj/ln03.dev ./obj/lp1800.dev ./obj/lp1900.dev ./obj/lp2000.dev ./obj/lp2200.dev ./obj/lp2400.dev ./obj/lp2500.dev ./obj/lp2563.dev ./obj/lp3000c.dev ./obj/lp7500.dev ./obj/lp7700.dev ./obj/lp7900.dev ./obj/lp8000.dev ./obj/lp8000c.dev ./obj/lp8100.dev ./obj/lp8200c.dev ./obj/lp8300c.dev ./obj/lp8300f.dev ./obj/lp8400f.dev ./obj/lp8500c.dev ./obj/lp8600.dev ./obj/lp8600f.dev ./obj/lp8700.dev ./obj/lp8800c.dev ./obj/lp8900.dev ./obj/lp9000b.dev ./obj/lp9000c.dev ./obj/lp9100.dev ./obj/lp9200b.dev ./obj/lp9200c.dev ./obj/lp9300.dev ./obj/lp9400.dev ./obj/lp9500c.dev ./obj/lp9600.dev ./obj/lp9600s.dev ./obj/lp9800c.dev ./obj/lps4500.dev ./obj/lps6500.dev ./obj/lq850.dev ./obj/lxm3200.dev ./obj/lxm5700m.dev ./obj/m8510.dev ./obj/md1xMono.dev ./obj/md2k.dev ./obj/md50Eco.dev ./obj/md50Mono.dev ./obj/md5k.dev ./obj/mj500c.dev ./obj/mj6000c.dev ./obj/mj700v2c.dev ./obj/mj8000c.dev ./obj/ml600.dev ./obj/necp6.dev ./obj/npdl.dev ./obj/oce9050.dev ./obj/oki182.dev ./obj/oki4w.dev ./obj/okiibm.dev ./obj/oprp.dev ./obj/opvp.dev ./obj/paintjet.dev ./obj/pcl3.dev ./obj/photoex.dev ./obj/picty180.dev ./obj/pj.dev ./obj/pjetxl.dev ./obj/pjxl.dev ./obj/pjxl300.dev ./obj/pr1000.dev ./obj/pr1000_4.dev ./obj/pr150.dev ./obj/pr201.dev ./obj/pxlcolor.dev ./obj/pxlmono.dev ./obj/r4081.dev ./obj/rinkj.dev ./obj/rpdl.dev ./obj/samsunggdi.dev ./obj/sj48.dev ./obj/st800.dev ./obj/stcolor.dev ./obj/t4693d2.dev ./obj/t4693d4.dev ./obj/t4693d8.dev ./obj/tek4696.dev ./obj/uniprint.dev ./obj/xes.dev 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/ijs.dev 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/png16.dev ./obj/png16m.dev ./obj/png256.dev ./obj/png48.dev ./obj/pngalpha.dev ./obj/pnggray.dev ./obj/pngmono.dev ./obj/pngmonod.dev 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ ./obj/ocr.dev ./obj/hocr.dev ./obj/pdfocr8.dev ./obj/pdfocr24.dev ./obj/pdfocr32.dev
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr -+ 
./obj/aux/echogs -a ./obj/devdevs.tr - ./obj/libcore
./obj/aux/echogs -w ./obj/devs.tr -n -R ./obj/fdevs.tr
./obj/aux/echogs -a ./obj/devs.tr -+ ""
./obj/aux/echogs -a ./obj/devs.tr -n -R ./obj/devdevs.tr
./obj/aux/genconf ./obj/devs.tr -h ./obj/gconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/ld.tr
./obj/aux/echogs -a ./obj/gconfxx.h 
./obj/aux/echogs -w ./obj/igs.tr - -include ./obj/psl3.dev ./obj/pdf.dev ./obj/pdfi.dev ./obj/epsf.dev ./obj/ttfont.dev ./obj/fapi_ps.dev ./obj/jpx.dev ./obj/jbig2.dev ./obj/gs_pdfwr.dev
rm -f ./obj/gconfig.h
./obj/aux/genconf ./obj/igs.tr -h ./obj/iconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/gsld.tr
cp ./obj/gconfxx.h ./obj/gconfig.h
rm -f ./obj/gconfig.c
cp ./base/gconf.c ./obj/gconfig.c
./obj/aux/echogs -w ./obj/iconfig.h -R ./obj/iconfxx.h
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./obj -I./base -I./devices  -DWHICH_CMS="lcms2mt" -o ./obj/gconfig.o -c ./obj/gconfig.c
./obj/aux/echogs -w ./obj/gsnoapi.tr -R ./obj/devs.tr
./obj/aux/echogs -a ./obj/gsnoapi.tr -R ./obj/igs.tr
./obj/aux/genconf ./obj/gsnoapi.tr -h ./obj/unused.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/gsnoapild.tr
./obj/aux/echogs -w ./obj/gs.tr -R ./obj/gsnoapi.tr
./obj/aux/echogs -a ./obj/gs.tr - -include ./obj/iapi.dev
./obj/aux/genconf ./obj/gs.tr -h ./obj/unused.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/gsld.tr
./obj/gconfig.c:211:1: warning: no previous prototype for ?gs_lib_register_device? [-Wmissing-prototypes]
  211 | gs_lib_register_device(const gx_device *dev)
      | ^~~~~~~~~~~~~~~~~~~~~~
rm -f ./obj/iconfig.c
cp ./psi/iconf.c ./obj/iconfig.c
gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG  -DHAVE_SETLOCALE   -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF  -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\"   -I./psi -I./obj -I./obj -I./base -I./devices  -o ./obj/iconfig.o -c ./obj/iconfig.c
./obj/aux/echogs -w ./obj/ldt.tr -n - gcc -Wl,-rpath=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib   -o ./bin/gs
./obj/aux/echogs -a ./obj/ldt.tr -n -s ./obj/gsromfs0.o ./obj/gs.o -s
cat ./obj/gsld.tr >> ./obj/ldt.tr
./obj/aux/echogs -a ./obj/ldt.tr -s -  -lm -ldl -lz -lpaper -L/gnu/store/dm588p6sf6gpw88a43q55gvs6lbgbzlv-libtiff-4.4.0/lib -ltiff -rdynamic -L/gnu/store/0qcqxvgmw04dl4phawpn853y5b9bzv7w-fontconfig-minimal-2.14.0/lib -L/gnu/store/cdnd0437r7m4ggdbg5naf84p0nzngkpv-freetype-2.13.0/lib -lfontconfig -lfreetype -lfreetype   -lpthread -lm -lstdc++
if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \
XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \
PSI_FEATURE_DEVS= FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \
DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \
DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \
DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \
DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \
DEVICE_DEVS_EXTRA= \
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh <./obj/ldt.tr
phase `check' succeeded after 5434.8 seconds
starting phase `install'
make -f Makefile soinstall-subtarget BUILDDIRPREFIX=so
make[1]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
make -f Makefile install-so-subtarget BUILDDIRPREFIX=so
make[2]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
make -f Makefile GS_DOT_O= REALMAIN_OBJ= GS_XE=./sobin/libgs.so.9.56 GPCL_XE=./sobin/libno_gpcl6.so.9.56 GXPS_XE=./sobin/libno_gxps.so.9.56 GPDF_XE=./sobin/libno_gpdf.so.9.56 GPDL_XE=./sobin/libno_gpdl.so.9.56 DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib  '\
 CFLAGS='-fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1\
 directories
make[3]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
make[3]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
make -f Makefile GS_DOT_O= REALMAIN_OBJ= GS_XE=./sobin/libgs.so.9.56 GPCL_XE=./sobin/libno_gpcl6.so.9.56 GXPS_XE=./sobin/libno_gxps.so.9.56 GPDF_XE=./sobin/libno_gpdf.so.9.56 GPDL_XE=./sobin/libno_gpdl.so.9.56 DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib  '\
 CFLAGS='-fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1\
 ./soobj/aux/echogs ./soobj/aux/genarch
make[3]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
make[3]: 'soobj/aux/genarch' is up to date.
make[3]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
make -f Makefile GS_DOT_O= REALMAIN_OBJ= GS_XE=./sobin/libgs.so.9.56 GPCL_XE=./sobin/libno_gpcl6.so.9.56 GXPS_XE=./sobin/libno_gxps.so.9.56 GPDF_XE=./sobin/libno_gpdf.so.9.56 GPDL_XE=./sobin/libno_gpdl.so.9.56 DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' GS_LDFLAGS='-Wl,-rpath=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib   -shared -Wl,-soname=libgs.so.9'\
         PCL_LDFLAGS='-Wl,-rpath=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib   -shared -Wl,-soname=libno_gpcl6.so.9' XPS_LDFLAGS='-Wl,-rpath=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib   -shared -Wl,-soname=libno_gxps.so.9' \
         PDL_LDFLAGS='-Wl,-rpath=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib   -shared -Wl,-soname=libno_gpdl.so.9' PDF_LDFLAGS='-Wl,-rpath=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib   -shared -Wl,-soname=libno_gpdf.so.9' \
         CFLAGS='-fPIC   -O2 -DNDEBUG -fPIC  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1
make[3]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
make[3]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
make -f Makefile DISPLAY_DEV=./soobj/display.dev BUILDDIRPREFIX=so GENOPT='' LDFLAGS='-Wl,-rpath=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib  '\
 CFLAGS='-fPIC   -O2 -DNDEBUG -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -fno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -DBUILD_PDF=1 -I./pdf  -DHAVE_RESTRICT=1 -DUSE_LIBPAPER  -fno-strict-aliasing -DHAVE_POPEN_PROTO=1 -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1\" ' prefix=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1\
 ./sobin/gsc ./sobin/gsx -so-loader -so-loader -so-loader -so-loader
make[3]: Entering directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
make[3]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/bin
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/include/ghostscript/
./base/instcopy -c -m 755 ./sobin/gsc /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/bin/gsc
./base/instcopy -c -m 755 ./sobin/gsx /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/bin/gsx
./base/instcopy -c -m 755 ./sobin/libgs.so.9.56 /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/libgs.so.9.56
rm -f /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/libgs.so
ln -s libgs.so.9.56 /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/libgs.so
rm -f /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/libgs.so.9
ln -s libgs.so.9.56 /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/libgs.so.9
./base/instcopy -c -m 644 ./psi/iapi.h /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/include/ghostscript/iapi.h
./base/instcopy -c -m 644 ./psi/ierrors.h /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/include/ghostscript/ierrors.h
./base/instcopy -c -m 644 ./base/gserrors.h /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/include/ghostscript/gserrors.h
./base/instcopy -c -m 644 ./devices/gdevdsp.h /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/include/ghostscript/gdevdsp.h
make[2]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/bin
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh -c 'for f in \
gsbj gsdj gsdj500 gslj gslp gsnd \
bdftops dvipdf eps2eps \
pdf2dsc pdf2ps pf2afm pfbtopfa pphs printafm \
ps2ascii ps2epsi ps2pdf ps2pdf12 ps2pdf13 ps2pdf14 ps2pdfwr ps2ps ps2ps2 \
fixmswrd.pl lprsetup.sh pj-gs.sh pv.sh sysvlp.sh unix-lpr.sh ;\
do if ( test -f ./lib/$f ); then \
  (cat ./lib/$f | sed -e "s/GS_EXECUTABLE=gs/GS_EXECUTABLE=gs/" > ./soobj/$f); \
  ./base/instcopy -c -m 755 ./soobj/$f /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/bin/$f; \
fi;\
done'
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/lib
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh -c 'for f in \
 Fontmap.GS \
ht_ccsto.ps \
acctest.ps align.ps bdftops.ps \
caption.ps cid2code.ps docie.ps \
errpage.ps font2pcl.ps gslp.ps gsnup.ps image-qa.ps \
jispaper.ps landscap.ps lines.ps \
mkcidfm.ps PDFA_def.ps PDFX_def.ps pdf_info.ps \
pf2afm.ps pfbtopfa.ps ppath.ps \
pphs.ps \
prfont.ps printafm.ps \
ps2ai.ps ps2ascii.ps ps2epsi.ps rollconv.ps \
stcinfo.ps stcolor.ps stocht.ps \
traceimg.ps traceop.ps uninfo.ps \
viewcmyk.ps viewgif.ps viewjpeg.ps viewmiff.ps \
viewpcx.ps viewpbm.ps viewps2a.ps \
winmaps.ps zeroline.ps \
pdf2dsc.ps ;\
do if ( test -f ./lib/$f ); then ./base/instcopy -c -m 644 ./lib/$f /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/lib; fi;\
done'
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh -c 'for f in ./lib/gs_*.ps ./lib/pdf*.ps;\
do ./base/instcopy -c -m 644 $f /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/lib ;\
done'
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh -c 'for f in ./lib/*.ppd ./lib/*.rpd ./lib/*.upp ./lib/*.xbm ./lib/*.xpm;\
do ./base/instcopy -c -m 644 $f /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/lib ;\
done'
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh -c 'for dir in `ls ./lib/../Resource | grep -v CVS`; do \
  rdir=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/Resource/$dir ; \
  test -d $rdir || mkdir -p $rdir ; \
  for file in ./lib/../Resource/$dir/*; do \
    if test -f $file; then ./base/instcopy -c -m 644 $file $rdir ; fi \
  done \
done'
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/iccprofiles
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh -c 'for file in ./lib/../iccprofiles/*; do \
    if test -f $file; then ./base/instcopy -c -m 644 $file /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/iccprofiles ; fi \
done'
mkdir -p /gnu/store/cizlaxhm3m80cns30yjwbjz83g1snkl8-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1
mkdir -p /gnu/store/cizlaxhm3m80cns30yjwbjz83g1snkl8-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1/images
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh -c 'for f in index.html API.htm C-style.htm Develop.htm DLL.htm Fonts.htm Install.htm Lib.htm News.htm Psfiles.htm Readme.htm sample_downscale_device.htm Source.htm thirdparty.htm Use.htm WhatIsGS.htm Commprod.htm Deprecated.htm Devices.htm Drivers.htm History9.htm Language.htm Make.htm Ps2epsi.htm Ps-style.htm Release.htm SavedPages.htm subclass.htm Unix-lpr.htm VectorDevices.htm gs-style.css index.js pscet_status.txt style.css gdevds32.c COPYING GS9_Color_Management.pdf ;\
do if ( test -f ./lib/../doc/$f ); then ./base/instcopy -c -m 644 ./lib/../doc/$f /gnu/store/cizlaxhm3m80cns30yjwbjz83g1snkl8-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1; fi;\
done'
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh -c 'for f in Artifex_logo.png  favicon.png  ghostscript_logo.png  hamburger-light.png  x-light.png ;\
do if ( test -f ./lib/../doc/images/$f ); then ./base/instcopy -c -m 644 ./lib/../doc/images/$f /gnu/store/cizlaxhm3m80cns30yjwbjz83g1snkl8-ghostscript-9.56.1-doc/share/doc/ghostscript/9.56.1/images; fi;\
done'
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh -c 'test -d /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/man || mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/man'
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh -c 'for d in . de ;\
do man1dir=/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/man/$d/man1 ;\
  ( test -d $man1dir || mkdir -p $man1dir ) ;\
  for f in ./lib/../man/$d/*.1 ;\
    do ./base/instcopy -c -m 644 $f $man1dir ;\
    if ( test -f $man1dir/ps2ps.1 ) ;\
      then for f in eps2eps ;\
        do ( cd $man1dir; rm -f $f.1 ;\
		  ln -s ps2ps.1 $f.1 ) ;\
      done ;\
    fi ;\
    if ( test -f $man1dir/ps2pdf.1 ) ;\
      then for f in ps2pdf12 ps2pdf13 ps2pdf14 ;\
        do ( cd $man1dir; rm -f $f.1 ;\
		  ln -s ps2pdf.1 $f.1 ) ;\
      done ;\
    fi ;\
            if ( test -f $man1dir/gslp.1 ) ;\
      then for f in gsbj gsdj gsdj500 gslj ;\
        do ( cd $man1dir; rm -f $f.1 ;\
		  ln -s gslp.1 $f.1 ) ;\
      done ;\
    fi ;\
  done ;\
done'
mkdir -p /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1
/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh -c 'for obj in ; do \
    ./base/instcopy -c -m 755 $obj /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib/ghostscript/9.56.1/; done'
for f in ./contrib/uniprint/*.upp; do \
    ./base/instcopy -c -m 644 $f /gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/ghostscript/9.56.1/lib || exit 1; \
done
make[1]: Leaving directory '/tmp/guix-build-ghostscript-9.56.1.drv-0/ghostscript-9.56.1'
phase `install' succeeded after 445.9 seconds
starting phase `create-gs-symlink'
phase `create-gs-symlink' succeeded after 0.0 seconds
starting phase `patch-shebangs'
phase `patch-shebangs' succeeded after 0.2 seconds
starting phase `strip'
stripping binaries in "/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib" with "strip" and flags ("--strip-unneeded" "--enable-deterministic-archives")
stripping binaries in "/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/bin" with "strip" and flags ("--strip-unneeded" "--enable-deterministic-archives")
phase `strip' succeeded after 0.5 seconds
starting phase `validate-runpath'
validating RUNPATH of 1 binaries in "/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/lib"...
validating RUNPATH of 2 binaries in "/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/bin"...
phase `validate-runpath' succeeded after 0.3 seconds
starting phase `validate-documentation-location'
phase `validate-documentation-location' succeeded after 0.0 seconds
starting phase `delete-info-dir-file'
phase `delete-info-dir-file' succeeded after 0.0 seconds
starting phase `patch-dot-desktop-files'
phase `patch-dot-desktop-files' succeeded after 0.0 seconds
starting phase `make-dynamic-linker-cache'
created '/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/etc/ld.so.cache' from 14 library search path entries
phase `make-dynamic-linker-cache' succeeded after 0.7 seconds
starting phase `install-license-files'
installing 1 license files from '.'
phase `install-license-files' succeeded after 0.0 seconds
starting phase `reset-gzip-timestamps'
phase `reset-gzip-timestamps' succeeded after 0.0 seconds
starting phase `compress-documentation'
compressing documentation in '/gnu/store/rnb169wcbrg97a7n36i04a7a6djjswdn-ghostscript-9.56.1/share/man' with "gzip" and flags ("--best" "--no-name")
phase `compress-documentation' succeeded after 0.1 seconds
@ build-succeeded /gnu/store/nh28arj4mi68nr1v2g6blf1p32bj0zff-ghostscript-9.56.1.drv -
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
@ substituter-started /gnu/store/gqzf0pc4izz62768dkdzqdkcfryimghi-nspr-4.35 substitute
Downloading https://bordeaux.guix.gnu.org/nar/lzip/gqzf0pc4izz62768dkdzqdkcfryimghi-nspr-4.35...

 nspr-4.35  302KiB                                                                                                                                                                                                       0B/s 00:00 ?                  ?   0.0%
 nspr-4.35  302KiB                                                                                                                                                                                                   186KiB/s 00:00 ?????              ?  21.2%
 nspr-4.35  302KiB                                                                                                                                                                                                   635KiB/s 00:00 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/gqzf0pc4izz62768dkdzqdkcfryimghi-nspr-4.35
@ substituter-started /gnu/store/172fyl04awkirk3j613a9kcya9341ids-nss-3.99.0 substitute
Downloading https://bordeaux.guix.gnu.org/nar/lzip/172fyl04awkirk3j613a9kcya9341ids-nss-3.99.0...

 nss-3.99.0  2.6MiB                                                                                                                                                                                                      0B/s 00:00 ?                  ?   0.0%
 nss-3.99.0  2.6MiB                                                                                                                                                                                                  5.4MiB/s 00:00 ??                 ?   2.4%
 nss-3.99.0  2.6MiB                                                                                                                                                                                                  3.1MiB/s 00:00 ??????             ?  26.1%
 nss-3.99.0  2.6MiB                                                                                                                                                                                                  3.6MiB/s 00:00 ????????????       ?  59.2%
 nss-3.99.0  2.6MiB                                                                                                                                                                                                  3.3MiB/s 00:01 ????????????????   ?  80.5%
 nss-3.99.0  2.6MiB                                                                                                                                                                                                  3.2MiB/s 00:01 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/172fyl04awkirk3j613a9kcya9341ids-nss-3.99.0
@ substituter-started /gnu/store/6lmvbxafdk0cwsnpakdn182qbq9rx6mg-nss-3.99.0-bin substitute
Downloading https://bordeaux.guix.gnu.org/nar/lzip/6lmvbxafdk0cwsnpakdn182qbq9rx6mg-nss-3.99.0-bin...

 nss-3.99.0-bin  1.3MiB                                                                                                                                                                                                  0B/s 00:00 ?                  ?   0.0%
 nss-3.99.0-bin  1.3MiB                                                                                                                                                                                              1.1MiB/s 00:00 ??                 ?   4.8%
 nss-3.99.0-bin  1.3MiB                                                                                                                                                                                              2.7MiB/s 00:00 ????????????       ?  57.0%
 nss-3.99.0-bin  1.3MiB                                                                                                                                                                                              2.8MiB/s 00:00 ???????????????????? 100.0%
 nss-3.99.0-bin  1.3MiB                                                                                                                                                                                              2.8MiB/s 00:00 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/6lmvbxafdk0cwsnpakdn182qbq9rx6mg-nss-3.99.0-bin
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
@ substituter-started /gnu/store/3hnxizvggkxgpa04amq094w095sm3192-guile-lib-0.2.8 substitute
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
@ substituter-started /gnu/store/0pr0pgr4b2fkls9nccmsvrzygvpwg4w3-automake-1.16.5 substitute
@ substituter-started /gnu/store/7kzabmjm92mlbnbqyr9z2ahg9pwpagrm-cairo-1.18.0 substitute
Downloading https://bordeaux.guix.gnu.org/nar/lzip/3hnxizvggkxgpa04amq094w095sm3192-guile-lib-0.2.8...

 guile-lib-0.2.8  346KiB                                                                                                                                                                                                 0B/s 00:00 ?                  ?   0.0%
 guile-lib-0.2.8  346KiB                                                                                                                                                                                             1.4MiB/s 00:00 ?????              ?  18.5%
 guile-lib-0.2.8  346KiB                                                                                                                                                                                             1.8MiB/s 00:00 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/3hnxizvggkxgpa04amq094w095sm3192-guile-lib-0.2.8
@ substituter-started /gnu/store/xy273v5s43j6ld93h9wglap5zwv1yy88-fftw-3.3.10 substitute
Downloading https://bordeaux.guix.gnu.org/nar/lzip/7kzabmjm92mlbnbqyr9z2ahg9pwpagrm-cairo-1.18.0...

 cairo-1.18.0  519KiB                                                                                                                                                                                                    0B/s 00:00 ?                  ?   0.0%Downloading https://bordeaux.guix.gnu.org/nar/lzip/0pr0pgr4b2fkls9nccmsvrzygvpwg4w3-automake-1.16.5...

 automake-1.16.5  599KiB                                                                                                                                                                                                 0B/s 00:00 ?                  ?   0.0%
 cairo-1.18.0  519KiB                                                                                                                                                                                                1.6MiB/s 00:00 ????               ?  12.3%Downloading https://bordeaux.guix.gnu.org/nar/lzip/xy273v5s43j6ld93h9wglap5zwv1yy88-fftw-3.3.10...

 fftw-3.3.10  605KiB                                                                                                                                                                                                     0B/s 00:00 ?                  ?   0.0%
 fftw-3.3.10  605KiB                                                                                                                                                                                                 5.6MiB/s 00:00 ???                ?  10.6%
 automake-1.16.5  599KiB                                                                                                                                                                                             1.4MiB/s 00:00 ???                ?  10.7%
 cairo-1.18.0  519KiB                                                                                                                                                                                                3.0MiB/s 00:00 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/7kzabmjm92mlbnbqyr9z2ahg9pwpagrm-cairo-1.18.0
@ substituter-started /gnu/store/ma69vna11ci1zqd1dbxpdfdir6rl959x-ghostscript-9.56.1 substitute

 fftw-3.3.10  605KiB                                                                                                                                                                                                 4.1MiB/s 00:00 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/xy273v5s43j6ld93h9wglap5zwv1yy88-fftw-3.3.10
@ substituter-started /gnu/store/5bcgqaz5k333zwq8g3igs8nvczin1p0p-icu4c-71.1 substitute
Downloading https://bordeaux.guix.gnu.org/nar/lzip/5bcgqaz5k333zwq8g3igs8nvczin1p0p-icu4c-71.1...

 icu4c-71.1  9.3MiB                                                                                                                                                                                                      0B/s 00:00 ?                  ?   0.0%
 icu4c-71.1  9.3MiB                                                                                                                                                                                                 79.7MiB/s 00:00 ?                  ?   0.7%Downloading https://bordeaux.guix.gnu.org/nar/lzip/ma69vna11ci1zqd1dbxpdfdir6rl959x-ghostscript-9.56.1...

 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                             0B/s 00:00 ?                  ?   0.0%
 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                        60.2MiB/s 00:00 ?                  ?   0.6%
 automake-1.16.5  599KiB                                                                                                                                                                                             2.6MiB/s 00:00 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/0pr0pgr4b2fkls9nccmsvrzygvpwg4w3-automake-1.16.5
@ substituter-started /gnu/store/wlidbl1rcxq8rmgdcx7yy9a7c9ahci6a-lcms-2.13.1 substitute
Downloading https://bordeaux.guix.gnu.org/nar/lzip/wlidbl1rcxq8rmgdcx7yy9a7c9ahci6a-lcms-2.13.1...

 lcms-2.13.1  176KiB                                                                                                                                                                                                     0B/s 00:00 ?                  ?   0.0%
 lcms-2.13.1  176KiB                                                                                                                                                                                                49.5MiB/s 00:00 ????????           ?  36.3%
 lcms-2.13.1  176KiB                                                                                                                                                                                                 3.5MiB/s 00:00 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/wlidbl1rcxq8rmgdcx7yy9a7c9ahci6a-lcms-2.13.1
@ substituter-started /gnu/store/ph4i52vb75fk8v3hkn25wbbzfg4zb0ha-m4-1.4.19 substitute

 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                         4.9MiB/s 00:00 ???                ?   9.1%
 icu4c-71.1  9.3MiB                                                                                                                                                                                                  2.1MiB/s 00:00 ??                 ?   4.7%Downloading https://bordeaux.guix.gnu.org/nar/lzip/ph4i52vb75fk8v3hkn25wbbzfg4zb0ha-m4-1.4.19...

 m4-1.4.19  232KiB                                                                                                                                                                                                       0B/s 00:00 ?                  ?   0.0%
 m4-1.4.19  232KiB                                                                                                                                                                                                   5.9MiB/s 00:00 ??????             ?  27.6%
 m4-1.4.19  232KiB                                                                                                                                                                                                   3.3MiB/s 00:00 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/ph4i52vb75fk8v3hkn25wbbzfg4zb0ha-m4-1.4.19
@ substituter-started /gnu/store/72v58vybsw00zbdbsvj1qm7ngwca3432-autoconf-2.69 substitute
Downloading https://bordeaux.guix.gnu.org/nar/lzip/72v58vybsw00zbdbsvj1qm7ngwca3432-autoconf-2.69...

 autoconf-2.69  663KiB                                                                                                                                                                                                   0B/s 00:00 ?                  ?   0.0%
 autoconf-2.69  663KiB                                                                                                                                                                                              37.3MiB/s 00:00 ???                ?   9.7%
 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                         5.6MiB/s 00:00 ?????              ?  20.4%
 icu4c-71.1  9.3MiB                                                                                                                                                                                                  2.4MiB/s 00:00 ???                ?  10.8%
 autoconf-2.69  663KiB                                                                                                                                                                                               3.3MiB/s 00:00 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/72v58vybsw00zbdbsvj1qm7ngwca3432-autoconf-2.69

 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                         6.2MiB/s 00:01 ???????            ?  34.0%
 icu4c-71.1  9.3MiB                                                                                                                                                                                                  4.6MiB/s 00:01 ???????            ?  30.3%
 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                         5.5MiB/s 00:01 ?????????          ?  40.2%
 icu4c-71.1  9.3MiB                                                                                                                                                                                                  4.8MiB/s 00:01 ?????????          ?  42.4%
 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                         5.3MiB/s 00:01 ??????????         ?  49.8%
 icu4c-71.1  9.3MiB                                                                                                                                                                                                  4.5MiB/s 00:01 ???????????        ?  51.8%
 icu4c-71.1  9.3MiB                                                                                                                                                                                                  4.9MiB/s 00:01 ?????????????      ?  65.9%
 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                         4.9MiB/s 00:01 ???????????        ?  55.5%
 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                         3.7MiB/s 00:02 ????????????       ?  57.2%
 icu4c-71.1  9.3MiB                                                                                                                                                                                                  3.9MiB/s 00:02 ??????????????     ?  71.3%
 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                         4.2MiB/s 00:02 ??????????????     ?  71.9%
 icu4c-71.1  9.3MiB                                                                                                                                                                                                  4.0MiB/s 00:02 ????????????????   ?  83.4%
 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                         4.5MiB/s 00:02 ?????????????????  ?  86.6%
 icu4c-71.1  9.3MiB                                                                                                                                                                                                  4.3MiB/s 00:02 ????????????????????  99.5%
 icu4c-71.1  9.3MiB                                                                                                                                                                                                  4.3MiB/s 00:02 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/5bcgqaz5k333zwq8g3igs8nvczin1p0p-icu4c-71.1
@ substituter-started /gnu/store/3sps82fjl9ggpaf6vz53qb1fk4l08gmj-harfbuzz-8.3.0 substitute
Downloading https://bordeaux.guix.gnu.org/nar/lzip/3sps82fjl9ggpaf6vz53qb1fk4l08gmj-harfbuzz-8.3.0...

 harfbuzz-8.3.0  1.1MiB                                                                                                                                                                                                  0B/s 00:00 ?                  ?   0.0%
 harfbuzz-8.3.0  1.1MiB                                                                                                                                                                                              2.6MiB/s 00:00 ??                 ?   5.5%
 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                         4.7MiB/s 00:02 ????????????????????  99.6%
 ghostscript-9.56.1  11.0MiB                                                                                                                                                                                         4.7MiB/s 00:02 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/ma69vna11ci1zqd1dbxpdfdir6rl959x-ghostscript-9.56.1

 harfbuzz-8.3.0  1.1MiB                                                                                                                                                                                              4.1MiB/s 00:00 ?????????????????? ?  94.0%
 harfbuzz-8.3.0  1.1MiB                                                                                                                                                                                              3.0MiB/s 00:00 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/3sps82fjl9ggpaf6vz53qb1fk4l08gmj-harfbuzz-8.3.0
@ substituter-started /gnu/store/ykkynx5lpxm8kbnza6946iyx641riz5l-pango-1.50.14 substitute
Downloading https://bordeaux.guix.gnu.org/nar/lzip/ykkynx5lpxm8kbnza6946iyx641riz5l-pango-1.50.14...

 pango-1.50.14  340KiB                                                                                                                                                                                                   0B/s 00:00 ?                  ?   0.0%
 pango-1.50.14  340KiB                                                                                                                                                                                              70.9MiB/s 00:00 ?????              ?  18.8%
 pango-1.50.14  340KiB                                                                                                                                                                                               3.3MiB/s 00:00 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/ykkynx5lpxm8kbnza6946iyx641riz5l-pango-1.50.14
@ substituter-started /gnu/store/w0cz5ydccr5vynw3i3dcbrn09z7b23lg-graphviz-7.0.1 substitute
Downloading https://bordeaux.guix.gnu.org/nar/lzip/w0cz5ydccr5vynw3i3dcbrn09z7b23lg-graphviz-7.0.1...

 graphviz-7.0.1  1017KiB                                                                                                                                                                                                 0B/s 00:00 ?                  ?   0.0%
 graphviz-7.0.1  1017KiB                                                                                                                                                                                            18.7MiB/s 00:00 ???                ?   6.3%
 graphviz-7.0.1  1017KiB                                                                                                                                                                                             4.3MiB/s 00:00 ?????????????????  ?  88.1%
 graphviz-7.0.1  1017KiB                                                                                                                                                                                             3.7MiB/s 00:00 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/w0cz5ydccr5vynw3i3dcbrn09z7b23lg-graphviz-7.0.1
@ substituter-started /gnu/store/s6y7jl0rxlym3jys56bnc3l9gqksydhq-imagemagick-6.9.12-4 substitute
Downloading https://bordeaux.guix.gnu.org/nar/lzip/s6y7jl0rxlym3jys56bnc3l9gqksydhq-imagemagick-6.9.12-4...

 imagemagick-6.9.12-4  4.4MiB                                                                                                                                                                                            0B/s 00:00 ?                  ?   0.0%
 imagemagick-6.9.12-4  4.4MiB                                                                                                                                                                                       69.8MiB/s 00:00 ??                 ?   1.4%
 imagemagick-6.9.12-4  4.4MiB                                                                                                                                                                                        4.0MiB/s 00:00 ?????              ?  18.4%
 imagemagick-6.9.12-4  4.4MiB                                                                                                                                                                                        4.5MiB/s 00:00 ?????????          ?  43.8%
 imagemagick-6.9.12-4  4.4MiB                                                                                                                                                                                        4.5MiB/s 00:01 ?????????????      ?  65.0%
 imagemagick-6.9.12-4  4.4MiB                                                                                                                                                                                        4.7MiB/s 00:01 ?????????????????  ?  89.0%
 imagemagick-6.9.12-4  4.4MiB                                                                                                                                                                                        4.4MiB/s 00:01 ???????????????????? 100.0%

@ substituter-succeeded /gnu/store/s6y7jl0rxlym3jys56bnc3l9gqksydhq-imagemagick-6.9.12-4
@ build-started /gnu/store/lsj71mllnwh33fkhawcsz7dhif4qz7w0-guix-daemon-1.4.0-23.843b85c.drv - riscv64-linux /var/log/guix/drvs/ls//j71mllnwh33fkhawcsz7dhif4qz7w0-guix-daemon-1.4.0-23.843b85c.drv.gz 3426
WARNING: (guile-user): imported module (guix build utils) overrides core binding `delete'
starting phase `set-SOURCE-DATE-EPOCH'
phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds
starting phase `set-paths'
environment variable `PATH' set to `/gnu/store/w25iigidgynrld3jlpxbks8xwgrw9ipa-pkg-config-0.29.2/bin:/gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/bin:/gnu/store/72v58vybsw00zbdbsvj1qm7ngwca3432-autoconf-2.69/bin:/gnu/store/0pr0pgr4b2fkls9nccmsvrzygvpwg4w3-automake-1.16.5/bin:/gnu/store/x1grz2sxwrb7c1wqk36ha87alh9kzjrp-gettext-minimal-0.21/bin:/gnu/store/8l4g0pvxf0mmlwi7kayxzjk16436k2i6-texinfo-6.8/bin:/gnu/store/s6y7jl0rxlym3jys56bnc3l9gqksydhq-imagemagick-6.9.12-4/bin:/gnu/store/sa46p34mkxpaz3lifcyqrs3cd85cpr3r-perl-5.36.0/bin:/gnu/store/za10n22ay0yq952xsp86gdal71bdv2kf-bzip2-1.0.8/bin:/gnu/store/qhdnnd0mwp3072imc7c13bisyafv3js5-gzip-1.12/bin:/gnu/store/70j419x2m9jahzwwrfm514my2brkllbh-sqlite-3.39.3/bin:/gnu/store/il1n7dkkkqvklzxc00wadm7zh4kblmkk-libgcrypt-1.10.1/bin:/gnu/store/a2khqwj5yl87jnsmsmzvyjyrifay4nbf-disarchive-0.6.0/bin:/gnu/store/crag0zs69pyh6pm22c90pzp28d4d8f1w-git-minimal-2.45.2/bin:/gnu/store/bkcd6iqgxhikvbl54vwiy2jih981vrz1-tar-1.34/bin:/gnu/store/4ly70ncfklcln1vvilpq5fih53227p4b-gzip-1.12/bin:/gnu/store/d66iz5kkh2kravdfa21x58bd53s7acvp-bzip2-1.0.8/bin:/gnu/store/bzj02l1bgp7ibhxvdmpga2k5af0c4npa-file-5.44/bin:/gnu/store/mydmggf3qs7ha5ajkz7x250dy7cnmi2v-diffutils-3.8/bin:/gnu/store/jzk30pqyk3z7xlizbq6013krgyyyys39-patch-2.7.6/bin:/gnu/store/5sksczis0ssy8nhln62lsjfm80np01rc-findutils-4.9.0/bin:/gnu/store/qll484d4kizx5s1lgyjgrq2nqzq177q6-gawk-5.2.1/bin:/gnu/store/bjjyfa71m9zy8iyriqc9wbpg95skad90-sed-4.8/bin:/gnu/store/j0h6z30j13wrbch7pax9l9859c0wfvsl-grep-3.8/bin:/gnu/store/drsra005pzksg8z11jp4yn96sk8gkmq9-xz-5.2.8/bin:/gnu/store/sinrqfmja2a3ys1kmlwgpb629l4sh5rr-coreutils-9.1/bin:/gnu/store/kgdnsfsw8f226s6j5vldaqvc767hn8ff-make-4.3/bin:/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin:/gnu/store/py7qrzdb70jzkyjhggp15w57iqldv8hc-ld-wrapper-0/bin:/gnu/store/a7v86dd2kbi1rn9rwcw5mfw85aw9m3cf-binutils-2.38/bin:/gnu/store/dcrdgy1rjkh0kibpkw6v2mia7f921b27-gcc-11.3.0/bin:/gnu/store/3imvi8mfcsib1aiiidgr2znypih8nhmv-glibc-2.35/bin:/gnu/store/3imvi8mfcsib1aiiidgr2znypih8nhmv-glibc-2.35/sbin:/gnu/store/9hk9m4r3rvnbi36s6j4ljp0f5p326zzi-libgpg-error-1.45/bin'
environment variable `PKG_CONFIG_PATH' set to `/gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/lib/pkgconfig:/gnu/store/3hnxizvggkxgpa04amq094w095sm3192-guile-lib-0.2.8/lib/pkgconfig:/gnu/store/s6y7jl0rxlym3jys56bnc3l9gqksydhq-imagemagick-6.9.12-4/lib/pkgconfig:/gnu/store/70j419x2m9jahzwwrfm514my2brkllbh-sqlite-3.39.3/lib/pkgconfig:/gnu/store/il1n7dkkkqvklzxc00wadm7zh4kblmkk-libgcrypt-1.10.1/lib/pkgconfig:/gnu/store/qc295wdmdskila8mrivn3n9vri9p4qc2-zlib-1.2.13/lib/pkgconfig:/gnu/store/bzj02l1bgp7ibhxvdmpga2k5af0c4npa-file-5.44/lib/pkgconfig:/gnu/store/drsra005pzksg8z11jp4yn96sk8gkmq9-xz-5.2.8/lib/pkgconfig:/gnu/store/74641jwmb7xrlqfi3sbcc3hbpiiqf4a2-libgc-8.2.2/lib/pkgconfig:/gnu/store/9hk9m4r3rvnbi36s6j4ljp0f5p326zzi-libgpg-error-1.45/lib/pkgconfig'
environment variable `GUILE_LOAD_PATH' set to `/gnu/store/y2pjvykv1xrdjz4fa8i4gsg8idm9j3r6-guile-gnutls-4.0.0/share/guile/site/3.0:/gnu/store/h87n41xxr2n6w51whbndgscnqj3xrrkv-guile-avahi-0.4.1/share/guile/site/3.0:/gnu/store/ha40140vbp79w0r4s9shrqj8768g3fl3-guile-gcrypt-0.4.0/share/guile/site/3.0:/gnu/store/gzs54l6il8yxlcnxv0zarjjj25q81pfp-guile-json-4.7.3/share/guile/site/3.0:/gnu/store/3hnxizvggkxgpa04amq094w095sm3192-guile-lib-0.2.8/share/guile/site/3.0:/gnu/store/07lxibasm9kwy00swwjjm53s82qifjpj-guile-sqlite3-0.1.3/share/guile/site/3.0:/gnu/store/qnawl3pdw5rxd0d45aibbk60q40gs0hb-guile-zlib-0.1.0/share/guile/site/3.0:/gnu/store/26f89127zx9vpcm062p934las0455i71-guile-lzlib-0.3.0/share/guile/site/3.0:/gnu/store/ilcpfbcl5vw7svrd6g2qqxwz6mwqmmds-guile-zstd-0.1.1/share/guile/site/3.0:/gnu/store/z29sag0ypjwssa23bshz6c9hzywgdygp-guile-ssh-0.16.4/share/guile/site/3.0:/gnu/store/w8sk6iqqma31zf83y4vc619ardysa371-guile-git-0.7.0/share/guile/site/3.0:/gnu/store/idasxy3wwr45zqndnyisbpynz8r6h4zx-guile-json-3.5.0/share/guile/site/3.0:/gnu/store/a2khqwj5yl87jnsmsmzvyjyrifay4nbf-disarchive-0.6.0/share/guile/site/3.0:/gnu/store/ymc39r119jp1w9sa0rgd61rglm48drfw-guile-bzip2-0.1.0/share/guile/site/3.0:/gnu/store/2856g408l42jfw8gx0xdgpy3ysjxwrlh-guile-lzma-0.1.1/share/guile/site/3.0:/gnu/store/nm1hilmvg629czzl0dzki10kwmga7sm7-guile-bytestructures-1.0.10/share/guile/site/3.0'
environment variable `GUILE_LOAD_COMPILED_PATH' set to `/gnu/store/y2pjvykv1xrdjz4fa8i4gsg8idm9j3r6-guile-gnutls-4.0.0/lib/guile/3.0/site-ccache:/gnu/store/y2pjvykv1xrdjz4fa8i4gsg8idm9j3r6-guile-gnutls-4.0.0/share/guile/site/3.0:/gnu/store/h87n41xxr2n6w51whbndgscnqj3xrrkv-guile-avahi-0.4.1/lib/guile/3.0/site-ccache:/gnu/store/h87n41xxr2n6w51whbndgscnqj3xrrkv-guile-avahi-0.4.1/share/guile/site/3.0:/gnu/store/ha40140vbp79w0r4s9shrqj8768g3fl3-guile-gcrypt-0.4.0/lib/guile/3.0/site-ccache:/gnu/store/ha40140vbp79w0r4s9shrqj8768g3fl3-guile-gcrypt-0.4.0/share/guile/site/3.0:/gnu/store/gzs54l6il8yxlcnxv0zarjjj25q81pfp-guile-json-4.7.3/lib/guile/3.0/site-ccache:/gnu/store/gzs54l6il8yxlcnxv0zarjjj25q81pfp-guile-json-4.7.3/share/guile/site/3.0:/gnu/store/3hnxizvggkxgpa04amq094w095sm3192-guile-lib-0.2.8/lib/guile/3.0/site-ccache:/gnu/store/3hnxizvggkxgpa04amq094w095sm3192-guile-lib-0.2.8/share/guile/site/3.0:/gnu/store/07lxibasm9kwy00swwjjm53s82qifjpj-guile-sqlite3-0.1.3/lib/guile/3.0/site-ccache:/gnu/store/07lxibasm9kwy00swwjjm53s82qifjpj-guile-sqlite3-0.1.3/share/guile/site/3.0:/gnu/store/qnawl3pdw5rxd0d45aibbk60q40gs0hb-guile-zlib-0.1.0/lib/guile/3.0/site-ccache:/gnu/store/qnawl3pdw5rxd0d45aibbk60q40gs0hb-guile-zlib-0.1.0/share/guile/site/3.0:/gnu/store/26f89127zx9vpcm062p934las0455i71-guile-lzlib-0.3.0/lib/guile/3.0/site-ccache:/gnu/store/26f89127zx9vpcm062p934las0455i71-guile-lzlib-0.3.0/share/guile/site/3.0:/gnu/store/ilcpfbcl5vw7svrd6g2qqxwz6mwqmmds-guile-zstd-0.1.1/lib/guile/3.0/site-ccache:/gnu/store/ilcpfbcl5vw7svrd6g2qqxwz6mwqmmds-guile-zstd-0.1.1/share/guile/site/3.0:/gnu/store/z29sag0ypjwssa23bshz6c9hzywgdygp-guile-ssh-0.16.4/lib/guile/3.0/site-ccache:/gnu/store/z29sag0ypjwssa23bshz6c9hzywgdygp-guile-ssh-0.16.4/share/guile/site/3.0:/gnu/store/w8sk6iqqma31zf83y4vc619ardysa371-guile-git-0.7.0/lib/guile/3.0/site-ccache:/gnu/store/w8sk6iqqma31zf83y4vc619ardysa371-guile-git-0.7.0/share/guile/site/3.0:/gnu/store/idasxy3wwr45zqndnyisbpynz8r6h4zx-guile-json-3.5.0/lib/guile/3.0/site-ccache:/gnu/store/idasxy3wwr45zqndnyisbpynz8r6h4zx-guile-json-3.5.0/share/guile/site/3.0:/gnu/store/a2khqwj5yl87jnsmsmzvyjyrifay4nbf-disarchive-0.6.0/lib/guile/3.0/site-ccache:/gnu/store/a2khqwj5yl87jnsmsmzvyjyrifay4nbf-disarchive-0.6.0/share/guile/site/3.0:/gnu/store/ymc39r119jp1w9sa0rgd61rglm48drfw-guile-bzip2-0.1.0/lib/guile/3.0/site-ccache:/gnu/store/ymc39r119jp1w9sa0rgd61rglm48drfw-guile-bzip2-0.1.0/share/guile/site/3.0:/gnu/store/2856g408l42jfw8gx0xdgpy3ysjxwrlh-guile-lzma-0.1.1/lib/guile/3.0/site-ccache:/gnu/store/2856g408l42jfw8gx0xdgpy3ysjxwrlh-guile-lzma-0.1.1/share/guile/site/3.0:/gnu/store/nm1hilmvg629czzl0dzki10kwmga7sm7-guile-bytestructures-1.0.10/lib/guile/3.0/site-ccache:/gnu/store/nm1hilmvg629czzl0dzki10kwmga7sm7-guile-bytestructures-1.0.10/share/guile/site/3.0'
environment variable `ACLOCAL_PATH' set to `/gnu/store/w25iigidgynrld3jlpxbks8xwgrw9ipa-pkg-config-0.29.2/share/aclocal:/gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/share/aclocal:/gnu/store/0pr0pgr4b2fkls9nccmsvrzygvpwg4w3-automake-1.16.5/share/aclocal:/gnu/store/x1grz2sxwrb7c1wqk36ha87alh9kzjrp-gettext-minimal-0.21/share/aclocal:/gnu/store/il1n7dkkkqvklzxc00wadm7zh4kblmkk-libgcrypt-1.10.1/share/aclocal:/gnu/store/9hk9m4r3rvnbi36s6j4ljp0f5p326zzi-libgpg-error-1.45/share/aclocal'
environment variable `INFOPATH' set to `/gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/share/info:/gnu/store/y2pjvykv1xrdjz4fa8i4gsg8idm9j3r6-guile-gnutls-4.0.0/share/info:/gnu/store/h87n41xxr2n6w51whbndgscnqj3xrrkv-guile-avahi-0.4.1/share/info:/gnu/store/ha40140vbp79w0r4s9shrqj8768g3fl3-guile-gcrypt-0.4.0/share/info:/gnu/store/3hnxizvggkxgpa04amq094w095sm3192-guile-lib-0.2.8/share/info:/gnu/store/z29sag0ypjwssa23bshz6c9hzywgdygp-guile-ssh-0.16.4/share/info:/gnu/store/w8sk6iqqma31zf83y4vc619ardysa371-guile-git-0.7.0/share/info:/gnu/store/72v58vybsw00zbdbsvj1qm7ngwca3432-autoconf-2.69/share/info:/gnu/store/0pr0pgr4b2fkls9nccmsvrzygvpwg4w3-automake-1.16.5/share/info:/gnu/store/x1grz2sxwrb7c1wqk36ha87alh9kzjrp-gettext-minimal-0.21/share/info:/gnu/store/8l4g0pvxf0mmlwi7kayxzjk16436k2i6-texinfo-6.8/share/info:/gnu/store/qhdnnd0mwp3072imc7c13bisyafv3js5-gzip-1.12/share/info:/gnu/store/il1n7dkkkqvklzxc00wadm7zh4kblmkk-libgcrypt-1.10.1/share/info:/gnu/store/bkcd6iqgxhikvbl54vwiy2jih981vrz1-tar-1.34/share/info:/gnu/store/4ly70ncfklcln1vvilpq5fih53227p4b-gzip-1.12/share/info:/gnu/store/mydmggf3qs7ha5ajkz7x250dy7cnmi2v-diffutils-3.8/share/info:/gnu/store/5sksczis0ssy8nhln62lsjfm80np01rc-findutils-4.9.0/share/info:/gnu/store/qll484d4kizx5s1lgyjgrq2nqzq177q6-gawk-5.2.1/share/info:/gnu/store/bjjyfa71m9zy8iyriqc9wbpg95skad90-sed-4.8/share/info:/gnu/store/j0h6z30j13wrbch7pax9l9859c0wfvsl-grep-3.8/share/info:/gnu/store/sinrqfmja2a3ys1kmlwgpb629l4sh5rr-coreutils-9.1/share/info:/gnu/store/kgdnsfsw8f226s6j5vldaqvc767hn8ff-make-4.3/share/info:/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/share/info:/gnu/store/a7v86dd2kbi1rn9rwcw5mfw85aw9m3cf-binutils-2.38/share/info:/gnu/store/dcrdgy1rjkh0kibpkw6v2mia7f921b27-gcc-11.3.0/share/info:/gnu/store/3imvi8mfcsib1aiiidgr2znypih8nhmv-glibc-2.35/share/info:/gnu/store/vvgpzs547kd9ppqks47w7b8khffyn0rp-libunistring-1.0/share/info:/gnu/store/9hk9m4r3rvnbi36s6j4ljp0f5p326zzi-libgpg-error-1.45/share/info'
environment variable `PERL5LIB' set to `/gnu/store/sa46p34mkxpaz3lifcyqrs3cd85cpr3r-perl-5.36.0/lib/perl5/site_perl'
environment variable `GIT_SSL_CAINFO' unset
environment variable `GIT_EXEC_PATH' set to `/gnu/store/crag0zs69pyh6pm22c90pzp28d4d8f1w-git-minimal-2.45.2/libexec/git-core'
environment variable `BASH_LOADABLES_PATH' unset
environment variable `C_INCLUDE_PATH' set to `/gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/include:/gnu/store/x1grz2sxwrb7c1wqk36ha87alh9kzjrp-gettext-minimal-0.21/include:/gnu/store/s6y7jl0rxlym3jys56bnc3l9gqksydhq-imagemagick-6.9.12-4/include:/gnu/store/za10n22ay0yq952xsp86gdal71bdv2kf-bzip2-1.0.8/include:/gnu/store/70j419x2m9jahzwwrfm514my2brkllbh-sqlite-3.39.3/include:/gnu/store/il1n7dkkkqvklzxc00wadm7zh4kblmkk-libgcrypt-1.10.1/include:/gnu/store/qc295wdmdskila8mrivn3n9vri9p4qc2-zlib-1.2.13/include:/gnu/store/d66iz5kkh2kravdfa21x58bd53s7acvp-bzip2-1.0.8/include:/gnu/store/bzj02l1bgp7ibhxvdmpga2k5af0c4npa-file-5.44/include:/gnu/store/qll484d4kizx5s1lgyjgrq2nqzq177q6-gawk-5.2.1/include:/gnu/store/drsra005pzksg8z11jp4yn96sk8gkmq9-xz-5.2.8/include:/gnu/store/kgdnsfsw8f226s6j5vldaqvc767hn8ff-make-4.3/include:/gnu/store/a7v86dd2kbi1rn9rwcw5mfw85aw9m3cf-binutils-2.38/include:/gnu/store/dcrdgy1rjkh0kibpkw6v2mia7f921b27-gcc-11.3.0/include:/gnu/store/3imvi8mfcsib1aiiidgr2znypih8nhmv-glibc-2.35/include:/gnu/store/74641jwmb7xrlqfi3sbcc3hbpiiqf4a2-libgc-8.2.2/include:/gnu/store/vvgpzs547kd9ppqks47w7b8khffyn0rp-libunistring-1.0/include:/gnu/store/9hk9m4r3rvnbi36s6j4ljp0f5p326zzi-libgpg-error-1.45/include:/gnu/store/6qj8b1i9ynscrl6a8nqgkw787nvnf8fi-linux-libre-headers-5.15.49/include'
environment variable `CPLUS_INCLUDE_PATH' set to `/gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/include:/gnu/store/x1grz2sxwrb7c1wqk36ha87alh9kzjrp-gettext-minimal-0.21/include:/gnu/store/s6y7jl0rxlym3jys56bnc3l9gqksydhq-imagemagick-6.9.12-4/include:/gnu/store/za10n22ay0yq952xsp86gdal71bdv2kf-bzip2-1.0.8/include:/gnu/store/70j419x2m9jahzwwrfm514my2brkllbh-sqlite-3.39.3/include:/gnu/store/il1n7dkkkqvklzxc00wadm7zh4kblmkk-libgcrypt-1.10.1/include:/gnu/store/qc295wdmdskila8mrivn3n9vri9p4qc2-zlib-1.2.13/include:/gnu/store/d66iz5kkh2kravdfa21x58bd53s7acvp-bzip2-1.0.8/include:/gnu/store/bzj02l1bgp7ibhxvdmpga2k5af0c4npa-file-5.44/include:/gnu/store/qll484d4kizx5s1lgyjgrq2nqzq177q6-gawk-5.2.1/include:/gnu/store/drsra005pzksg8z11jp4yn96sk8gkmq9-xz-5.2.8/include:/gnu/store/kgdnsfsw8f226s6j5vldaqvc767hn8ff-make-4.3/include:/gnu/store/a7v86dd2kbi1rn9rwcw5mfw85aw9m3cf-binutils-2.38/include:/gnu/store/dcrdgy1rjkh0kibpkw6v2mia7f921b27-gcc-11.3.0/include/c++:/gnu/store/dcrdgy1rjkh0kibpkw6v2mia7f921b27-gcc-11.3.0/include:/gnu/store/3imvi8mfcsib1aiiidgr2znypih8nhmv-glibc-2.35/include:/gnu/store/74641jwmb7xrlqfi3sbcc3hbpiiqf4a2-libgc-8.2.2/include:/gnu/store/vvgpzs547kd9ppqks47w7b8khffyn0rp-libunistring-1.0/include:/gnu/store/9hk9m4r3rvnbi36s6j4ljp0f5p326zzi-libgpg-error-1.45/include:/gnu/store/6qj8b1i9ynscrl6a8nqgkw787nvnf8fi-linux-libre-headers-5.15.49/include'
environment variable `LIBRARY_PATH' set to `/gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/lib:/gnu/store/y2pjvykv1xrdjz4fa8i4gsg8idm9j3r6-guile-gnutls-4.0.0/lib:/gnu/store/h87n41xxr2n6w51whbndgscnqj3xrrkv-guile-avahi-0.4.1/lib:/gnu/store/ha40140vbp79w0r4s9shrqj8768g3fl3-guile-gcrypt-0.4.0/lib:/gnu/store/gzs54l6il8yxlcnxv0zarjjj25q81pfp-guile-json-4.7.3/lib:/gnu/store/3hnxizvggkxgpa04amq094w095sm3192-guile-lib-0.2.8/lib:/gnu/store/07lxibasm9kwy00swwjjm53s82qifjpj-guile-sqlite3-0.1.3/lib:/gnu/store/qnawl3pdw5rxd0d45aibbk60q40gs0hb-guile-zlib-0.1.0/lib:/gnu/store/26f89127zx9vpcm062p934las0455i71-guile-lzlib-0.3.0/lib:/gnu/store/ilcpfbcl5vw7svrd6g2qqxwz6mwqmmds-guile-zstd-0.1.1/lib:/gnu/store/z29sag0ypjwssa23bshz6c9hzywgdygp-guile-ssh-0.16.4/lib:/gnu/store/w8sk6iqqma31zf83y4vc619ardysa371-guile-git-0.7.0/lib:/gnu/store/x1grz2sxwrb7c1wqk36ha87alh9kzjrp-gettext-minimal-0.21/lib:/gnu/store/8l4g0pvxf0mmlwi7kayxzjk16436k2i6-texinfo-6.8/lib:/gnu/store/s6y7jl0rxlym3jys56bnc3l9gqksydhq-imagemagick-6.9.12-4/lib:/gnu/store/sa46p34mkxpaz3lifcyqrs3cd85cpr3r-perl-5.36.0/lib:/gnu/store/idasxy3wwr45zqndnyisbpynz8r6h4zx-guile-json-3.5.0/lib:/gnu/store/za10n22ay0yq952xsp86gdal71bdv2kf-bzip2-1.0.8/lib:/gnu/store/70j419x2m9jahzwwrfm514my2brkllbh-sqlite-3.39.3/lib:/gnu/store/il1n7dkkkqvklzxc00wadm7zh4kblmkk-libgcrypt-1.10.1/lib:/gnu/store/qc295wdmdskila8mrivn3n9vri9p4qc2-zlib-1.2.13/lib:/gnu/store/a2khqwj5yl87jnsmsmzvyjyrifay4nbf-disarchive-0.6.0/lib:/gnu/store/ymc39r119jp1w9sa0rgd61rglm48drfw-guile-bzip2-0.1.0/lib:/gnu/store/2856g408l42jfw8gx0xdgpy3ysjxwrlh-guile-lzma-0.1.1/lib:/gnu/store/qghmf49q5pyhhsjfr8gla00nz1wz06xh-glibc-utf8-locales-2.35/lib:/gnu/store/d66iz5kkh2kravdfa21x58bd53s7acvp-bzip2-1.0.8/lib:/gnu/store/bzj02l1bgp7ibhxvdmpga2k5af0c4npa-file-5.44/lib:/gnu/store/qll484d4kizx5s1lgyjgrq2nqzq177q6-gawk-5.2.1/lib:/gnu/store/drsra005pzksg8z11jp4yn96sk8gkmq9-xz-5.2.8/lib:/gnu/store/a7v86dd2kbi1rn9rwcw5mfw85aw9m3cf-binutils-2.38/lib:/gnu/store/3imvi8mfcsib1aiiidgr2znypih8nhmv-glibc-2.35/lib:/gnu/store/qqpiqxw7n69ikd28cvm78zi5z7g8y0qh-glibc-2.35-static/lib:/gnu/store/83rdr33pwjzimv4n0ch33lc6yf1acbry-glibc-utf8-locales-2.35/lib:/gnu/store/74641jwmb7xrlqfi3sbcc3hbpiiqf4a2-libgc-8.2.2/lib:/gnu/store/vvgpzs547kd9ppqks47w7b8khffyn0rp-libunistring-1.0/lib:/gnu/store/nm1hilmvg629czzl0dzki10kwmga7sm7-guile-bytestructures-1.0.10/lib:/gnu/store/9hk9m4r3rvnbi36s6j4ljp0f5p326zzi-libgpg-error-1.45/lib'
environment variable `GUIX_LOCPATH' set to `/gnu/store/qghmf49q5pyhhsjfr8gla00nz1wz06xh-glibc-utf8-locales-2.35/lib/locale:/gnu/store/83rdr33pwjzimv4n0ch33lc6yf1acbry-glibc-utf8-locales-2.35/lib/locale'
phase `set-paths' succeeded after 0.4 seconds
starting phase `install-locale'
using 'en_US.utf8' locale for category "LC_ALL"
phase `install-locale' succeeded after 0.0 seconds
starting phase `unpack'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/.guix-authorizations' -> `./.guix-authorizations'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/bootstrap' -> `./bootstrap'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/THANKS' -> `./THANKS'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/CODE-OF-CONDUCT' -> `./CODE-OF-CONDUCT'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/.gitattributes' -> `./.gitattributes'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/.dir-locals.el' -> `./.dir-locals.el'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/HACKING' -> `./HACKING'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/config-daemon.ac' -> `./config-daemon.ac'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/.patman' -> `./.patman'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/AUTHORS' -> `./AUTHORS'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/.editorconfig' -> `./.editorconfig'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/TODO' -> `./TODO'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/ChangeLog' -> `./ChangeLog'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/configure.ac' -> `./configure.ac'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/README' -> `./README'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu.scm' -> `./gnu.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/manifest.scm' -> `./manifest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix.scm' -> `./guix.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/COPYING' -> `./COPYING'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/Makefile.am' -> `./Makefile.am'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/.gitignore' -> `./.gitignore'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/.guix-channel' -> `./.guix-channel'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/NEWS' -> `./NEWS'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/ROADMAP' -> `./ROADMAP'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/.mailmap' -> `./.mailmap'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/m4/guix.m4' -> `./m4/guix.m4'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/check-channel-news.scm' -> `./build-aux/check-channel-news.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/check-final-inputs-self-contained.scm' -> `./build-aux/check-final-inputs-self-contained.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/convert-xref.scm' -> `./build-aux/convert-xref.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/build-self.scm' -> `./build-aux/build-self.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/compile-all.scm' -> `./build-aux/compile-all.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/update-NEWS.scm' -> `./build-aux/update-NEWS.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/update-guix-package.scm' -> `./build-aux/update-guix-package.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/xgettext.scm' -> `./build-aux/xgettext.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/test-env.in' -> `./build-aux/test-env.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/pre-inst-env.in' -> `./build-aux/pre-inst-env.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/generate-authors.scm' -> `./build-aux/generate-authors.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/git-version-gen' -> `./build-aux/git-version-gen'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/test-driver.scm' -> `./build-aux/test-driver.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/compile-as-derivation.scm' -> `./build-aux/compile-as-derivation.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/gitlog-to-changelog' -> `./build-aux/gitlog-to-changelog'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/mdate-from-git.scm' -> `./build-aux/mdate-from-git.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/build-aux/cuirass/evaluate.scm' -> `./build-aux/cuirass/evaluate.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/offload.scm' -> `./tests/offload.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/import-github.scm' -> `./tests/import-github.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/gremlin.scm' -> `./tests/gremlin.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-archive.sh' -> `./tests/guix-archive.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/packages.scm' -> `./tests/packages.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/elm.scm' -> `./tests/elm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-authenticate.sh' -> `./tests/guix-authenticate.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/challenge.scm' -> `./tests/challenge.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/crate.scm' -> `./tests/crate.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-package-aliases.sh' -> `./tests/guix-package-aliases.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-pack.sh' -> `./tests/guix-pack.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-lint.sh' -> `./tests/guix-lint.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/ui.scm' -> `./tests/ui.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-environment.sh' -> `./tests/guix-environment.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/store-deduplication.scm' -> `./tests/store-deduplication.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/store.scm' -> `./tests/store.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-graph.sh' -> `./tests/guix-graph.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/build-utils.scm' -> `./tests/build-utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/gem.scm' -> `./tests/gem.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/cve-sample.json' -> `./tests/cve-sample.json'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/records.scm' -> `./tests/records.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/hackage.scm' -> `./tests/hackage.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/channels.scm' -> `./tests/channels.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/style.scm' -> `./tests/style.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/sets.scm' -> `./tests/sets.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-git-authenticate.sh' -> `./tests/guix-git-authenticate.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/go.scm' -> `./tests/go.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/scripts.scm' -> `./tests/scripts.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-hash.sh' -> `./tests/guix-hash.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/ipfs.scm' -> `./tests/ipfs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/base32.scm' -> `./tests/base32.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/cve.scm' -> `./tests/cve.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/home-import.scm' -> `./tests/home-import.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/containers.scm' -> `./tests/containers.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/monads.scm' -> `./tests/monads.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/cran.scm' -> `./tests/cran.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-shell.sh' -> `./tests/guix-shell.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-style.sh' -> `./tests/guix-style.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/modules.scm' -> `./tests/modules.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/build-emacs-utils.scm' -> `./tests/build-emacs-utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/substitute.scm' -> `./tests/substitute.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-pack-localstatedir.sh' -> `./tests/guix-pack-localstatedir.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/print.scm' -> `./tests/print.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-locate.sh' -> `./tests/guix-locate.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/glob.scm' -> `./tests/glob.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-build.sh' -> `./tests/guix-build.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-refresh.sh' -> `./tests/guix-refresh.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/builders.scm' -> `./tests/builders.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/status.scm' -> `./tests/status.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-package.sh' -> `./tests/guix-package.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/base16.scm' -> `./tests/base16.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/git.scm' -> `./tests/git.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/networking.scm' -> `./tests/networking.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/combinators.scm' -> `./tests/combinators.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/services.scm' -> `./tests/services.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/hexpm.scm' -> `./tests/hexpm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/cache.scm' -> `./tests/cache.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-gc.sh' -> `./tests/guix-gc.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/rpm.scm' -> `./tests/rpm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/openpgp.scm' -> `./tests/openpgp.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-system.sh' -> `./tests/guix-system.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/store-database.scm' -> `./tests/store-database.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-shell-export-manifest.sh' -> `./tests/guix-shell-export-manifest.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/base64.scm' -> `./tests/base64.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/size.scm' -> `./tests/size.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/bournish.scm' -> `./tests/bournish.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/swh.scm' -> `./tests/swh.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/profiles.scm' -> `./tests/profiles.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-describe.sh' -> `./tests/guix-describe.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/inferior.scm' -> `./tests/inferior.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/publish.scm' -> `./tests/publish.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/gexp.scm' -> `./tests/gexp.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-package-net.sh' -> `./tests/guix-package-net.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/discovery.scm' -> `./tests/discovery.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/opam.scm' -> `./tests/opam.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-repl.sh' -> `./tests/guix-repl.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/test.drv' -> `./tests/test.drv'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/debug-link.scm' -> `./tests/debug-link.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-download.sh' -> `./tests/guix-download.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/grafts.scm' -> `./tests/grafts.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/npm-binary.scm' -> `./tests/npm-binary.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/import-utils.scm' -> `./tests/import-utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/minetest.scm' -> `./tests/minetest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/egg.scm' -> `./tests/egg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/cpio.scm' -> `./tests/cpio.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/syscalls.scm' -> `./tests/syscalls.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-home.sh' -> `./tests/guix-home.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/transformations.scm' -> `./tests/transformations.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/git-authenticate.scm' -> `./tests/git-authenticate.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-build-branch.sh' -> `./tests/guix-build-branch.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/upstream.scm' -> `./tests/upstream.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/workers.scm' -> `./tests/workers.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/pki.scm' -> `./tests/pki.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-daemon.sh' -> `./tests/guix-daemon.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/uuid.scm' -> `./tests/uuid.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-environment-container.sh' -> `./tests/guix-environment-container.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/elpa.scm' -> `./tests/elpa.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/utils.scm' -> `./tests/utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/processes.scm' -> `./tests/processes.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/boot-parameters.scm' -> `./tests/boot-parameters.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/nar.scm' -> `./tests/nar.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-pack-relocatable.sh' -> `./tests/guix-pack-relocatable.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/system.scm' -> `./tests/system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/accounts.scm' -> `./tests/accounts.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/lint.scm' -> `./tests/lint.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/composer.scm' -> `./tests/composer.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/union.scm' -> `./tests/union.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/store-roots.scm' -> `./tests/store-roots.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/import-git.scm' -> `./tests/import-git.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/file-systems.scm' -> `./tests/file-systems.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/graph.scm' -> `./tests/graph.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/guix-time-machine.sh' -> `./tests/guix-time-machine.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/pypi.scm' -> `./tests/pypi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/texlive.scm' -> `./tests/texlive.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/home-services.scm' -> `./tests/home-services.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/pack.scm' -> `./tests/pack.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/gnu-maintenance.scm' -> `./tests/gnu-maintenance.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/search-paths.scm' -> `./tests/search-paths.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/http-client.scm' -> `./tests/http-client.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/cpan.scm' -> `./tests/cpan.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/derivations.scm' -> `./tests/derivations.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/read-print.scm' -> `./tests/read-print.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/keys/ed25519.sec' -> `./tests/keys/ed25519.sec'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/keys/signing-key.sec' -> `./tests/keys/signing-key.sec'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/keys/ed25519-2.pub' -> `./tests/keys/ed25519-2.pub'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/keys/civodul.pub' -> `./tests/keys/civodul.pub'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/keys/ed25519-2.sec' -> `./tests/keys/ed25519-2.sec'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/keys/dsa.pub' -> `./tests/keys/dsa.pub'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/keys/ed25519-3.sec' -> `./tests/keys/ed25519-3.sec'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/keys/signing-key.pub' -> `./tests/keys/signing-key.pub'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/keys/rsa.pub' -> `./tests/keys/rsa.pub'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/keys/ed25519.pub' -> `./tests/keys/ed25519.pub'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/keys/ed25519-3.pub' -> `./tests/keys/ed25519-3.pub'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/services/linux.scm' -> `./tests/services/linux.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/services/configuration.scm' -> `./tests/services/configuration.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/services/lightdm.scm' -> `./tests/services/lightdm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/services/pam-mount.scm' -> `./tests/services/pam-mount.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/services/telephony.scm' -> `./tests/services/telephony.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/services/vpn.scm' -> `./tests/services/vpn.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/tests/services/file-sharing.scm' -> `./tests/services/file-sharing.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/build.scm' -> `./doc/build.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/contributing.texi' -> `./doc/contributing.texi'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/package-hello.scm' -> `./doc/package-hello.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/he-config-bare-bones.scm' -> `./doc/he-config-bare-bones.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/guix.texi' -> `./doc/guix.texi'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/package-hello.json' -> `./doc/package-hello.json'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/guix-cookbook.texi' -> `./doc/guix-cookbook.texi'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/fdl-1.3.texi' -> `./doc/fdl-1.3.texi'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/htmlxref.cnf' -> `./doc/htmlxref.cnf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/local.mk' -> `./doc/local.mk'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/environment-gdb.scm' -> `./doc/environment-gdb.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/images/coreutils-bag-graph.dot' -> `./doc/images/coreutils-bag-graph.dot'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/images/coreutils-size-map.png' -> `./doc/images/coreutils-size-map.png'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/images/installer-network.png' -> `./doc/images/installer-network.png'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/images/gcc-core-mesboot0-graph.dot' -> `./doc/images/gcc-core-mesboot0-graph.dot'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/images/service-graph.dot' -> `./doc/images/service-graph.dot'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/images/installer-resume.png' -> `./doc/images/installer-resume.png'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/images/bootstrap-graph.dot' -> `./doc/images/bootstrap-graph.dot'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/images/bootstrap-packages.dot' -> `./doc/images/bootstrap-packages.dot'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/images/coreutils-graph.dot' -> `./doc/images/coreutils-graph.dot'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/images/shepherd-graph.dot' -> `./doc/images/shepherd-graph.dot'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/doc/images/installer-partitions.png' -> `./doc/images/installer-partitions.png'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/.mumi/config' -> `./.mumi/config'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/deprecation.scm' -> `./guix/deprecation.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/android-repo-download.scm' -> `./guix/android-repo-download.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/substitutes.scm' -> `./guix/substitutes.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/packages.scm' -> `./guix/packages.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/cpu.scm' -> `./guix/cpu.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/ui.scm' -> `./guix/ui.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/avahi.scm' -> `./guix/avahi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/narinfo.scm' -> `./guix/narinfo.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/git-download.scm' -> `./guix/git-download.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/licenses.scm' -> `./guix/licenses.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/monad-repl.scm' -> `./guix/monad-repl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/store.scm' -> `./guix/store.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/ci.scm' -> `./guix/ci.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/platform.scm' -> `./guix/platform.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/graph.js' -> `./guix/graph.js'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/records.scm' -> `./guix/records.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/channels.scm' -> `./guix/channels.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/sets.scm' -> `./guix/sets.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts.scm' -> `./guix/scripts.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/download.scm' -> `./guix/download.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/hg-download.scm' -> `./guix/hg-download.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/ipfs.scm' -> `./guix/ipfs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/base32.scm' -> `./guix/base32.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/cve.scm' -> `./guix/cve.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/monads.scm' -> `./guix/monads.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/modules.scm' -> `./guix/modules.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/glob.scm' -> `./guix/glob.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/status.scm' -> `./guix/status.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/base16.scm' -> `./guix/base16.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/git.scm' -> `./guix/git.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/combinators.scm' -> `./guix/combinators.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system.scm' -> `./guix/build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/d3.v3.js' -> `./guix/d3.v3.js'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/cache.scm' -> `./guix/cache.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/profiling.scm' -> `./guix/profiling.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/rpm.scm' -> `./guix/rpm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/openpgp.scm' -> `./guix/openpgp.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/self.scm' -> `./guix/self.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/base64.scm' -> `./guix/base64.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/diagnostics.scm' -> `./guix/diagnostics.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/memoization.scm' -> `./guix/memoization.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/swh.scm' -> `./guix/swh.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/profiles.scm' -> `./guix/profiles.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/elf.scm' -> `./guix/elf.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/i18n.scm' -> `./guix/i18n.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/inferior.scm' -> `./guix/inferior.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/gnupg.scm' -> `./guix/gnupg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/gexp.scm' -> `./guix/gexp.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/svn-download.scm' -> `./guix/svn-download.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/discovery.scm' -> `./guix/discovery.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/colors.scm' -> `./guix/colors.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/remote.scm' -> `./guix/remote.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/hash.scm' -> `./guix/hash.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/bzr-download.scm' -> `./guix/bzr-download.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/grafts.scm' -> `./guix/grafts.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/man-db.scm' -> `./guix/man-db.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/cpio.scm' -> `./guix/cpio.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/transformations.scm' -> `./guix/transformations.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/config.scm.in' -> `./guix/config.scm.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/ssh.scm' -> `./guix/ssh.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/git-authenticate.scm' -> `./guix/git-authenticate.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/serialization.scm' -> `./guix/serialization.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/upstream.scm' -> `./guix/upstream.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/workers.scm' -> `./guix/workers.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/pki.scm' -> `./guix/pki.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/ftp-client.scm' -> `./guix/ftp-client.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/utils.scm' -> `./guix/utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/nar.scm' -> `./guix/nar.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/describe.scm' -> `./guix/describe.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/tests.scm' -> `./guix/tests.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/repl.scm' -> `./guix/repl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/progress.scm' -> `./guix/progress.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/least-authority.scm' -> `./guix/least-authority.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/lint.scm' -> `./guix/lint.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/quirks.scm' -> `./guix/quirks.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/docker.scm' -> `./guix/docker.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/cvs-download.scm' -> `./guix/cvs-download.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/graph.scm' -> `./guix/graph.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/gnu-maintenance.scm' -> `./guix/gnu-maintenance.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/search-paths.scm' -> `./guix/search-paths.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/http-client.scm' -> `./guix/http-client.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/derivations.scm' -> `./guix/derivations.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/read-print.scm' -> `./guix/read-print.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/tests/http.scm' -> `./guix/tests/http.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/tests/git.scm' -> `./guix/tests/git.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/tests/gnupg.scm' -> `./guix/tests/gnupg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/elm.scm' -> `./guix/import/elm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/crate.scm' -> `./guix/import/crate.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/gem.scm' -> `./guix/import/gem.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/hackage.scm' -> `./guix/import/hackage.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/go.scm' -> `./guix/import/go.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/test.scm' -> `./guix/import/test.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/cran.scm' -> `./guix/import/cran.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/print.scm' -> `./guix/import/print.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/git.scm' -> `./guix/import/git.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/kde.scm' -> `./guix/import/kde.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/hexpm.scm' -> `./guix/import/hexpm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/gnome.scm' -> `./guix/import/gnome.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/gnu.scm' -> `./guix/import/gnu.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/stackage.scm' -> `./guix/import/stackage.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/opam.scm' -> `./guix/import/opam.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/launchpad.scm' -> `./guix/import/launchpad.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/npm-binary.scm' -> `./guix/import/npm-binary.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/minetest.scm' -> `./guix/import/minetest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/egg.scm' -> `./guix/import/egg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/cabal.scm' -> `./guix/import/cabal.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/elpa.scm' -> `./guix/import/elpa.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/utils.scm' -> `./guix/import/utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/github.scm' -> `./guix/import/github.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/composer.scm' -> `./guix/import/composer.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/pypi.scm' -> `./guix/import/pypi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/texlive.scm' -> `./guix/import/texlive.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/json.scm' -> `./guix/import/json.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/import/cpan.scm' -> `./guix/import/cpan.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/elm.scm' -> `./guix/build-system/elm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/asdf.scm' -> `./guix/build-system/asdf.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/trivial.scm' -> `./guix/build-system/trivial.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/android-ndk.scm' -> `./guix/build-system/android-ndk.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/linux-module.scm' -> `./guix/build-system/linux-module.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/renpy.scm' -> `./guix/build-system/renpy.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/pyproject.scm' -> `./guix/build-system/pyproject.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/dune.scm' -> `./guix/build-system/dune.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/qt.scm' -> `./guix/build-system/qt.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/cargo.scm' -> `./guix/build-system/cargo.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/cmake.scm' -> `./guix/build-system/cmake.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/emacs.scm' -> `./guix/build-system/emacs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/go.scm' -> `./guix/build-system/go.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/rakudo.scm' -> `./guix/build-system/rakudo.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/ocaml.scm' -> `./guix/build-system/ocaml.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/gnu.scm' -> `./guix/build-system/gnu.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/ant.scm' -> `./guix/build-system/ant.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/maven.scm' -> `./guix/build-system/maven.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/scons.scm' -> `./guix/build-system/scons.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/channel.scm' -> `./guix/build-system/channel.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/meson.scm' -> `./guix/build-system/meson.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/julia.scm' -> `./guix/build-system/julia.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/haskell.scm' -> `./guix/build-system/haskell.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/font.scm' -> `./guix/build-system/font.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/rebar.scm' -> `./guix/build-system/rebar.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/python.scm' -> `./guix/build-system/python.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/minify.scm' -> `./guix/build-system/minify.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/ruby.scm' -> `./guix/build-system/ruby.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/r.scm' -> `./guix/build-system/r.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/minetest.scm' -> `./guix/build-system/minetest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/guile.scm' -> `./guix/build-system/guile.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/agda.scm' -> `./guix/build-system/agda.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/tree-sitter.scm' -> `./guix/build-system/tree-sitter.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/zig.scm' -> `./guix/build-system/zig.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/waf.scm' -> `./guix/build-system/waf.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/node.scm' -> `./guix/build-system/node.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/mozilla.scm' -> `./guix/build-system/mozilla.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/mix.scm' -> `./guix/build-system/mix.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/copy.scm' -> `./guix/build-system/copy.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/composer.scm' -> `./guix/build-system/composer.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/vim.scm' -> `./guix/build-system/vim.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/dub.scm' -> `./guix/build-system/dub.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/texlive.scm' -> `./guix/build-system/texlive.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/clojure.scm' -> `./guix/build-system/clojure.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/chicken.scm' -> `./guix/build-system/chicken.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/perl.scm' -> `./guix/build-system/perl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build-system/glib-or-gtk.scm' -> `./guix/build-system/glib-or-gtk.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/offload.scm' -> `./guix/scripts/offload.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/edit.scm' -> `./guix/scripts/edit.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/challenge.scm' -> `./guix/scripts/challenge.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/locate.scm' -> `./guix/scripts/locate.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/remove.scm' -> `./guix/scripts/remove.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/shell.scm' -> `./guix/scripts/shell.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/build.scm' -> `./guix/scripts/build.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/time-machine.scm' -> `./guix/scripts/time-machine.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/discover.scm' -> `./guix/scripts/discover.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/style.scm' -> `./guix/scripts/style.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import.scm' -> `./guix/scripts/import.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/download.scm' -> `./guix/scripts/download.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/gc.scm' -> `./guix/scripts/gc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/authenticate.scm' -> `./guix/scripts/authenticate.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/substitute.scm' -> `./guix/scripts/substitute.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/install.scm' -> `./guix/scripts/install.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/refresh.scm' -> `./guix/scripts/refresh.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/git.scm' -> `./guix/scripts/git.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/show.scm' -> `./guix/scripts/show.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/upgrade.scm' -> `./guix/scripts/upgrade.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/size.scm' -> `./guix/scripts/size.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/archive.scm' -> `./guix/scripts/archive.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/publish.scm' -> `./guix/scripts/publish.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/pull.scm' -> `./guix/scripts/pull.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/hash.scm' -> `./guix/scripts/hash.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/home.scm' -> `./guix/scripts/home.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/search.scm' -> `./guix/scripts/search.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/deploy.scm' -> `./guix/scripts/deploy.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/package.scm' -> `./guix/scripts/package.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/weather.scm' -> `./guix/scripts/weather.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/container.scm' -> `./guix/scripts/container.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/environment.scm' -> `./guix/scripts/environment.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/processes.scm' -> `./guix/scripts/processes.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/copy.scm' -> `./guix/scripts/copy.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/describe.scm' -> `./guix/scripts/describe.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/repl.scm' -> `./guix/scripts/repl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/system.scm' -> `./guix/scripts/system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/lint.scm' -> `./guix/scripts/lint.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/perform-download.scm' -> `./guix/scripts/perform-download.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/graph.scm' -> `./guix/scripts/graph.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/pack.scm' -> `./guix/scripts/pack.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/system/edit.scm' -> `./guix/scripts/system/edit.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/system/search.scm' -> `./guix/scripts/system/search.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/system/reconfigure.scm' -> `./guix/scripts/system/reconfigure.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/home/edit.scm' -> `./guix/scripts/home/edit.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/home/import.scm' -> `./guix/scripts/home/import.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/elm.scm' -> `./guix/scripts/import/elm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/crate.scm' -> `./guix/scripts/import/crate.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/gem.scm' -> `./guix/scripts/import/gem.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/hackage.scm' -> `./guix/scripts/import/hackage.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/go.scm' -> `./guix/scripts/import/go.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/cran.scm' -> `./guix/scripts/import/cran.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/hexpm.scm' -> `./guix/scripts/import/hexpm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/gnu.scm' -> `./guix/scripts/import/gnu.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/stackage.scm' -> `./guix/scripts/import/stackage.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/opam.scm' -> `./guix/scripts/import/opam.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/npm-binary.scm' -> `./guix/scripts/import/npm-binary.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/minetest.scm' -> `./guix/scripts/import/minetest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/egg.scm' -> `./guix/scripts/import/egg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/elpa.scm' -> `./guix/scripts/import/elpa.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/composer.scm' -> `./guix/scripts/import/composer.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/pypi.scm' -> `./guix/scripts/import/pypi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/texlive.scm' -> `./guix/scripts/import/texlive.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/json.scm' -> `./guix/scripts/import/json.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/import/cpan.scm' -> `./guix/scripts/import/cpan.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/container/exec.scm' -> `./guix/scripts/container/exec.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/scripts/git/authenticate.scm' -> `./guix/scripts/git/authenticate.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/store/database.scm' -> `./guix/store/database.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/store/roots.scm' -> `./guix/store/roots.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/store/schema.sql' -> `./guix/store/schema.sql'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/store/deduplication.scm' -> `./guix/store/deduplication.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/store/ssh.scm' -> `./guix/store/ssh.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/platforms/mips.scm' -> `./guix/platforms/mips.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/platforms/xtensa.scm' -> `./guix/platforms/xtensa.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/platforms/avr.scm' -> `./guix/platforms/avr.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/platforms/powerpc.scm' -> `./guix/platforms/powerpc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/platforms/arm.scm' -> `./guix/platforms/arm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/platforms/or1k.scm' -> `./guix/platforms/or1k.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/platforms/riscv.scm' -> `./guix/platforms/riscv.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/platforms/x86.scm' -> `./guix/platforms/x86.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/make-bootstrap.scm' -> `./guix/build/make-bootstrap.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/gremlin.scm' -> `./guix/build/gremlin.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/scons-build-system.scm' -> `./guix/build/scons-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/store-copy.scm' -> `./guix/build/store-copy.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/mix-build-system.scm' -> `./guix/build/mix-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/download-nar.scm' -> `./guix/build/download-nar.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/font-build-system.scm' -> `./guix/build/font-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/composer-build-system.scm' -> `./guix/build/composer-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/minify-build-system.scm' -> `./guix/build/minify-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/elm-build-system.scm' -> `./guix/build/elm-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/waf-build-system.scm' -> `./guix/build/waf-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/emacs-build-system.scm' -> `./guix/build/emacs-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/hg.scm' -> `./guix/build/hg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/guile-build-system.scm' -> `./guix/build/guile-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/download.scm' -> `./guix/build/download.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/dune-build-system.scm' -> `./guix/build/dune-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/ant-build-system.scm' -> `./guix/build/ant-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/po.scm' -> `./guix/build/po.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/ruby-build-system.scm' -> `./guix/build/ruby-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/renpy-build-system.scm' -> `./guix/build/renpy-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/bzr.scm' -> `./guix/build/bzr.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/julia-build-system.scm' -> `./guix/build/julia-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/copy-build-system.scm' -> `./guix/build/copy-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/minetest-build-system.scm' -> `./guix/build/minetest-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/git.scm' -> `./guix/build/git.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/pyproject-build-system.scm' -> `./guix/build/pyproject-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/texlive-build-system.scm' -> `./guix/build/texlive-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/asdf-build-system.scm' -> `./guix/build/asdf-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/meson-build-system.scm' -> `./guix/build/meson-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/cmake-build-system.scm' -> `./guix/build/cmake-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/gnu-bootstrap.scm' -> `./guix/build/gnu-bootstrap.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/bournish.scm' -> `./guix/build/bournish.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/profiles.scm' -> `./guix/build/profiles.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/lisp-utils.scm' -> `./guix/build/lisp-utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/android-repo.scm' -> `./guix/build/android-repo.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/rebar-build-system.scm' -> `./guix/build/rebar-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/svn.scm' -> `./guix/build/svn.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/go-build-system.scm' -> `./guix/build/go-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/glib-or-gtk-build-system.scm' -> `./guix/build/glib-or-gtk-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/android-ndk-build-system.scm' -> `./guix/build/android-ndk-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/cargo-utils.scm' -> `./guix/build/cargo-utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/debug-link.scm' -> `./guix/build/debug-link.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/gnu-dist.scm' -> `./guix/build/gnu-dist.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/dub-build-system.scm' -> `./guix/build/dub-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/clojure-utils.scm' -> `./guix/build/clojure-utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/perl-build-system.scm' -> `./guix/build/perl-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/python-build-system.scm' -> `./guix/build/python-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/gnu-build-system.scm' -> `./guix/build/gnu-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/syscalls.scm' -> `./guix/build/syscalls.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/cargo-build-system.scm' -> `./guix/build/cargo-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/cvs.scm' -> `./guix/build/cvs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/kconfig.scm' -> `./guix/build/kconfig.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/chicken-build-system.scm' -> `./guix/build/chicken-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/qt-utils.scm' -> `./guix/build/qt-utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/java-utils.scm' -> `./guix/build/java-utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/vim-build-system.scm' -> `./guix/build/vim-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/compile.scm' -> `./guix/build/compile.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/qt-build-system.scm' -> `./guix/build/qt-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/node-build-system.scm' -> `./guix/build/node-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/rakudo-build-system.scm' -> `./guix/build/rakudo-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/utils.scm' -> `./guix/build/utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/linux-module-build-system.scm' -> `./guix/build/linux-module-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/r-build-system.scm' -> `./guix/build/r-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/maven-build-system.scm' -> `./guix/build/maven-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/ocaml-build-system.scm' -> `./guix/build/ocaml-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/meson-configuration.scm' -> `./guix/build/meson-configuration.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/zig-build-system.scm' -> `./guix/build/zig-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/emacs-utils.scm' -> `./guix/build/emacs-utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/union.scm' -> `./guix/build/union.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/tree-sitter-build-system.scm' -> `./guix/build/tree-sitter-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/agda-build-system.scm' -> `./guix/build/agda-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/clojure-build-system.scm' -> `./guix/build/clojure-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/json.scm' -> `./guix/build/json.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/graft.scm' -> `./guix/build/graft.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/pack.scm' -> `./guix/build/pack.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/haskell-build-system.scm' -> `./guix/build/haskell-build-system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/maven/pom.scm' -> `./guix/build/maven/pom.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/maven/plugin.scm' -> `./guix/build/maven/plugin.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/guix/build/maven/java.scm' -> `./guix/build/maven/java.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/scripts/guix.in' -> `./scripts/guix.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/guix-cookbook.de.po' -> `./po/doc/guix-cookbook.de.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/guix-cookbook.pt_BR.po' -> `./po/doc/guix-cookbook.pt_BR.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/guix-manual.ru.po' -> `./po/doc/guix-manual.ru.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/guix-manual.de.po' -> `./po/doc/guix-manual.de.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/guix-cookbook.sk.po' -> `./po/doc/guix-cookbook.sk.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/guix-manual.es.po' -> `./po/doc/guix-manual.es.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/guix-cookbook.fr.po' -> `./po/doc/guix-cookbook.fr.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/guix-manual.zh_CN.po' -> `./po/doc/guix-manual.zh_CN.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/guix-cookbook.ko.po' -> `./po/doc/guix-cookbook.ko.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/po4a.cfg' -> `./po/doc/po4a.cfg'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/guix-cookbook.sv.po' -> `./po/doc/guix-cookbook.sv.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/local.mk' -> `./po/doc/local.mk'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/guix-manual.pt_BR.po' -> `./po/doc/guix-manual.pt_BR.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/doc/guix-manual.fr.po' -> `./po/doc/guix-manual.fr.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/ar.po' -> `./po/guix/ar.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/ru.po' -> `./po/guix/ru.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/zh_CN.po' -> `./po/guix/zh_CN.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/fi.po' -> `./po/guix/fi.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/fa.po' -> `./po/guix/fa.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/ja.po' -> `./po/guix/ja.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/nl.po' -> `./po/guix/nl.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/tr.po' -> `./po/guix/tr.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/sr.po' -> `./po/guix/sr.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/lt.po' -> `./po/guix/lt.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/ta.po' -> `./po/guix/ta.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/ka.po' -> `./po/guix/ka.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/ko.po' -> `./po/guix/ko.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/LINGUAS' -> `./po/guix/LINGUAS'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/pl.po' -> `./po/guix/pl.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/ca.po' -> `./po/guix/ca.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/it.po' -> `./po/guix/it.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/uk.po' -> `./po/guix/uk.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/vi.po' -> `./po/guix/vi.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/fr.po' -> `./po/guix/fr.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/sv.po' -> `./po/guix/sv.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/cs.po' -> `./po/guix/cs.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/de.po' -> `./po/guix/de.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/Makevars' -> `./po/guix/Makevars'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/oc.po' -> `./po/guix/oc.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/da.po' -> `./po/guix/da.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/POTFILES.in' -> `./po/guix/POTFILES.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/si.po' -> `./po/guix/si.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/bn.po' -> `./po/guix/bn.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/sk.po' -> `./po/guix/sk.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/eo.po' -> `./po/guix/eo.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/es.po' -> `./po/guix/es.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/hu.po' -> `./po/guix/hu.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/guix/pt_BR.po' -> `./po/guix/pt_BR.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/zh_CN.po' -> `./po/packages/zh_CN.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/fi.po' -> `./po/packages/fi.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/fa.po' -> `./po/packages/fa.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/ja.po' -> `./po/packages/ja.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/nl.po' -> `./po/packages/nl.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/tr.po' -> `./po/packages/tr.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/sr.po' -> `./po/packages/sr.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/ko.po' -> `./po/packages/ko.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/LINGUAS' -> `./po/packages/LINGUAS'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/pl.po' -> `./po/packages/pl.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/it.po' -> `./po/packages/it.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/uk.po' -> `./po/packages/uk.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/vi.po' -> `./po/packages/vi.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/fr.po' -> `./po/packages/fr.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/sv.po' -> `./po/packages/sv.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/de.po' -> `./po/packages/de.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/Makevars' -> `./po/packages/Makevars'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/oc.po' -> `./po/packages/oc.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/da.po' -> `./po/packages/da.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/POTFILES.in' -> `./po/packages/POTFILES.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/sk.po' -> `./po/packages/sk.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/eo.po' -> `./po/packages/eo.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/es.po' -> `./po/packages/es.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/hu.po' -> `./po/packages/hu.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/po/packages/pt_BR.po' -> `./po/packages/pt_BR.po'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/release-manifest.scm' -> `./etc/release-manifest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/news.scm' -> `./etc/news.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/source-manifest.scm' -> `./etc/source-manifest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/system-tests.scm' -> `./etc/system-tests.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/gnu-store.mount.in' -> `./etc/gnu-store.mount.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/guix-daemon.service.in' -> `./etc/guix-daemon.service.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/copyright.el' -> `./etc/copyright.el'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/guix-daemon.conf.in' -> `./etc/guix-daemon.conf.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/historical-authorizations' -> `./etc/historical-authorizations'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/guix-install.sh' -> `./etc/guix-install.sh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/disarchive-manifest.scm' -> `./etc/disarchive-manifest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/guix-gc.timer' -> `./etc/guix-gc.timer'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/guix-publish.service.in' -> `./etc/guix-publish.service.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/guix-publish.conf.in' -> `./etc/guix-publish.conf.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/kernels-manifest.scm' -> `./etc/kernels-manifest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/time-travel-manifest.scm' -> `./etc/time-travel-manifest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/hurd-manifest.scm' -> `./etc/hurd-manifest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/teams.scm' -> `./etc/teams.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/guix-daemon.cil.in' -> `./etc/guix-daemon.cil.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/guix-gc.service.in' -> `./etc/guix-gc.service.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/committer.scm.in' -> `./etc/committer.scm.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/teams/qt/qt5-manifest.scm' -> `./etc/teams/qt/qt5-manifest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/teams/qt/qt-manifest.scm' -> `./etc/teams/qt/qt-manifest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/teams/qt/common.scm' -> `./etc/teams/qt/common.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/teams/rust/rust-manifest.scm' -> `./etc/teams/rust/rust-manifest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/tempel/scheme-mode' -> `./etc/snippets/tempel/scheme-mode'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/tempel/text-mode' -> `./etc/snippets/tempel/text-mode'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/text-mode/guix-commit-message-rename-package' -> `./etc/snippets/yas/text-mode/guix-commit-message-rename-package'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/text-mode/guix-commit-message-remove-package' -> `./etc/snippets/yas/text-mode/guix-commit-message-remove-package'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/text-mode/guix-commit-message-add-package' -> `./etc/snippets/yas/text-mode/guix-commit-message-add-package'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/text-mode/guix-commit-message-update-package' -> `./etc/snippets/yas/text-mode/guix-commit-message-update-package'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/text-mode/guix-commit-message-use-https-home-page' -> `./etc/snippets/yas/text-mode/guix-commit-message-use-https-home-page'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/text-mode/guix-commit-message-add-cl-package' -> `./etc/snippets/yas/text-mode/guix-commit-message-add-cl-package'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/log-edit-mode/guix-vc-commit-message-remove-package' -> `./etc/snippets/yas/log-edit-mode/guix-vc-commit-message-remove-package'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/log-edit-mode/guix-vc-commit-message-add-package' -> `./etc/snippets/yas/log-edit-mode/guix-vc-commit-message-add-package'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/log-edit-mode/guix-vc-commit-message-use-https-home-page' -> `./etc/snippets/yas/log-edit-mode/guix-vc-commit-message-use-https-home-page'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/log-edit-mode/guix-vc-commit-message-rename-package' -> `./etc/snippets/yas/log-edit-mode/guix-vc-commit-message-rename-package'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/log-edit-mode/guix-vc-commit-message-update-package' -> `./etc/snippets/yas/log-edit-mode/guix-vc-commit-message-update-package'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/scheme-mode/guix-news-entry' -> `./etc/snippets/yas/scheme-mode/guix-news-entry'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/scheme-mode/guix-svn-reference' -> `./etc/snippets/yas/scheme-mode/guix-svn-reference'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/scheme-mode/guix-git-reference' -> `./etc/snippets/yas/scheme-mode/guix-git-reference'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/scheme-mode/guix-origin' -> `./etc/snippets/yas/scheme-mode/guix-origin'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/scheme-mode/guix-hg-reference' -> `./etc/snippets/yas/scheme-mode/guix-hg-reference'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/scheme-mode/guix-package' -> `./etc/snippets/yas/scheme-mode/guix-package'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/scheme-mode/guix-cvs-reference' -> `./etc/snippets/yas/scheme-mode/guix-cvs-reference'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/snippets/yas/scheme-mode/guix-bzr-reference' -> `./etc/snippets/yas/scheme-mode/guix-bzr-reference'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/completion/bash/guix-daemon' -> `./etc/completion/bash/guix-daemon'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/completion/bash/guix' -> `./etc/completion/bash/guix'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/completion/zsh/_guix' -> `./etc/completion/zsh/_guix'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/completion/fish/guix.fish' -> `./etc/completion/fish/guix.fish'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/openrc/guix-daemon.in' -> `./etc/openrc/guix-daemon.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/init.d/guix-daemon.in' -> `./etc/init.d/guix-daemon.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/substitutes/berlin.guix.gnu.org.pub' -> `./etc/substitutes/berlin.guix.gnu.org.pub'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/substitutes/bordeaux.guix.gnu.org.pub' -> `./etc/substitutes/bordeaux.guix.gnu.org.pub'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/substitutes/ci.guix.gnu.org.pub' -> `./etc/substitutes/ci.guix.gnu.org.pub'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/substitutes/ci.guix.info.pub' -> `./etc/substitutes/ci.guix.info.pub'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/git/pre-push' -> `./etc/git/pre-push'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/git/gitconfig' -> `./etc/git/gitconfig'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/git/post-merge' -> `./etc/git/post-merge'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/etc/git/commit-msg' -> `./etc/git/commit-msg'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/image.scm' -> `./gnu/image.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages.scm' -> `./gnu/packages.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/ci.scm' -> `./gnu/ci.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/artwork.scm' -> `./gnu/artwork.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer.scm' -> `./gnu/installer.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services.scm' -> `./gnu/services.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/compression.scm' -> `./gnu/compression.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home.scm' -> `./gnu/home.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/bootloader.scm' -> `./gnu/bootloader.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests.scm' -> `./gnu/tests.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/machine.scm' -> `./gnu/machine.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system.scm' -> `./gnu/system.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/local.mk' -> `./gnu/local.mk'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/image.scm' -> `./gnu/system/image.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/linux-container.scm' -> `./gnu/system/linux-container.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/pam.scm' -> `./gnu/system/pam.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/shadow.scm' -> `./gnu/system/shadow.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/nss.scm' -> `./gnu/system/nss.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/install.scm' -> `./gnu/system/install.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/mapped-devices.scm' -> `./gnu/system/mapped-devices.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/locale.scm' -> `./gnu/system/locale.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/keyboard.scm' -> `./gnu/system/keyboard.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/linux-initrd.scm' -> `./gnu/system/linux-initrd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/uuid.scm' -> `./gnu/system/uuid.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/hurd.scm' -> `./gnu/system/hurd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/setuid.scm' -> `./gnu/system/setuid.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/vm.scm' -> `./gnu/system/vm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/accounts.scm' -> `./gnu/system/accounts.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/file-systems.scm' -> `./gnu/system/file-systems.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/examples/beaglebone-black.tmpl' -> `./gnu/system/examples/beaglebone-black.tmpl'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/examples/desktop.tmpl' -> `./gnu/system/examples/desktop.tmpl'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/examples/docker-image.tmpl' -> `./gnu/system/examples/docker-image.tmpl'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/examples/lightweight-desktop.tmpl' -> `./gnu/system/examples/lightweight-desktop.tmpl'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/examples/raspberry-pi-64.tmpl' -> `./gnu/system/examples/raspberry-pi-64.tmpl'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/examples/bare-bones.tmpl' -> `./gnu/system/examples/bare-bones.tmpl'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/examples/vm-image.tmpl' -> `./gnu/system/examples/vm-image.tmpl'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/examples/raspberry-pi-64-nfs-root.tmpl' -> `./gnu/system/examples/raspberry-pi-64-nfs-root.tmpl'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/examples/asus-c201.tmpl' -> `./gnu/system/examples/asus-c201.tmpl'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/examples/bare-hurd.tmpl' -> `./gnu/system/examples/bare-hurd.tmpl'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/examples/plasma.tmpl' -> `./gnu/system/examples/plasma.tmpl'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/images/pine64.scm' -> `./gnu/system/images/pine64.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/images/visionfive2.scm' -> `./gnu/system/images/visionfive2.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/images/wsl2.scm' -> `./gnu/system/images/wsl2.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/images/novena.scm' -> `./gnu/system/images/novena.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/images/pinebook-pro.scm' -> `./gnu/system/images/pinebook-pro.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/images/orangepi-r1-plus-lts-rk3328.scm' -> `./gnu/system/images/orangepi-r1-plus-lts-rk3328.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/images/rock64.scm' -> `./gnu/system/images/rock64.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/images/hurd.scm' -> `./gnu/system/images/hurd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/system/images/unmatched.scm' -> `./gnu/system/images/unmatched.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/substitutes.scm' -> `./gnu/installer/substitutes.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt.scm' -> `./gnu/installer/newt.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/parted.scm' -> `./gnu/installer/parted.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/record.scm' -> `./gnu/installer/record.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/proxy.scm' -> `./gnu/installer/proxy.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/services.scm' -> `./gnu/installer/services.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/locale.scm' -> `./gnu/installer/locale.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/dump.scm' -> `./gnu/installer/dump.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/hardware.scm' -> `./gnu/installer/hardware.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/connman.scm' -> `./gnu/installer/connman.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/steps.scm' -> `./gnu/installer/steps.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/keymap.scm' -> `./gnu/installer/keymap.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/hostname.scm' -> `./gnu/installer/hostname.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/utils.scm' -> `./gnu/installer/utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/tests.scm' -> `./gnu/installer/tests.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/timezone.scm' -> `./gnu/installer/timezone.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/final.scm' -> `./gnu/installer/final.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/user.scm' -> `./gnu/installer/user.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/aux-files/logo.txt' -> `./gnu/installer/aux-files/logo.txt'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/substitutes.scm' -> `./gnu/installer/newt/substitutes.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/page.scm' -> `./gnu/installer/newt/page.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/wifi.scm' -> `./gnu/installer/newt/wifi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/services.scm' -> `./gnu/installer/newt/services.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/menu.scm' -> `./gnu/installer/newt/menu.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/locale.scm' -> `./gnu/installer/newt/locale.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/partition.scm' -> `./gnu/installer/newt/partition.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/welcome.scm' -> `./gnu/installer/newt/welcome.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/network.scm' -> `./gnu/installer/newt/network.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/keymap.scm' -> `./gnu/installer/newt/keymap.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/hostname.scm' -> `./gnu/installer/newt/hostname.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/utils.scm' -> `./gnu/installer/newt/utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/parameters.scm' -> `./gnu/installer/newt/parameters.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/timezone.scm' -> `./gnu/installer/newt/timezone.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/ethernet.scm' -> `./gnu/installer/newt/ethernet.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/final.scm' -> `./gnu/installer/newt/final.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/installer/newt/user.scm' -> `./gnu/installer/newt/user.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/bootloader/extlinux.scm' -> `./gnu/bootloader/extlinux.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/bootloader/u-boot.scm' -> `./gnu/bootloader/u-boot.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/bootloader/grub.scm' -> `./gnu/bootloader/grub.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/bootloader/depthcharge.scm' -> `./gnu/bootloader/depthcharge.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/cups.scm' -> `./gnu/tests/cups.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/image.scm' -> `./gnu/tests/image.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/gdm.scm' -> `./gnu/tests/gdm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/version-control.scm' -> `./gnu/tests/version-control.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/vnstat.scm' -> `./gnu/tests/vnstat.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/vnc.scm' -> `./gnu/tests/vnc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/linux-modules.scm' -> `./gnu/tests/linux-modules.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/ci.scm' -> `./gnu/tests/ci.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/virtualization.scm' -> `./gnu/tests/virtualization.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/dict.scm' -> `./gnu/tests/dict.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/nfs.scm' -> `./gnu/tests/nfs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/pam.scm' -> `./gnu/tests/pam.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/databases.scm' -> `./gnu/tests/databases.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/lightdm.scm' -> `./gnu/tests/lightdm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/install.scm' -> `./gnu/tests/install.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/networking.scm' -> `./gnu/tests/networking.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/messaging.scm' -> `./gnu/tests/messaging.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/security-token.scm' -> `./gnu/tests/security-token.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/telephony.scm' -> `./gnu/tests/telephony.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/base.scm' -> `./gnu/tests/base.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/web.scm' -> `./gnu/tests/web.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/rsync.scm' -> `./gnu/tests/rsync.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/ldap.scm' -> `./gnu/tests/ldap.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/package-management.scm' -> `./gnu/tests/package-management.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/guix.scm' -> `./gnu/tests/guix.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/mail.scm' -> `./gnu/tests/mail.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/samba.scm' -> `./gnu/tests/samba.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/ssh.scm' -> `./gnu/tests/ssh.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/desktop.scm' -> `./gnu/tests/desktop.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/security.scm' -> `./gnu/tests/security.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/singularity.scm' -> `./gnu/tests/singularity.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/cachefilesd.scm' -> `./gnu/tests/cachefilesd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/audio.scm' -> `./gnu/tests/audio.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/file-sharing.scm' -> `./gnu/tests/file-sharing.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/reconfigure.scm' -> `./gnu/tests/reconfigure.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/docker.scm' -> `./gnu/tests/docker.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/sddm.scm' -> `./gnu/tests/sddm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/ganeti.scm' -> `./gnu/tests/ganeti.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/monitoring.scm' -> `./gnu/tests/monitoring.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/tests/data/jami-dummy-account.dat' -> `./gnu/tests/data/jami-dummy-account.dat'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services.scm' -> `./gnu/home/services.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/sound.scm' -> `./gnu/home/services/sound.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/syncthing.scm' -> `./gnu/home/services/syncthing.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/fontutils.scm' -> `./gnu/home/services/fontutils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/dict.scm' -> `./gnu/home/services/dict.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/shells.scm' -> `./gnu/home/services/shells.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/messaging.scm' -> `./gnu/home/services/messaging.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/symlink-manager.scm' -> `./gnu/home/services/symlink-manager.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/mcron.scm' -> `./gnu/home/services/mcron.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/gnupg.scm' -> `./gnu/home/services/gnupg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/dotfiles.scm' -> `./gnu/home/services/dotfiles.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/guix.scm' -> `./gnu/home/services/guix.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/mail.scm' -> `./gnu/home/services/mail.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/ssh.scm' -> `./gnu/home/services/ssh.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/xdg.scm' -> `./gnu/home/services/xdg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/desktop.scm' -> `./gnu/home/services/desktop.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/media.scm' -> `./gnu/home/services/media.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/utils.scm' -> `./gnu/home/services/utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/pm.scm' -> `./gnu/home/services/pm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/home/services/shepherd.scm' -> `./gnu/home/services/shepherd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/cups.scm' -> `./gnu/services/cups.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/sound.scm' -> `./gnu/services/sound.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/syncthing.scm' -> `./gnu/services/syncthing.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/backup.scm' -> `./gnu/services/backup.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/version-control.scm' -> `./gnu/services/version-control.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/linux.scm' -> `./gnu/services/linux.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/vnc.scm' -> `./gnu/services/vnc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/avahi.scm' -> `./gnu/services/avahi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/configuration.scm' -> `./gnu/services/configuration.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/ci.scm' -> `./gnu/services/ci.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/virtualization.scm' -> `./gnu/services/virtualization.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/dict.scm' -> `./gnu/services/dict.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/cgit.scm' -> `./gnu/services/cgit.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/nfs.scm' -> `./gnu/services/nfs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/games.scm' -> `./gnu/services/games.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/databases.scm' -> `./gnu/services/databases.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/lightdm.scm' -> `./gnu/services/lightdm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/sysctl.scm' -> `./gnu/services/sysctl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/science.scm' -> `./gnu/services/science.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/nix.scm' -> `./gnu/services/nix.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/networking.scm' -> `./gnu/services/networking.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/messaging.scm' -> `./gnu/services/messaging.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/security-token.scm' -> `./gnu/services/security-token.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/admin.scm' -> `./gnu/services/admin.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/pam-mount.scm' -> `./gnu/services/pam-mount.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/auditd.scm' -> `./gnu/services/auditd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/telephony.scm' -> `./gnu/services/telephony.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/mcron.scm' -> `./gnu/services/mcron.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/base.scm' -> `./gnu/services/base.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/vpn.scm' -> `./gnu/services/vpn.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/web.scm' -> `./gnu/services/web.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/rsync.scm' -> `./gnu/services/rsync.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/xorg.scm' -> `./gnu/services/xorg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/ldap.scm' -> `./gnu/services/ldap.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/guix.scm' -> `./gnu/services/guix.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/dbus.scm' -> `./gnu/services/dbus.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/mail.scm' -> `./gnu/services/mail.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/spice.scm' -> `./gnu/services/spice.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/samba.scm' -> `./gnu/services/samba.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/kerberos.scm' -> `./gnu/services/kerberos.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/ssh.scm' -> `./gnu/services/ssh.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/desktop.scm' -> `./gnu/services/desktop.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/security.scm' -> `./gnu/services/security.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/certbot.scm' -> `./gnu/services/certbot.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/hurd.scm' -> `./gnu/services/hurd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/audio.scm' -> `./gnu/services/audio.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/file-sharing.scm' -> `./gnu/services/file-sharing.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/getmail.scm' -> `./gnu/services/getmail.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/herd.scm' -> `./gnu/services/herd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/authentication.scm' -> `./gnu/services/authentication.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/docker.scm' -> `./gnu/services/docker.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/pm.scm' -> `./gnu/services/pm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/dns.scm' -> `./gnu/services/dns.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/lirc.scm' -> `./gnu/services/lirc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/sddm.scm' -> `./gnu/services/sddm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/cuirass.scm' -> `./gnu/services/cuirass.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/ganeti.scm' -> `./gnu/services/ganeti.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/monitoring.scm' -> `./gnu/services/monitoring.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/services/shepherd.scm' -> `./gnu/services/shepherd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/embedded.scm' -> `./gnu/packages/embedded.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/multiprecision.scm' -> `./gnu/packages/multiprecision.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/game-development.scm' -> `./gnu/packages/game-development.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/make-bootstrap.scm' -> `./gnu/packages/make-bootstrap.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/printers.scm' -> `./gnu/packages/printers.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/java-bootstrap.scm' -> `./gnu/packages/java-bootstrap.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/djvu.scm' -> `./gnu/packages/djvu.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rails.scm' -> `./gnu/packages/rails.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/kodi.scm' -> `./gnu/packages/kodi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aspell.scm' -> `./gnu/packages/aspell.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cups.scm' -> `./gnu/packages/cups.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/image.scm' -> `./gnu/packages/image.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/bittorrent.scm' -> `./gnu/packages/bittorrent.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libsigsegv.scm' -> `./gnu/packages/libsigsegv.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/documentation.scm' -> `./gnu/packages/documentation.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/skarnet.scm' -> `./gnu/packages/skarnet.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/unrtf.scm' -> `./gnu/packages/unrtf.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rednotebook.scm' -> `./gnu/packages/rednotebook.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cross-toolchain.scm' -> `./gnu/packages/cross-toolchain.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/heads.scm' -> `./gnu/packages/heads.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/spreadsheet.scm' -> `./gnu/packages/spreadsheet.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/elm.scm' -> `./gnu/packages/elm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/debian.scm' -> `./gnu/packages/debian.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/syncthing.scm' -> `./gnu/packages/syncthing.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/backup.scm' -> `./gnu/packages/backup.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/openldap.scm' -> `./gnu/packages/openldap.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/slang.scm' -> `./gnu/packages/slang.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/zile.scm' -> `./gnu/packages/zile.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/apple.scm' -> `./gnu/packages/apple.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/imagemagick.scm' -> `./gnu/packages/imagemagick.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/batik.scm' -> `./gnu/packages/batik.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/curl.scm' -> `./gnu/packages/curl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/crates-gtk.scm' -> `./gnu/packages/crates-gtk.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rush.scm' -> `./gnu/packages/rush.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/task-management.scm' -> `./gnu/packages/task-management.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/kde-pim.scm' -> `./gnu/packages/kde-pim.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/stenography.scm' -> `./gnu/packages/stenography.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/entr.scm' -> `./gnu/packages/entr.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ghostscript.scm' -> `./gnu/packages/ghostscript.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/dictionaries.scm' -> `./gnu/packages/dictionaries.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/axoloti.scm' -> `./gnu/packages/axoloti.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/music.scm' -> `./gnu/packages/music.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/version-control.scm' -> `./gnu/packages/version-control.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pkg-config.scm' -> `./gnu/packages/pkg-config.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pciutils.scm' -> `./gnu/packages/pciutils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/crates-crypto.scm' -> `./gnu/packages/crates-crypto.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libffcall.scm' -> `./gnu/packages/libffcall.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lxde.scm' -> `./gnu/packages/lxde.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/photo.scm' -> `./gnu/packages/photo.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/synergy.scm' -> `./gnu/packages/synergy.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/sml.scm' -> `./gnu/packages/sml.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/education.scm' -> `./gnu/packages/education.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/linux.scm' -> `./gnu/packages/linux.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/golang-maths.scm' -> `./gnu/packages/golang-maths.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/selinux.scm' -> `./gnu/packages/selinux.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pikchr.scm' -> `./gnu/packages/pikchr.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ntp.scm' -> `./gnu/packages/ntp.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/conky.scm' -> `./gnu/packages/conky.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/php-xyz.scm' -> `./gnu/packages/php-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/mercury.scm' -> `./gnu/packages/mercury.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/vnc.scm' -> `./gnu/packages/vnc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pv.scm' -> `./gnu/packages/pv.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gl.scm' -> `./gnu/packages/gl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/golang-web.scm' -> `./gnu/packages/golang-web.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/icu4c.scm' -> `./gnu/packages/icu4c.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gdb.scm' -> `./gnu/packages/gdb.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/mtools.scm' -> `./gnu/packages/mtools.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/python-web.scm' -> `./gnu/packages/python-web.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/racket.scm' -> `./gnu/packages/racket.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/avahi.scm' -> `./gnu/packages/avahi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/astronomy.scm' -> `./gnu/packages/astronomy.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/emacs-xyz.scm' -> `./gnu/packages/emacs-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cobol.scm' -> `./gnu/packages/cobol.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/electronics.scm' -> `./gnu/packages/electronics.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/speech.scm' -> `./gnu/packages/speech.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gv.scm' -> `./gnu/packages/gv.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/motti.scm' -> `./gnu/packages/motti.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/llvm-meta.scm' -> `./gnu/packages/llvm-meta.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/perl-web.scm' -> `./gnu/packages/perl-web.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/mpd.scm' -> `./gnu/packages/mpd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/noweb.scm' -> `./gnu/packages/noweb.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/antivirus.scm' -> `./gnu/packages/antivirus.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/tv.scm' -> `./gnu/packages/tv.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/screen.scm' -> `./gnu/packages/screen.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cluster.scm' -> `./gnu/packages/cluster.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libidn.scm' -> `./gnu/packages/libidn.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/hyperledger.scm' -> `./gnu/packages/hyperledger.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lxqt.scm' -> `./gnu/packages/lxqt.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/xnee.scm' -> `./gnu/packages/xnee.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/qt.scm' -> `./gnu/packages/qt.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/datastructures.scm' -> `./gnu/packages/datastructures.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/instrumentation.scm' -> `./gnu/packages/instrumentation.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/tor.scm' -> `./gnu/packages/tor.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/orpheus.scm' -> `./gnu/packages/orpheus.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/sycl.scm' -> `./gnu/packages/sycl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/fontutils.scm' -> `./gnu/packages/fontutils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/crates-tls.scm' -> `./gnu/packages/crates-tls.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/irc.scm' -> `./gnu/packages/irc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/crypto.scm' -> `./gnu/packages/crypto.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ftp.scm' -> `./gnu/packages/ftp.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ci.scm' -> `./gnu/packages/ci.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/virtualization.scm' -> `./gnu/packages/virtualization.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gd.scm' -> `./gnu/packages/gd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/python-check.scm' -> `./gnu/packages/python-check.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libftdi.scm' -> `./gnu/packages/libftdi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/prolog.scm' -> `./gnu/packages/prolog.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/golang-check.scm' -> `./gnu/packages/golang-check.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/animation.scm' -> `./gnu/packages/animation.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/sdl.scm' -> `./gnu/packages/sdl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/specifications.scm' -> `./gnu/packages/specifications.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/glib.scm' -> `./gnu/packages/glib.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/erlang.scm' -> `./gnu/packages/erlang.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/poedit.scm' -> `./gnu/packages/poedit.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/kde-plasma.scm' -> `./gnu/packages/kde-plasma.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/acl.scm' -> `./gnu/packages/acl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/simh.scm' -> `./gnu/packages/simh.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/image-processing.scm' -> `./gnu/packages/image-processing.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/esolangs.scm' -> `./gnu/packages/esolangs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/simulation.scm' -> `./gnu/packages/simulation.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/forth.scm' -> `./gnu/packages/forth.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/golang-build.scm' -> `./gnu/packages/golang-build.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cmake.scm' -> `./gnu/packages/cmake.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/dlang.scm' -> `./gnu/packages/dlang.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libdaemon.scm' -> `./gnu/packages/libdaemon.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/nfs.scm' -> `./gnu/packages/nfs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/fpga.scm' -> `./gnu/packages/fpga.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/xml.scm' -> `./gnu/packages/xml.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/wm.scm' -> `./gnu/packages/wm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/autotools.scm' -> `./gnu/packages/autotools.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/syndication.scm' -> `./gnu/packages/syndication.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/emacs.scm' -> `./gnu/packages/emacs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/games.scm' -> `./gnu/packages/games.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/algebra.scm' -> `./gnu/packages/algebra.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/loko.scm' -> `./gnu/packages/loko.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/julia-jll.scm' -> `./gnu/packages/julia-jll.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/elixir.scm' -> `./gnu/packages/elixir.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/genimage.scm' -> `./gnu/packages/genimage.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/logo.scm' -> `./gnu/packages/logo.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/groovy.scm' -> `./gnu/packages/groovy.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/shells.scm' -> `./gnu/packages/shells.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/databases.scm' -> `./gnu/packages/databases.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/opencl.scm' -> `./gnu/packages/opencl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/augeas.scm' -> `./gnu/packages/augeas.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/onc-rpc.scm' -> `./gnu/packages/onc-rpc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/code.scm' -> `./gnu/packages/code.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/scsi.scm' -> `./gnu/packages/scsi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ipfs.scm' -> `./gnu/packages/ipfs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/barrier.scm' -> `./gnu/packages/barrier.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/serveez.scm' -> `./gnu/packages/serveez.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/wv.scm' -> `./gnu/packages/wv.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/nicotine.scm' -> `./gnu/packages/nicotine.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cybersecurity.scm' -> `./gnu/packages/cybersecurity.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/dvtm.scm' -> `./gnu/packages/dvtm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cyrus-sasl.scm' -> `./gnu/packages/cyrus-sasl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lsof.scm' -> `./gnu/packages/lsof.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/phabricator.scm' -> `./gnu/packages/phabricator.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/abiword.scm' -> `./gnu/packages/abiword.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/kde-internet.scm' -> `./gnu/packages/kde-internet.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/node-xyz.scm' -> `./gnu/packages/node-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/golang-compression.scm' -> `./gnu/packages/golang-compression.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/nss.scm' -> `./gnu/packages/nss.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pretty-print.scm' -> `./gnu/packages/pretty-print.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pem.scm' -> `./gnu/packages/pem.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gawk.scm' -> `./gnu/packages/gawk.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/attr.scm' -> `./gnu/packages/attr.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pantheon.scm' -> `./gnu/packages/pantheon.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/enlightenment.scm' -> `./gnu/packages/enlightenment.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/diffoscope.scm' -> `./gnu/packages/diffoscope.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/marst.scm' -> `./gnu/packages/marst.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/man.scm' -> `./gnu/packages/man.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/android.scm' -> `./gnu/packages/android.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/containers.scm' -> `./gnu/packages/containers.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/calendar.scm' -> `./gnu/packages/calendar.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/zig-xyz.scm' -> `./gnu/packages/zig-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cran.scm' -> `./gnu/packages/cran.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/avr.scm' -> `./gnu/packages/avr.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/uml.scm' -> `./gnu/packages/uml.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libffi.scm' -> `./gnu/packages/libffi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/darwin.scm' -> `./gnu/packages/darwin.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cdrom.scm' -> `./gnu/packages/cdrom.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/golang-xyz.scm' -> `./gnu/packages/golang-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gobby.scm' -> `./gnu/packages/gobby.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/fcitx5.scm' -> `./gnu/packages/fcitx5.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gettext.scm' -> `./gnu/packages/gettext.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/graphics.scm' -> `./gnu/packages/graphics.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/texinfo.scm' -> `./gnu/packages/texinfo.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pth.scm' -> `./gnu/packages/pth.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/raspberry-pi.scm' -> `./gnu/packages/raspberry-pi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/linphone.scm' -> `./gnu/packages/linphone.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rcm.scm' -> `./gnu/packages/rcm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ada.scm' -> `./gnu/packages/ada.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cedille.scm' -> `./gnu/packages/cedille.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/crates-windows.scm' -> `./gnu/packages/crates-windows.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gnustep.scm' -> `./gnu/packages/gnustep.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/engineering.scm' -> `./gnu/packages/engineering.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/squirrel.scm' -> `./gnu/packages/squirrel.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/browser-extensions.scm' -> `./gnu/packages/browser-extensions.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/netpbm.scm' -> `./gnu/packages/netpbm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/opencog.scm' -> `./gnu/packages/opencog.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ragel.scm' -> `./gnu/packages/ragel.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/nettle.scm' -> `./gnu/packages/nettle.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/task-runners.scm' -> `./gnu/packages/task-runners.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/bqn.scm' -> `./gnu/packages/bqn.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/fltk.scm' -> `./gnu/packages/fltk.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/fabric-management.scm' -> `./gnu/packages/fabric-management.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rrdtool.scm' -> `./gnu/packages/rrdtool.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rdf.scm' -> `./gnu/packages/rdf.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/textutils.scm' -> `./gnu/packages/textutils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/crates-graphics.scm' -> `./gnu/packages/crates-graphics.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/sugar.scm' -> `./gnu/packages/sugar.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libreoffice.scm' -> `./gnu/packages/libreoffice.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/datamash.scm' -> `./gnu/packages/datamash.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/parallel.scm' -> `./gnu/packages/parallel.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/w3m.scm' -> `./gnu/packages/w3m.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/perl6.scm' -> `./gnu/packages/perl6.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ld-wrapper.in' -> `./gnu/packages/ld-wrapper.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/smalltalk.scm' -> `./gnu/packages/smalltalk.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/scheme.scm' -> `./gnu/packages/scheme.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/accessibility.scm' -> `./gnu/packages/accessibility.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/commencement.scm' -> `./gnu/packages/commencement.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/perl-compression.scm' -> `./gnu/packages/perl-compression.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cvassistant.scm' -> `./gnu/packages/cvassistant.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cpp.scm' -> `./gnu/packages/cpp.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/myrddin.scm' -> `./gnu/packages/myrddin.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/tcl.scm' -> `./gnu/packages/tcl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/kde.scm' -> `./gnu/packages/kde.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/networking.scm' -> `./gnu/packages/networking.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/bison.scm' -> `./gnu/packages/bison.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/web-browsers.scm' -> `./gnu/packages/web-browsers.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/plotutils.scm' -> `./gnu/packages/plotutils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ncdu.scm' -> `./gnu/packages/ncdu.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/terminals.scm' -> `./gnu/packages/terminals.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cryptsetup.scm' -> `./gnu/packages/cryptsetup.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/mate.scm' -> `./gnu/packages/mate.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gnuzilla.scm' -> `./gnu/packages/gnuzilla.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/clifm.scm' -> `./gnu/packages/clifm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gimp.scm' -> `./gnu/packages/gimp.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/haskell-crypto.scm' -> `./gnu/packages/haskell-crypto.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/kde-systemtools.scm' -> `./gnu/packages/kde-systemtools.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/geo.scm' -> `./gnu/packages/geo.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/magic-wormhole.scm' -> `./gnu/packages/magic-wormhole.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gsasl.scm' -> `./gnu/packages/gsasl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/messaging.scm' -> `./gnu/packages/messaging.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/hugs.scm' -> `./gnu/packages/hugs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/markup.scm' -> `./gnu/packages/markup.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gnome-xyz.scm' -> `./gnu/packages/gnome-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/display-managers.scm' -> `./gnu/packages/display-managers.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/crates-vcs.scm' -> `./gnu/packages/crates-vcs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/boost.scm' -> `./gnu/packages/boost.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cook.scm' -> `./gnu/packages/cook.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/dico.scm' -> `./gnu/packages/dico.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/crates-apple.scm' -> `./gnu/packages/crates-apple.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/text-editors.scm' -> `./gnu/packages/text-editors.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/enchant.scm' -> `./gnu/packages/enchant.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/profiling.scm' -> `./gnu/packages/profiling.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rpm.scm' -> `./gnu/packages/rpm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/python-crypto.scm' -> `./gnu/packages/python-crypto.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/crates-web.scm' -> `./gnu/packages/crates-web.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ocaml.scm' -> `./gnu/packages/ocaml.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lua.scm' -> `./gnu/packages/lua.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/openpgp.scm' -> `./gnu/packages/openpgp.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/security-token.scm' -> `./gnu/packages/security-token.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/bootstrap.scm' -> `./gnu/packages/bootstrap.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gcc.scm' -> `./gnu/packages/gcc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/golang.scm' -> `./gnu/packages/golang.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/re2c.scm' -> `./gnu/packages/re2c.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rdesktop.scm' -> `./gnu/packages/rdesktop.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/wdiff.scm' -> `./gnu/packages/wdiff.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/bioconductor.scm' -> `./gnu/packages/bioconductor.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gnome.scm' -> `./gnu/packages/gnome.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ebook.scm' -> `./gnu/packages/ebook.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/arcan.scm' -> `./gnu/packages/arcan.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/admin.scm' -> `./gnu/packages/admin.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/build-tools.scm' -> `./gnu/packages/build-tools.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gnunet.scm' -> `./gnu/packages/gnunet.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gnu-doc.scm' -> `./gnu/packages/gnu-doc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/bootloaders.scm' -> `./gnu/packages/bootloaders.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libphidget.scm' -> `./gnu/packages/libphidget.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/solidity.scm' -> `./gnu/packages/solidity.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/telephony.scm' -> `./gnu/packages/telephony.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/perl-check.scm' -> `./gnu/packages/perl-check.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/logging.scm' -> `./gnu/packages/logging.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/dav.scm' -> `./gnu/packages/dav.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/books.scm' -> `./gnu/packages/books.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/groff.scm' -> `./gnu/packages/groff.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/bash.scm' -> `./gnu/packages/bash.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/disk.scm' -> `./gnu/packages/disk.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/openkinect.scm' -> `./gnu/packages/openkinect.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/guile-xyz.scm' -> `./gnu/packages/guile-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/graphviz.scm' -> `./gnu/packages/graphviz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/nx.scm' -> `./gnu/packages/nx.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/java-compression.scm' -> `./gnu/packages/java-compression.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/file.scm' -> `./gnu/packages/file.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/python-science.scm' -> `./gnu/packages/python-science.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/password-utils.scm' -> `./gnu/packages/password-utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/elf.scm' -> `./gnu/packages/elf.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/uglifyjs.scm' -> `./gnu/packages/uglifyjs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/compression.scm' -> `./gnu/packages/compression.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gcal.scm' -> `./gnu/packages/gcal.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lisp.scm' -> `./gnu/packages/lisp.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libusb.scm' -> `./gnu/packages/libusb.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/shellutils.scm' -> `./gnu/packages/shellutils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/flashing-tools.scm' -> `./gnu/packages/flashing-tools.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/maven.scm' -> `./gnu/packages/maven.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/image-viewers.scm' -> `./gnu/packages/image-viewers.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/flex.scm' -> `./gnu/packages/flex.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/fediverse.scm' -> `./gnu/packages/fediverse.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/telegram.scm' -> `./gnu/packages/telegram.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gnupg.scm' -> `./gnu/packages/gnupg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ratpoison.scm' -> `./gnu/packages/ratpoison.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/scanner.scm' -> `./gnu/packages/scanner.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/sphinx.scm' -> `./gnu/packages/sphinx.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/python-build.scm' -> `./gnu/packages/python-build.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/base.scm' -> `./gnu/packages/base.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/python-compression.scm' -> `./gnu/packages/python-compression.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/upnp.scm' -> `./gnu/packages/upnp.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/irods.scm' -> `./gnu/packages/irods.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lisp-check.scm' -> `./gnu/packages/lisp-check.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/docbook.scm' -> `./gnu/packages/docbook.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/vpn.scm' -> `./gnu/packages/vpn.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lean.scm' -> `./gnu/packages/lean.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/terraform.scm' -> `./gnu/packages/terraform.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/regex.scm' -> `./gnu/packages/regex.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/assembly.scm' -> `./gnu/packages/assembly.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/convmv.scm' -> `./gnu/packages/convmv.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/usb-modeswitch.scm' -> `./gnu/packages/usb-modeswitch.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/certs.scm' -> `./gnu/packages/certs.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/java-maths.scm' -> `./gnu/packages/java-maths.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/mcrypt.scm' -> `./gnu/packages/mcrypt.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/busybox.scm' -> `./gnu/packages/busybox.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/web.scm' -> `./gnu/packages/web.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rsync.scm' -> `./gnu/packages/rsync.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ccache.scm' -> `./gnu/packages/ccache.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/julia.scm' -> `./gnu/packages/julia.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/elixir-xyz.scm' -> `./gnu/packages/elixir-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/i2p.scm' -> `./gnu/packages/i2p.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/nim.scm' -> `./gnu/packages/nim.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/inkscape.scm' -> `./gnu/packages/inkscape.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/xorg.scm' -> `./gnu/packages/xorg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/digest.scm' -> `./gnu/packages/digest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/kde-utils.scm' -> `./gnu/packages/kde-utils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cppi.scm' -> `./gnu/packages/cppi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/popt.scm' -> `./gnu/packages/popt.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/sqlite.scm' -> `./gnu/packages/sqlite.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/haskell.scm' -> `./gnu/packages/haskell.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/musl.scm' -> `./gnu/packages/musl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/mingw.scm' -> `./gnu/packages/mingw.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/bdw-gc.scm' -> `./gnu/packages/bdw-gc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/scribus.scm' -> `./gnu/packages/scribus.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libevent.scm' -> `./gnu/packages/libevent.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pascal.scm' -> `./gnu/packages/pascal.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/jose.scm' -> `./gnu/packages/jose.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/coq.scm' -> `./gnu/packages/coq.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/dc.scm' -> `./gnu/packages/dc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/fcitx.scm' -> `./gnu/packages/fcitx.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/mpi.scm' -> `./gnu/packages/mpi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/fonts.scm' -> `./gnu/packages/fonts.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/microcom.scm' -> `./gnu/packages/microcom.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/package-management.scm' -> `./gnu/packages/package-management.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pypy.scm' -> `./gnu/packages/pypy.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/wine.scm' -> `./gnu/packages/wine.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/mp3.scm' -> `./gnu/packages/mp3.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pdf.scm' -> `./gnu/packages/pdf.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/toys.scm' -> `./gnu/packages/toys.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ibus.scm' -> `./gnu/packages/ibus.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/python.scm' -> `./gnu/packages/python.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/benchmark.scm' -> `./gnu/packages/benchmark.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/golang-crypto.scm' -> `./gnu/packages/golang-crypto.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/configuration-management.scm' -> `./gnu/packages/configuration-management.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/fsf.scm' -> `./gnu/packages/fsf.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/wordnet.scm' -> `./gnu/packages/wordnet.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/webkit.scm' -> `./gnu/packages/webkit.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/javascript.scm' -> `./gnu/packages/javascript.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/plan9.scm' -> `./gnu/packages/plan9.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/sawfish.scm' -> `./gnu/packages/sawfish.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/video.scm' -> `./gnu/packages/video.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/sync.scm' -> `./gnu/packages/sync.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/high-availability.scm' -> `./gnu/packages/high-availability.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/machine-learning.scm' -> `./gnu/packages/machine-learning.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/storage.scm' -> `./gnu/packages/storage.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ruby.scm' -> `./gnu/packages/ruby.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/guile-wm.scm' -> `./gnu/packages/guile-wm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/wget.scm' -> `./gnu/packages/wget.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/haskell-check.scm' -> `./gnu/packages/haskell-check.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/less.scm' -> `./gnu/packages/less.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/presentation.scm' -> `./gnu/packages/presentation.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lego.scm' -> `./gnu/packages/lego.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/minetest.scm' -> `./gnu/packages/minetest.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gnucash.scm' -> `./gnu/packages/gnucash.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/check.scm' -> `./gnu/packages/check.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/mail.scm' -> `./gnu/packages/mail.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/inklingreader.scm' -> `./gnu/packages/inklingreader.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/spice.scm' -> `./gnu/packages/spice.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/hardware.scm' -> `./gnu/packages/hardware.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/xfig.scm' -> `./gnu/packages/xfig.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/easyrpg.scm' -> `./gnu/packages/easyrpg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cpio.scm' -> `./gnu/packages/cpio.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/chez.scm' -> `./gnu/packages/chez.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/tmux.scm' -> `./gnu/packages/tmux.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lisp-xyz.scm' -> `./gnu/packages/lisp-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/anthy.scm' -> `./gnu/packages/anthy.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/vlang.scm' -> `./gnu/packages/vlang.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/librewolf.scm' -> `./gnu/packages/librewolf.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/xfce.scm' -> `./gnu/packages/xfce.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cross-base.scm' -> `./gnu/packages/cross-base.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/chromium.scm' -> `./gnu/packages/chromium.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/dezyne.scm' -> `./gnu/packages/dezyne.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/orange.scm' -> `./gnu/packages/orange.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/tor-browsers.scm' -> `./gnu/packages/tor-browsers.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/sssd.scm' -> `./gnu/packages/sssd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ots.scm' -> `./gnu/packages/ots.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/stb.scm' -> `./gnu/packages/stb.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/nvi.scm' -> `./gnu/packages/nvi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/moreutils.scm' -> `./gnu/packages/moreutils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rust.scm' -> `./gnu/packages/rust.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/search.scm' -> `./gnu/packages/search.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/suckless.scm' -> `./gnu/packages/suckless.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/m4.scm' -> `./gnu/packages/m4.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/kawa.scm' -> `./gnu/packages/kawa.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ocr.scm' -> `./gnu/packages/ocr.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/swig.scm' -> `./gnu/packages/swig.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/samba.scm' -> `./gnu/packages/samba.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/kerberos.scm' -> `./gnu/packages/kerberos.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/guile.scm' -> `./gnu/packages/guile.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/kde-games.scm' -> `./gnu/packages/kde-games.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ssh.scm' -> `./gnu/packages/ssh.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/firmware.scm' -> `./gnu/packages/firmware.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/agda.scm' -> `./gnu/packages/agda.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/serialization.scm' -> `./gnu/packages/serialization.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/perl-maths.scm' -> `./gnu/packages/perl-maths.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rocm.scm' -> `./gnu/packages/rocm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/weather.scm' -> `./gnu/packages/weather.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/hexedit.scm' -> `./gnu/packages/hexedit.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/language.scm' -> `./gnu/packages/language.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/uucp.scm' -> `./gnu/packages/uucp.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/nickle.scm' -> `./gnu/packages/nickle.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ncurses.scm' -> `./gnu/packages/ncurses.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gnu-pw-mgr.scm' -> `./gnu/packages/gnu-pw-mgr.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/dhall.scm' -> `./gnu/packages/dhall.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/mes.scm' -> `./gnu/packages/mes.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/kde-frameworks.scm' -> `./gnu/packages/kde-frameworks.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/notcurses.scm' -> `./gnu/packages/notcurses.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/jemalloc.scm' -> `./gnu/packages/jemalloc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/installers.scm' -> `./gnu/packages/installers.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/xiph.scm' -> `./gnu/packages/xiph.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/tree-sitter.scm' -> `./gnu/packages/tree-sitter.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/vulkan.scm' -> `./gnu/packages/vulkan.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lout.scm' -> `./gnu/packages/lout.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/connman.scm' -> `./gnu/packages/connman.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/zig.scm' -> `./gnu/packages/zig.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gtk.scm' -> `./gnu/packages/gtk.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gps.scm' -> `./gnu/packages/gps.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/haskell-apps.scm' -> `./gnu/packages/haskell-apps.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/idris.scm' -> `./gnu/packages/idris.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/fribidi.scm' -> `./gnu/packages/fribidi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/finance.scm' -> `./gnu/packages/finance.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gkrellm.scm' -> `./gnu/packages/gkrellm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/direct-connect.scm' -> `./gnu/packages/direct-connect.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/node.scm' -> `./gnu/packages/node.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/php.scm' -> `./gnu/packages/php.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/ninja.scm' -> `./gnu/packages/ninja.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gpodder.scm' -> `./gnu/packages/gpodder.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/license.scm' -> `./gnu/packages/license.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/iso-codes.scm' -> `./gnu/packages/iso-codes.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/valgrind.scm' -> `./gnu/packages/valgrind.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/hurd.scm' -> `./gnu/packages/hurd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pure.scm' -> `./gnu/packages/pure.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/tbb.scm' -> `./gnu/packages/tbb.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/quantum.scm' -> `./gnu/packages/quantum.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/java-xml.scm' -> `./gnu/packages/java-xml.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/skribilo.scm' -> `./gnu/packages/skribilo.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/audio.scm' -> `./gnu/packages/audio.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/apr.scm' -> `./gnu/packages/apr.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/purescript.scm' -> `./gnu/packages/purescript.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/potassco.scm' -> `./gnu/packages/potassco.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/python-xyz.scm' -> `./gnu/packages/python-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/jami.scm' -> `./gnu/packages/jami.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/tex.scm' -> `./gnu/packages/tex.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libedit.scm' -> `./gnu/packages/libedit.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rust-apps.scm' -> `./gnu/packages/rust-apps.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/wireservice.scm' -> `./gnu/packages/wireservice.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pumpio.scm' -> `./gnu/packages/pumpio.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/efi.scm' -> `./gnu/packages/efi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/java-graphics.scm' -> `./gnu/packages/java-graphics.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/distributed.scm' -> `./gnu/packages/distributed.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/debug.scm' -> `./gnu/packages/debug.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/robotics.scm' -> `./gnu/packages/robotics.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/haskell-xyz.scm' -> `./gnu/packages/haskell-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/llvm.scm' -> `./gnu/packages/llvm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pulseaudio.scm' -> `./gnu/packages/pulseaudio.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/statistics.scm' -> `./gnu/packages/statistics.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/figlet.scm' -> `./gnu/packages/figlet.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/freeipmi.scm' -> `./gnu/packages/freeipmi.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/maths.scm' -> `./gnu/packages/maths.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/acct.scm' -> `./gnu/packages/acct.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/sourcehut.scm' -> `./gnu/packages/sourcehut.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/mc.scm' -> `./gnu/packages/mc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gxmessage.scm' -> `./gnu/packages/gxmessage.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/maven-parent-pom.scm' -> `./gnu/packages/maven-parent-pom.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patool.scm' -> `./gnu/packages/patool.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/zwave.scm' -> `./gnu/packages/zwave.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gstreamer.scm' -> `./gnu/packages/gstreamer.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/authentication.scm' -> `./gnu/packages/authentication.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/unicode.scm' -> `./gnu/packages/unicode.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pep.scm' -> `./gnu/packages/pep.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/matrix.scm' -> `./gnu/packages/matrix.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patchutils.scm' -> `./gnu/packages/patchutils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/apl.scm' -> `./gnu/packages/apl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/kde-multimedia.scm' -> `./gnu/packages/kde-multimedia.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/xdisorg.scm' -> `./gnu/packages/xdisorg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/hunspell.scm' -> `./gnu/packages/hunspell.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/wxwidgets.scm' -> `./gnu/packages/wxwidgets.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/gperf.scm' -> `./gnu/packages/gperf.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/openstack.scm' -> `./gnu/packages/openstack.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/dejagnu.scm' -> `./gnu/packages/dejagnu.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/piet.scm' -> `./gnu/packages/piet.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/mold.scm' -> `./gnu/packages/mold.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/nutrition.scm' -> `./gnu/packages/nutrition.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/docker.scm' -> `./gnu/packages/docker.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/haskell-web.scm' -> `./gnu/packages/haskell-web.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/dbm.scm' -> `./gnu/packages/dbm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/radio.scm' -> `./gnu/packages/radio.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/jupyter.scm' -> `./gnu/packages/jupyter.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/data-language.scm' -> `./gnu/packages/data-language.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/autogen.scm' -> `./gnu/packages/autogen.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/dns.scm' -> `./gnu/packages/dns.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/abduco.scm' -> `./gnu/packages/abduco.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/tryton.scm' -> `./gnu/packages/tryton.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/sagemath.scm' -> `./gnu/packages/sagemath.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/vim.scm' -> `./gnu/packages/vim.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libbsd.scm' -> `./gnu/packages/libbsd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/bioinformatics.scm' -> `./gnu/packages/bioinformatics.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/haxe.scm' -> `./gnu/packages/haxe.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/file-systems.scm' -> `./gnu/packages/file-systems.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/graph.scm' -> `./gnu/packages/graph.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/idutils.scm' -> `./gnu/packages/idutils.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lighting.scm' -> `./gnu/packages/lighting.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libcanberra.scm' -> `./gnu/packages/libcanberra.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lirc.scm' -> `./gnu/packages/lirc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/compton.scm' -> `./gnu/packages/compton.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/polkit.scm' -> `./gnu/packages/polkit.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/texlive.scm' -> `./gnu/packages/texlive.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/django.scm' -> `./gnu/packages/django.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/readline.scm' -> `./gnu/packages/readline.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/avr-xyz.scm' -> `./gnu/packages/avr-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/moe.scm' -> `./gnu/packages/moe.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/clojure.scm' -> `./gnu/packages/clojure.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/time.scm' -> `./gnu/packages/time.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/pcre.scm' -> `./gnu/packages/pcre.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/rpc.scm' -> `./gnu/packages/rpc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/chicken.scm' -> `./gnu/packages/chicken.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/cinnamon.scm' -> `./gnu/packages/cinnamon.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libunwind.scm' -> `./gnu/packages/libunwind.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/tls.scm' -> `./gnu/packages/tls.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/openbox.scm' -> `./gnu/packages/openbox.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/protobuf.scm' -> `./gnu/packages/protobuf.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/fvwm.scm' -> `./gnu/packages/fvwm.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/adns.scm' -> `./gnu/packages/adns.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/lesstif.scm' -> `./gnu/packages/lesstif.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/genealogy.scm' -> `./gnu/packages/genealogy.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/chemistry.scm' -> `./gnu/packages/chemistry.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/toolkits.scm' -> `./gnu/packages/toolkits.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/libunistring.scm' -> `./gnu/packages/libunistring.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/freedesktop.scm' -> `./gnu/packages/freedesktop.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/apparmor.scm' -> `./gnu/packages/apparmor.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aidc.scm' -> `./gnu/packages/aidc.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/java-rdf.scm' -> `./gnu/packages/java-rdf.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/monitoring.scm' -> `./gnu/packages/monitoring.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/emulators.scm' -> `./gnu/packages/emulators.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/crates-io.scm' -> `./gnu/packages/crates-io.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/perl.scm' -> `./gnu/packages/perl.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/java.scm' -> `./gnu/packages/java.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/c.scm' -> `./gnu/packages/c.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/julia-xyz.scm' -> `./gnu/packages/julia-xyz.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/sequoia.scm' -> `./gnu/packages/sequoia.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/medical.scm' -> `./gnu/packages/medical.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/calcurse.scm' -> `./gnu/packages/calcurse.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/findclass.php' -> `./gnu/packages/aux-files/findclass.php'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/guile-launcher.c' -> `./gnu/packages/aux-files/guile-launcher.c'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/pack-audit.c' -> `./gnu/packages/aux-files/pack-audit.c'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/guix.vim' -> `./gnu/packages/aux-files/guix.vim'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/run-in-namespace.c' -> `./gnu/packages/aux-files/run-in-namespace.c'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/python/sitecustomize.py' -> `./gnu/packages/aux-files/python/sitecustomize.py'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/python/sanity-check.py' -> `./gnu/packages/aux-files/python/sanity-check.py'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/renpy/renpy.in' -> `./gnu/packages/aux-files/renpy/renpy.in'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/xml/patch-catalog-xml.xsl' -> `./gnu/packages/aux-files/xml/patch-catalog-xml.xsl'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/xml/docbook-xml/catalog-4.1.2.xml' -> `./gnu/packages/aux-files/xml/docbook-xml/catalog-4.1.2.xml'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/chromium/master-preferences.json' -> `./gnu/packages/aux-files/chromium/master-preferences.json'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/4.19-arm64.conf' -> `./gnu/packages/aux-files/linux-libre/4.19-arm64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/5.10-i686.conf' -> `./gnu/packages/aux-files/linux-libre/5.10-i686.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/4.19-arm.conf' -> `./gnu/packages/aux-files/linux-libre/4.19-arm.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.9-riscv.conf' -> `./gnu/packages/aux-files/linux-libre/6.9-riscv.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf' -> `./gnu/packages/aux-files/linux-libre/5.15-x86_64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/5.15-arm.conf' -> `./gnu/packages/aux-files/linux-libre/5.15-arm.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.1-x86_64.conf' -> `./gnu/packages/aux-files/linux-libre/6.1-x86_64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.6-arm64.conf' -> `./gnu/packages/aux-files/linux-libre/6.6-arm64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/5.10-arm64.conf' -> `./gnu/packages/aux-files/linux-libre/5.10-arm64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/4.19-x86_64.conf' -> `./gnu/packages/aux-files/linux-libre/4.19-x86_64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.1-i686.conf' -> `./gnu/packages/aux-files/linux-libre/6.1-i686.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.9-x86_64.conf' -> `./gnu/packages/aux-files/linux-libre/6.9-x86_64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/5.15-i686.conf' -> `./gnu/packages/aux-files/linux-libre/5.15-i686.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.9-arm64.conf' -> `./gnu/packages/aux-files/linux-libre/6.9-arm64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/5.15-arm64.conf' -> `./gnu/packages/aux-files/linux-libre/5.15-arm64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/5.10-x86_64.conf' -> `./gnu/packages/aux-files/linux-libre/5.10-x86_64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.6-x86_64.conf' -> `./gnu/packages/aux-files/linux-libre/6.6-x86_64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.6-i686.conf' -> `./gnu/packages/aux-files/linux-libre/6.6-i686.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.1-arm.conf' -> `./gnu/packages/aux-files/linux-libre/6.1-arm.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/5.4-arm64.conf' -> `./gnu/packages/aux-files/linux-libre/5.4-arm64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.9-i686.conf' -> `./gnu/packages/aux-files/linux-libre/6.9-i686.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/4.19-i686.conf' -> `./gnu/packages/aux-files/linux-libre/4.19-i686.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/5.10-arm.conf' -> `./gnu/packages/aux-files/linux-libre/5.10-arm.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/5.4-x86_64.conf' -> `./gnu/packages/aux-files/linux-libre/5.4-x86_64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.6-arm.conf' -> `./gnu/packages/aux-files/linux-libre/6.6-arm.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.1-arm64.conf' -> `./gnu/packages/aux-files/linux-libre/6.1-arm64.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/5.4-arm.conf' -> `./gnu/packages/aux-files/linux-libre/5.4-arm.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/6.9-arm.conf' -> `./gnu/packages/aux-files/linux-libre/6.9-arm.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/linux-libre/5.4-i686.conf' -> `./gnu/packages/aux-files/linux-libre/5.4-i686.conf'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/emacs/comp-integrity.el' -> `./gnu/packages/aux-files/emacs/comp-integrity.el'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/emacs/guix-emacs.el' -> `./gnu/packages/aux-files/emacs/guix-emacs.el'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/aux-files/emacs/comp-integrity-next.el' -> `./gnu/packages/aux-files/emacs/comp-integrity-next.el'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-CVE-2014-8139.patch' -> `./gnu/packages/patches/unzip-CVE-2014-8139.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dune-grid-add-missing-include-cassert.patch' -> `./gnu/packages/patches/dune-grid-add-missing-include-cassert.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ganeti-reorder-arbitrary-definitions.patch' -> `./gnu/packages/patches/ganeti-reorder-arbitrary-definitions.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xsane-tighten-default-umask.patch' -> `./gnu/packages/patches/xsane-tighten-default-umask.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ustr-fix-build-with-gcc-5.patch' -> `./gnu/packages/patches/ustr-fix-build-with-gcc-5.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/abcl-fix-build-xml.patch' -> `./gnu/packages/patches/abcl-fix-build-xml.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hurd-fix-types-of-read-write-and-readables-methods-2.patch' -> `./gnu/packages/patches/hurd-fix-types-of-read-write-and-readables-methods-2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-accupy-fix-use-of-perfplot.patch' -> `./gnu/packages/patches/python-accupy-fix-use-of-perfplot.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sajson-for-gemmi-numbers-as-strings.patch' -> `./gnu/packages/patches/sajson-for-gemmi-numbers-as-strings.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-robotframework-sshlibrary-rf5-compat.patch' -> `./gnu/packages/patches/python-robotframework-sshlibrary-rf5-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/t1lib-CVE-2010-2642.patch' -> `./gnu/packages/patches/t1lib-CVE-2010-2642.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-docopt-pytest6-compat.patch' -> `./gnu/packages/patches/python-docopt-pytest6-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lua-CVE-2014-5461.patch' -> `./gnu/packages/patches/lua-CVE-2014-5461.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qtbase-moc-ignore-gcc-macro.patch' -> `./gnu/packages/patches/qtbase-moc-ignore-gcc-macro.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cl-asdf-config-directories.patch' -> `./gnu/packages/patches/cl-asdf-config-directories.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-boot-2.16.0.patch' -> `./gnu/packages/patches/glibc-boot-2.16.0.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sbcl-png-fix-sbcl-compatibility.patch' -> `./gnu/packages/patches/sbcl-png-fix-sbcl-compatibility.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-3-arm-alignment.patch' -> `./gnu/packages/patches/python-3-arm-alignment.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libtree-fix-check-non-x86.patch' -> `./gnu/packages/patches/libtree-fix-check-non-x86.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/calibre-remove-test-unrar.patch' -> `./gnu/packages/patches/calibre-remove-test-unrar.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/doc++-include-directives.patch' -> `./gnu/packages/patches/doc++-include-directives.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/converseen-hide-updates-checks.patch' -> `./gnu/packages/patches/converseen-hide-updates-checks.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hdf-eos2-remove-gctp.patch' -> `./gnu/packages/patches/hdf-eos2-remove-gctp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/go-gopkg-in-yaml-v3-32bit.patch' -> `./gnu/packages/patches/go-gopkg-in-yaml-v3-32bit.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-boot-2.2.5.patch' -> `./gnu/packages/patches/glibc-boot-2.2.5.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/online-judge-tools.patch' -> `./gnu/packages/patches/online-judge-tools.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-1.8-cpp-4.5.patch' -> `./gnu/packages/patches/guile-1.8-cpp-4.5.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pybugz-stty.patch' -> `./gnu/packages/patches/pybugz-stty.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mariadb-rocksdb-atomic-linking.patch' -> `./gnu/packages/patches/mariadb-rocksdb-atomic-linking.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tidy-CVE-2015-5522+5523.patch' -> `./gnu/packages/patches/tidy-CVE-2015-5522+5523.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/einstein-build.patch' -> `./gnu/packages/patches/einstein-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sdcc-disable-non-free-code.patch' -> `./gnu/packages/patches/sdcc-disable-non-free-code.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/procmail-CVE-2017-16844.patch' -> `./gnu/packages/patches/procmail-CVE-2017-16844.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/psm-disable-memory-stats.patch' -> `./gnu/packages/patches/psm-disable-memory-stats.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/teensy-loader-cli-help.patch' -> `./gnu/packages/patches/teensy-loader-cli-help.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-CVE-2018-1000035.patch' -> `./gnu/packages/patches/unzip-CVE-2018-1000035.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/superlu-dist-awpm-grid.patch' -> `./gnu/packages/patches/superlu-dist-awpm-grid.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmateweather-use-TZDIR.patch' -> `./gnu/packages/patches/libmateweather-use-TZDIR.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/syslinux-strip-gnu-property.patch' -> `./gnu/packages/patches/syslinux-strip-gnu-property.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libquicktime-ffmpeg.patch' -> `./gnu/packages/patches/libquicktime-ffmpeg.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fail2ban-python310-server-jails.patch' -> `./gnu/packages/patches/fail2ban-python310-server-jails.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-powermock-fix-java-files.patch' -> `./gnu/packages/patches/java-powermock-fix-java-files.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-6-source-date-epoch-1.patch' -> `./gnu/packages/patches/gcc-6-source-date-epoch-1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ri-li-modernize_cpp.patch' -> `./gnu/packages/patches/ri-li-modernize_cpp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-11-libstdc++-powerpc.patch' -> `./gnu/packages/patches/gcc-11-libstdc++-powerpc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/coq-autosubst-1.8-remove-deprecated-files.patch' -> `./gnu/packages/patches/coq-autosubst-1.8-remove-deprecated-files.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cdparanoia-fpic.patch' -> `./gnu/packages/patches/cdparanoia-fpic.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-versioneer-guix-support.patch' -> `./gnu/packages/patches/python-versioneer-guix-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lm-sensors-hwmon-attrs.patch' -> `./gnu/packages/patches/lm-sensors-hwmon-attrs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qemu-fix-agent-paths.patch' -> `./gnu/packages/patches/qemu-fix-agent-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/p7zip-CVE-2017-17969.patch' -> `./gnu/packages/patches/p7zip-CVE-2017-17969.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/go-fix-script-tests.patch' -> `./gnu/packages/patches/go-fix-script-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tensorflow-lite-unbundle.patch' -> `./gnu/packages/patches/tensorflow-lite-unbundle.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/icecat-compare-paths.patch' -> `./gnu/packages/patches/icecat-compare-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-gdbm-ffi-support-gdbm-1.14.patch' -> `./gnu/packages/patches/guile-gdbm-ffi-support-gdbm-1.14.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-memcached-syntax-warnings.patch' -> `./gnu/packages/patches/python-memcached-syntax-warnings.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/orpheus-cast-errors-and-includes.patch' -> `./gnu/packages/patches/orpheus-cast-errors-and-includes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xfce4-panel-plugins.patch' -> `./gnu/packages/patches/xfce4-panel-plugins.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-native-comp-fix-filenames.patch' -> `./gnu/packages/patches/emacs-native-comp-fix-filenames.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pillow-CVE-2022-45199.patch' -> `./gnu/packages/patches/python-pillow-CVE-2022-45199.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/agda-categories-use-find.patch' -> `./gnu/packages/patches/agda-categories-use-find.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mcrypt-CVE-2012-4527.patch' -> `./gnu/packages/patches/mcrypt-CVE-2012-4527.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xen-docs-use-predictable-ordering.patch' -> `./gnu/packages/patches/xen-docs-use-predictable-ordering.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-chai-drop-python2.patch' -> `./gnu/packages/patches/python-chai-drop-python2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vtk-7-hdf5-compat.patch' -> `./gnu/packages/patches/vtk-7-hdf5-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/antiword-CVE-2014-8123.patch' -> `./gnu/packages/patches/antiword-CVE-2014-8123.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/htslib-for-stringtie.patch' -> `./gnu/packages/patches/htslib-for-stringtie.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fifengine-boost-compat.patch' -> `./gnu/packages/patches/fifengine-boost-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/zig-0.9-riscv-support.patch' -> `./gnu/packages/patches/zig-0.9-riscv-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ratpoints-sturm_and_rp_private.patch' -> `./gnu/packages/patches/ratpoints-sturm_and_rp_private.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/netsurf-y2038-tests.patch' -> `./gnu/packages/patches/netsurf-y2038-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bloomberg-bde-cmake-module-path.patch' -> `./gnu/packages/patches/bloomberg-bde-cmake-module-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/snappy-add-O2-flag-in-CmakeLists.txt.patch' -> `./gnu/packages/patches/snappy-add-O2-flag-in-CmakeLists.txt.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kobodeluxe-const-charp-conversion.patch' -> `./gnu/packages/patches/kobodeluxe-const-charp-conversion.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jamvm-1.5.1-aarch64-support.patch' -> `./gnu/packages/patches/jamvm-1.5.1-aarch64-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glib-appinfo-watch.patch' -> `./gnu/packages/patches/glib-appinfo-watch.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rottlog-direntry.patch' -> `./gnu/packages/patches/rottlog-direntry.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/maxima-defsystem-mkdir.patch' -> `./gnu/packages/patches/maxima-defsystem-mkdir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/brightnessctl-elogind-support.patch' -> `./gnu/packages/patches/brightnessctl-elogind-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/phoronix-test-suite-fsdg.patch' -> `./gnu/packages/patches/phoronix-test-suite-fsdg.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-telega-path-placeholder.patch' -> `./gnu/packages/patches/emacs-telega-path-placeholder.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-hiredis-fix-header.patch' -> `./gnu/packages/patches/python-hiredis-fix-header.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rust-ndarray-remove-blas-src-dep.patch' -> `./gnu/packages/patches/rust-ndarray-remove-blas-src-dep.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/texi2html-document-encoding.patch' -> `./gnu/packages/patches/texi2html-document-encoding.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ganeti-pyyaml-compat.patch' -> `./gnu/packages/patches/ganeti-pyyaml-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-5-source-date-epoch-2.patch' -> `./gnu/packages/patches/gcc-5-source-date-epoch-2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aria2-unbundle-wslay.patch' -> `./gnu/packages/patches/aria2-unbundle-wslay.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xsane-fix-pdf-floats.patch' -> `./gnu/packages/patches/xsane-fix-pdf-floats.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/llvm-8-missing-include.patch' -> `./gnu/packages/patches/llvm-8-missing-include.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gmp-arm-asm-nothumb.patch' -> `./gnu/packages/patches/gmp-arm-asm-nothumb.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/diffutils-fix-signal-processing.patch' -> `./gnu/packages/patches/diffutils-fix-signal-processing.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kodi-mesa-eglchromium.patch' -> `./gnu/packages/patches/kodi-mesa-eglchromium.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lua-5.4-liblua-so.patch' -> `./gnu/packages/patches/lua-5.4-liblua-so.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libcss-check-format.patch' -> `./gnu/packages/patches/libcss-check-format.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libtar-CVE-2013-4420.patch' -> `./gnu/packages/patches/libtar-CVE-2013-4420.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch' -> `./gnu/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gzdoom-search-in-installed-share.patch' -> `./gnu/packages/patches/gzdoom-search-in-installed-share.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-CVE-2016-9844.patch' -> `./gnu/packages/patches/unzip-CVE-2016-9844.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/calls-disable-application-test.patch' -> `./gnu/packages/patches/calls-disable-application-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-3-fix-tests.patch' -> `./gnu/packages/patches/python-3-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/debops-debops-defaults-fall-back-to-less.patch' -> `./gnu/packages/patches/debops-debops-defaults-fall-back-to-less.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sbc-fix-build-non-x86.patch' -> `./gnu/packages/patches/sbc-fix-build-non-x86.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libofa-ftbfs-1.diff' -> `./gnu/packages/patches/libofa-ftbfs-1.diff'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/date-output-pkg-config-files.patch' -> `./gnu/packages/patches/date-output-pkg-config-files.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/zsh-egrep-failing-test.patch' -> `./gnu/packages/patches/zsh-egrep-failing-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vtk-7-python-compat.patch' -> `./gnu/packages/patches/vtk-7-python-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-lib-fix-tests-for-guile2.2.patch' -> `./gnu/packages/patches/guile-lib-fix-tests-for-guile2.2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bsd-games-add-configure-config.patch' -> `./gnu/packages/patches/bsd-games-add-configure-config.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pixman-CVE-2016-5296.patch' -> `./gnu/packages/patches/pixman-CVE-2016-5296.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openmpi-mtl-priorities.patch' -> `./gnu/packages/patches/openmpi-mtl-priorities.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/agda-categories-remove-incompatible-flags.patch' -> `./gnu/packages/patches/agda-categories-remove-incompatible-flags.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/elfutils-tests-ptrace.patch' -> `./gnu/packages/patches/elfutils-tests-ptrace.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-3.5-libsanitizer-ustat-fix.patch' -> `./gnu/packages/patches/clang-3.5-libsanitizer-ustat-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gegl-compatibility-old-librsvg.patch' -> `./gnu/packages/patches/gegl-compatibility-old-librsvg.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/curl-use-ssl-cert-env.patch' -> `./gnu/packages/patches/curl-use-ssl-cert-env.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-2.37-hurd-local-clock_gettime_MONOTONIC.patch' -> `./gnu/packages/patches/glibc-2.37-hurd-local-clock_gettime_MONOTONIC.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openboardview-use-system-imgui.patch' -> `./gnu/packages/patches/openboardview-use-system-imgui.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/steghide-fixes.patch' -> `./gnu/packages/patches/steghide-fixes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/crawl-upgrade-saves.patch' -> `./gnu/packages/patches/crawl-upgrade-saves.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgda-cve-2021-39359.patch' -> `./gnu/packages/patches/libgda-cve-2021-39359.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bc-fix-cross-compilation.patch' -> `./gnu/packages/patches/bc-fix-cross-compilation.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/snappy-add-inline-for-GCC.patch' -> `./gnu/packages/patches/snappy-add-inline-for-GCC.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gdm-remove-hardcoded-xwayland-path.patch' -> `./gnu/packages/patches/gdm-remove-hardcoded-xwayland-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ccextractor-fix-ocr.patch' -> `./gnu/packages/patches/ccextractor-fix-ocr.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/netsurf-system-utf8proc.patch' -> `./gnu/packages/patches/netsurf-system-utf8proc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ark-skip-xar-test.patch' -> `./gnu/packages/patches/ark-skip-xar-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/quodlibet-fix-mtime-tests.patch' -> `./gnu/packages/patches/quodlibet-fix-mtime-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hurd-rumpdisk-no-hd.patch' -> `./gnu/packages/patches/hurd-rumpdisk-no-hd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vboot-utils-fix-format-load-address.patch' -> `./gnu/packages/patches/vboot-utils-fix-format-load-address.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-sphinx-prompt-docutils-0.19.patch' -> `./gnu/packages/patches/python-sphinx-prompt-docutils-0.19.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/zig-use-system-paths.patch' -> `./gnu/packages/patches/zig-use-system-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgda-skip-postgresql-tests.patch' -> `./gnu/packages/patches/libgda-skip-postgresql-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bsd-games-getline.patch' -> `./gnu/packages/patches/bsd-games-getline.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sbcl-aserve-add-HTML-5-elements.patch' -> `./gnu/packages/patches/sbcl-aserve-add-HTML-5-elements.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnome-online-miners-tracker-3.patch' -> `./gnu/packages/patches/gnome-online-miners-tracker-3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bsd-games-number.c-and-test.patch' -> `./gnu/packages/patches/bsd-games-number.c-and-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-bootstrap-system.patch' -> `./gnu/packages/patches/glibc-bootstrap-system.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openjdk-currency-time-bomb.patch' -> `./gnu/packages/patches/openjdk-currency-time-bomb.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gtk2-respect-GUIX_GTK2_PATH.patch' -> `./gnu/packages/patches/gtk2-respect-GUIX_GTK2_PATH.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch' -> `./gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qtbase-5-use-TZDIR.patch' -> `./gnu/packages/patches/qtbase-5-use-TZDIR.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bsd-games-stdio.h.patch' -> `./gnu/packages/patches/bsd-games-stdio.h.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libbonobo-activation-test-race.patch' -> `./gnu/packages/patches/libbonobo-activation-test-race.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vinagre-newer-freerdp.patch' -> `./gnu/packages/patches/vinagre-newer-freerdp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-allow-kernel-2.6.32.patch' -> `./gnu/packages/patches/glibc-allow-kernel-2.6.32.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/procmail-ambiguous-getline-debian.patch' -> `./gnu/packages/patches/procmail-ambiguous-getline-debian.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kobodeluxe-paths.patch' -> `./gnu/packages/patches/kobodeluxe-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gtk2-harden-list-store.patch' -> `./gnu/packages/patches/gtk2-harden-list-store.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/liba52-set-soname.patch' -> `./gnu/packages/patches/liba52-set-soname.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openjdk-currency-time-bomb2.patch' -> `./gnu/packages/patches/openjdk-currency-time-bomb2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/abseil-cpp-fix-strerror_test.patch' -> `./gnu/packages/patches/abseil-cpp-fix-strerror_test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audacity-ffmpeg-fallback.patch' -> `./gnu/packages/patches/audacity-ffmpeg-fallback.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-default-utf8.patch' -> `./gnu/packages/patches/guile-default-utf8.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-alt-iconv-utf8.patch' -> `./gnu/packages/patches/unzip-alt-iconv-utf8.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gdm-default-session.patch' -> `./gnu/packages/patches/gdm-default-session.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xf86-video-ark-remove-mibstore.patch' -> `./gnu/packages/patches/xf86-video-ark-remove-mibstore.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/instead-use-games-path.patch' -> `./gnu/packages/patches/instead-use-games-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-3-hurd-configure.patch' -> `./gnu/packages/patches/python-3-hurd-configure.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/u-boot-allow-disabling-openssl.patch' -> `./gnu/packages/patches/u-boot-allow-disabling-openssl.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/chez-scheme-backport-configure.patch' -> `./gnu/packages/patches/chez-scheme-backport-configure.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sunxi-tools-remove-sys-io.patch' -> `./gnu/packages/patches/sunxi-tools-remove-sys-io.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tlf-support-hamlib-4.2+.patch' -> `./gnu/packages/patches/tlf-support-hamlib-4.2+.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnulib-bootstrap.patch' -> `./gnu/packages/patches/gnulib-bootstrap.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/localed-xorg-keyboard.patch' -> `./gnu/packages/patches/localed-xorg-keyboard.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-CVE-2018-17095.patch' -> `./gnu/packages/patches/audiofile-CVE-2018-17095.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/orangeduck-mpc-fix-pkg-config.patch' -> `./gnu/packages/patches/orangeduck-mpc-fix-pkg-config.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libvpx-CVE-2023-5217.patch' -> `./gnu/packages/patches/libvpx-CVE-2023-5217.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xplanet-1.3.1-cxx11-eof.patch' -> `./gnu/packages/patches/xplanet-1.3.1-cxx11-eof.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-3.12-fix-tests.patch' -> `./gnu/packages/patches/python-3.12-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/plink-1.07-unclobber-i.patch' -> `./gnu/packages/patches/plink-1.07-unclobber-i.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aegisub-icu59-include-unistr.patch' -> `./gnu/packages/patches/aegisub-icu59-include-unistr.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-text-markdown-discount-unbundle.patch' -> `./gnu/packages/patches/perl-text-markdown-discount-unbundle.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnome-settings-daemon-gc.patch' -> `./gnu/packages/patches/gnome-settings-daemon-gc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-deferred-fix-number-of-arguments.patch' -> `./gnu/packages/patches/emacs-deferred-fix-number-of-arguments.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-disable-jit-compilation.patch' -> `./gnu/packages/patches/emacs-disable-jit-compilation.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fail2ban-paths-guix-conf.patch' -> `./gnu/packages/patches/fail2ban-paths-guix-conf.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/go-github-com-warpfork-go-wish-fix-tests.patch' -> `./gnu/packages/patches/go-github-com-warpfork-go-wish-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-9-asan-fix-limits-include.patch' -> `./gnu/packages/patches/gcc-9-asan-fix-limits-include.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/readline-link-ncurses.patch' -> `./gnu/packages/patches/readline-link-ncurses.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dante-non-darwin.patch' -> `./gnu/packages/patches/dante-non-darwin.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/memtest86+-build-reproducibly.patch' -> `./gnu/packages/patches/memtest86+-build-reproducibly.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gourmet-sqlalchemy-compat.patch' -> `./gnu/packages/patches/gourmet-sqlalchemy-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-arm-link-spec-fix.patch' -> `./gnu/packages/patches/gcc-arm-link-spec-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmygpo-qt-fix-qt-5.11.patch' -> `./gnu/packages/patches/libmygpo-qt-fix-qt-5.11.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-32bit-zipbomb-fix.patch' -> `./gnu/packages/patches/unzip-32bit-zipbomb-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xdg-desktop-portal-wlr-harcoded-length.patch' -> `./gnu/packages/patches/xdg-desktop-portal-wlr-harcoded-length.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libjxr-fix-function-signature.patch' -> `./gnu/packages/patches/libjxr-fix-function-signature.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libcdio-glibc-compat.patch' -> `./gnu/packages/patches/libcdio-glibc-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nss-getcwd-nonnull.patch' -> `./gnu/packages/patches/nss-getcwd-nonnull.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jami-enable-testing.patch' -> `./gnu/packages/patches/jami-enable-testing.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-CVE-2014-9636.patch' -> `./gnu/packages/patches/unzip-CVE-2014-9636.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fontconfig-cache-ignore-mtime.patch' -> `./gnu/packages/patches/fontconfig-cache-ignore-mtime.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/racket-chez-scheme-bin-sh.patch' -> `./gnu/packages/patches/racket-chez-scheme-bin-sh.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/strace-readlink-tests.patch' -> `./gnu/packages/patches/strace-readlink-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/randomjungle-disable-static-build.patch' -> `./gnu/packages/patches/randomjungle-disable-static-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cvs-CVE-2017-12836.patch' -> `./gnu/packages/patches/cvs-CVE-2017-12836.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/r-sapa-lapack.patch' -> `./gnu/packages/patches/r-sapa-lapack.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/twinkle-bcg729.patch' -> `./gnu/packages/patches/twinkle-bcg729.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmad-length-check.patch' -> `./gnu/packages/patches/libmad-length-check.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/plasp-fix-normalization.patch' -> `./gnu/packages/patches/plasp-fix-normalization.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kismet-unbundle-boost.patch' -> `./gnu/packages/patches/kismet-unbundle-boost.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/binutils-mingw-w64-deterministic.patch' -> `./gnu/packages/patches/binutils-mingw-w64-deterministic.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ganeti-haskell-pythondir.patch' -> `./gnu/packages/patches/ganeti-haskell-pythondir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sbcl-aserve-fix-rfe12668.patch' -> `./gnu/packages/patches/sbcl-aserve-fix-rfe12668.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-initialize-symlink-flag.patch' -> `./gnu/packages/patches/unzip-initialize-symlink-flag.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/apr-fix-atomics.patch' -> `./gnu/packages/patches/apr-fix-atomics.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lierolibre-check-unaligned-access.patch' -> `./gnu/packages/patches/lierolibre-check-unaligned-access.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libutils-remove-damaging-includes.patch' -> `./gnu/packages/patches/libutils-remove-damaging-includes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dyninst-fix-glibc-compatibility.patch' -> `./gnu/packages/patches/dyninst-fix-glibc-compatibility.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-cross-compile.patch' -> `./gnu/packages/patches/python-cross-compile.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ganeti-lens-compat.patch' -> `./gnu/packages/patches/ganeti-lens-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/thefuck-test-environ.patch' -> `./gnu/packages/patches/thefuck-test-environ.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/wmfire-dont-inline-draw-fire.patch' -> `./gnu/packages/patches/wmfire-dont-inline-draw-fire.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/doxygen-hurd.patch' -> `./gnu/packages/patches/doxygen-hurd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/id3lib-UTF16-writing-bug.patch' -> `./gnu/packages/patches/id3lib-UTF16-writing-bug.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gmobile-make-it-installable.patch' -> `./gnu/packages/patches/gmobile-make-it-installable.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xsane-support-ipv6.patch' -> `./gnu/packages/patches/xsane-support-ipv6.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ungoogled-chromium-extension-search-path.patch' -> `./gnu/packages/patches/ungoogled-chromium-extension-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/isl-0.11.1-aarch64-support.patch' -> `./gnu/packages/patches/isl-0.11.1-aarch64-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libcaca-CVE-2021-3410-pt2.patch' -> `./gnu/packages/patches/libcaca-CVE-2021-3410-pt2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/zig-do-not-link-against-librt.patch' -> `./gnu/packages/patches/zig-do-not-link-against-librt.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-git-email-missing-parens.patch' -> `./gnu/packages/patches/emacs-git-email-missing-parens.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gklib-suitesparse.patch' -> `./gnu/packages/patches/gklib-suitesparse.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/farstream-gupnp.patch' -> `./gnu/packages/patches/farstream-gupnp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-alt-iconv-utf8-print.patch' -> `./gnu/packages/patches/unzip-alt-iconv-utf8-print.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-rsvg-pkgconfig.patch' -> `./gnu/packages/patches/guile-rsvg-pkgconfig.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sdl-pango-header-guard.patch' -> `./gnu/packages/patches/sdl-pango-header-guard.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xygrib-newer-proj.patch' -> `./gnu/packages/patches/xygrib-newer-proj.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-strmov-store-file-names.patch' -> `./gnu/packages/patches/gcc-strmov-store-file-names.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ocaml-multiple-definitions.patch' -> `./gnu/packages/patches/ocaml-multiple-definitions.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rustc-1.54.0-src.patch' -> `./gnu/packages/patches/rustc-1.54.0-src.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sbcl-fast-generic-functions-fix-sbcl-2.4.patch' -> `./gnu/packages/patches/sbcl-fast-generic-functions-fix-sbcl-2.4.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gdm-pass-gdk-pixbuf-loader-env.patch' -> `./gnu/packages/patches/gdm-pass-gdk-pixbuf-loader-env.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnupg-1-build-with-gcc10.patch' -> `./gnu/packages/patches/gnupg-1-build-with-gcc10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-12-cross-environment-variables.patch' -> `./gnu/packages/patches/gcc-12-cross-environment-variables.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fbreader-curl-7.62.patch' -> `./gnu/packages/patches/fbreader-curl-7.62.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/psm-ldflags.patch' -> `./gnu/packages/patches/psm-ldflags.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-CVE-2018-18384.patch' -> `./gnu/packages/patches/unzip-CVE-2018-18384.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgeotiff-fix-tests-with-proj-9.1.1.patch' -> `./gnu/packages/patches/libgeotiff-fix-tests-with-proj-9.1.1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-allow-greater-hostver-values.patch' -> `./gnu/packages/patches/unzip-allow-greater-hostver-values.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-bytestring-handle-ghc9.patch' -> `./gnu/packages/patches/ghc-bytestring-handle-ghc9.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cmake-curl-certificates-3.24.patch' -> `./gnu/packages/patches/cmake-curl-certificates-3.24.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-5.14-autosplit-default-time.patch' -> `./gnu/packages/patches/perl-5.14-autosplit-default-time.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-exec-shield.patch' -> `./gnu/packages/patches/unzip-exec-shield.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jami-unbundle-dependencies.patch' -> `./gnu/packages/patches/jami-unbundle-dependencies.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-attribs-overflow.patch' -> `./gnu/packages/patches/unzip-attribs-overflow.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/llvm-3.6-fix-build-with-gcc-10.patch' -> `./gnu/packages/patches/llvm-3.6-fix-build-with-gcc-10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kiki-missing-includes.patch' -> `./gnu/packages/patches/kiki-missing-includes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-11.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-11.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dstat-skip-devices-without-io.patch' -> `./gnu/packages/patches/dstat-skip-devices-without-io.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-15.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-15.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-emacs-fix-configure.patch' -> `./gnu/packages/patches/guile-emacs-fix-configure.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-7-cross-toolexeclibdir.patch' -> `./gnu/packages/patches/gcc-7-cross-toolexeclibdir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lua51-pkgconfig.patch' -> `./gnu/packages/patches/lua51-pkgconfig.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/elm-reactor-static-files.patch' -> `./gnu/packages/patches/elm-reactor-static-files.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-2.7-CVE-2021-3177.patch' -> `./gnu/packages/patches/python-2.7-CVE-2021-3177.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-pasp-mode-quote-file-names.patch' -> `./gnu/packages/patches/emacs-pasp-mode-quote-file-names.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openboardview-use-system-mpc.patch' -> `./gnu/packages/patches/openboardview-use-system-mpc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/s7-flint-3.patch' -> `./gnu/packages/patches/s7-flint-3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/curlftpfs-fix-memory-leak.patch' -> `./gnu/packages/patches/curlftpfs-fix-memory-leak.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-typing-inspect-fix.patch' -> `./gnu/packages/patches/python-typing-inspect-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/coreutils-gnulib-tests.patch' -> `./gnu/packages/patches/coreutils-gnulib-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghostscript-no-header-id.patch' -> `./gnu/packages/patches/ghostscript-no-header-id.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rust-wl-clipboard-rs-newer-wl.patch' -> `./gnu/packages/patches/rust-wl-clipboard-rs-newer-wl.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libbase-fix-includes.patch' -> `./gnu/packages/patches/libbase-fix-includes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/itk-snap-alt-glibc-compat.patch' -> `./gnu/packages/patches/itk-snap-alt-glibc-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch' -> `./gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ripperx-missing-file.patch' -> `./gnu/packages/patches/ripperx-missing-file.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/omake-fix-non-determinism.patch' -> `./gnu/packages/patches/omake-fix-non-determinism.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gdm-wayland-session-wrapper-from-env.patch' -> `./gnu/packages/patches/gdm-wayland-session-wrapper-from-env.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nss-3.56-pkgconfig.patch' -> `./gnu/packages/patches/nss-3.56-pkgconfig.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sysdig-shared-falcosecurity-libs.patch' -> `./gnu/packages/patches/sysdig-shared-falcosecurity-libs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnome-dictionary-meson-i18n.patch' -> `./gnu/packages/patches/gnome-dictionary-meson-i18n.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aegis-perl-tempdir1.patch' -> `./gnu/packages/patches/aegis-perl-tempdir1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/netpbm-CVE-2017-2586.patch' -> `./gnu/packages/patches/netpbm-CVE-2017-2586.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ldns-drill-examples.patch' -> `./gnu/packages/patches/ldns-drill-examples.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libcanberra-sound-theme-freedesktop.patch' -> `./gnu/packages/patches/libcanberra-sound-theme-freedesktop.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/maven-generate-javax-inject-named.patch' -> `./gnu/packages/patches/maven-generate-javax-inject-named.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-clarabel-blas.patch' -> `./gnu/packages/patches/python-clarabel-blas.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-fix-scheme-indent-function.patch' -> `./gnu/packages/patches/emacs-fix-scheme-indent-function.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-hurd-posix-spawn.patch' -> `./gnu/packages/patches/guile-hurd-posix-spawn.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pyfakefs-remove-bad-test.patch' -> `./gnu/packages/patches/python-pyfakefs-remove-bad-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/laby-make-install.patch' -> `./gnu/packages/patches/laby-make-install.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xf86-video-siliconmotion-fix-ftbfs.patch' -> `./gnu/packages/patches/xf86-video-siliconmotion-fix-ftbfs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qtdeclarative-disable-qmlcache.patch' -> `./gnu/packages/patches/qtdeclarative-disable-qmlcache.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unknown-horizons-python-3.9.patch' -> `./gnu/packages/patches/unknown-horizons-python-3.9.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tinydir-fix-cbehave-test.patch' -> `./gnu/packages/patches/tinydir-fix-cbehave-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rust-1.64-fix-riscv64-bootstrap.patch' -> `./gnu/packages/patches/rust-1.64-fix-riscv64-bootstrap.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-locales-2.28.patch' -> `./gnu/packages/patches/glibc-locales-2.28.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mtools-mformat-uninitialized.patch' -> `./gnu/packages/patches/mtools-mformat-uninitialized.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vte-CVE-2012-2738-pt2.patch' -> `./gnu/packages/patches/vte-CVE-2012-2738-pt2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hurd-fix-types-of-read-write-and-readables-methods.patch' -> `./gnu/packages/patches/hurd-fix-types-of-read-write-and-readables-methods.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/flatpak-fix-fonts-icons.patch' -> `./gnu/packages/patches/flatpak-fix-fonts-icons.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-image-exiftool-CVE-2021-22204.patch' -> `./gnu/packages/patches/perl-image-exiftool-CVE-2021-22204.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-runtime-9-libsanitizer-mode-field.patch' -> `./gnu/packages/patches/clang-runtime-9-libsanitizer-mode-field.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmp4v2-c++11.patch' -> `./gnu/packages/patches/libmp4v2-c++11.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmemcached-build-with-gcc7.patch' -> `./gnu/packages/patches/libmemcached-build-with-gcc7.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghostscript-no-header-creationdate.patch' -> `./gnu/packages/patches/ghostscript-no-header-creationdate.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openssh-trust-guix-store-directory.patch' -> `./gnu/packages/patches/openssh-trust-guix-store-directory.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/converseen-hide-non-free-pointers.patch' -> `./gnu/packages/patches/converseen-hide-non-free-pointers.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lierolibre-newer-libconfig.patch' -> `./gnu/packages/patches/lierolibre-newer-libconfig.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-xerces-build_dont_unzip.patch' -> `./gnu/packages/patches/java-xerces-build_dont_unzip.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-2.7-adjust-tests.patch' -> `./gnu/packages/patches/python-2.7-adjust-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-6-source-date-epoch-2.patch' -> `./gnu/packages/patches/gcc-6-source-date-epoch-2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/network-manager-plugin-path.patch' -> `./gnu/packages/patches/network-manager-plugin-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/llvm-9-fix-lpad-miscompilation.patch' -> `./gnu/packages/patches/llvm-9-fix-lpad-miscompilation.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/texinfo-headings-single.patch' -> `./gnu/packages/patches/texinfo-headings-single.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tar-skip-unreliable-tests.patch' -> `./gnu/packages/patches/tar-skip-unreliable-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/awesome-reproducible-png.patch' -> `./gnu/packages/patches/awesome-reproducible-png.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qtwayland-cleanup-callbacks.patch' -> `./gnu/packages/patches/qtwayland-cleanup-callbacks.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mit-krb5-hurd.patch' -> `./gnu/packages/patches/mit-krb5-hurd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dynaconf-unvendor-deps.patch' -> `./gnu/packages/patches/dynaconf-unvendor-deps.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-4.9-inline.patch' -> `./gnu/packages/patches/gcc-4.9-inline.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pyqt-configure.patch' -> `./gnu/packages/patches/pyqt-configure.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/laby-use-tmpdir-from-runtime.patch' -> `./gnu/packages/patches/laby-use-tmpdir-from-runtime.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/prusa-slicer-fix-tests.patch' -> `./gnu/packages/patches/prusa-slicer-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nix-dont-build-html-doc.diff' -> `./gnu/packages/patches/nix-dont-build-html-doc.diff'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/scheme48-tests.patch' -> `./gnu/packages/patches/scheme48-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libotr-test-auth-fix.patch' -> `./gnu/packages/patches/libotr-test-auth-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-fix-recmatch.patch' -> `./gnu/packages/patches/unzip-fix-recmatch.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/elm-offline-package-registry.patch' -> `./gnu/packages/patches/elm-offline-package-registry.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ganeti-template-haskell-2.18.patch' -> `./gnu/packages/patches/ganeti-template-haskell-2.18.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/falcosecurity-libs-pkg-config.patch' -> `./gnu/packages/patches/falcosecurity-libs-pkg-config.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clucene-pkgconfig.patch' -> `./gnu/packages/patches/clucene-pkgconfig.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libtheora-config-guess.patch' -> `./gnu/packages/patches/libtheora-config-guess.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/datefudge-gettimeofday.patch' -> `./gnu/packages/patches/datefudge-gettimeofday.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-cross-environment-variables.patch' -> `./gnu/packages/patches/gcc-cross-environment-variables.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-aionotify-0.2.0-py3.8.patch' -> `./gnu/packages/patches/python-aionotify-0.2.0-py3.8.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/freeimage-CVE-2020-21428.patch' -> `./gnu/packages/patches/freeimage-CVE-2020-21428.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rust-ring-0.17-ring-core.patch' -> `./gnu/packages/patches/rust-ring-0.17-ring-core.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libksieve-Fix-missing-link-libraries.patch' -> `./gnu/packages/patches/libksieve-Fix-missing-link-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-14.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-14.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ableton-link-system-libraries-debian.patch' -> `./gnu/packages/patches/ableton-link-system-libraries-debian.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cdrtools-3.01-mkisofs-isoinfo.patch' -> `./gnu/packages/patches/cdrtools-3.01-mkisofs-isoinfo.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/onnx-optimizer-system-library.patch' -> `./gnu/packages/patches/onnx-optimizer-system-library.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch' -> `./gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fifengine-python-3.9-compat.patch' -> `./gnu/packages/patches/fifengine-python-3.9-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-CVE-2019-7309.patch' -> `./gnu/packages/patches/glibc-CVE-2019-7309.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/seed-webkit.patch' -> `./gnu/packages/patches/seed-webkit.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-runtime-3.9-libsanitizer-mode-field.patch' -> `./gnu/packages/patches/clang-runtime-3.9-libsanitizer-mode-field.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-2.7-source-date-epoch.patch' -> `./gnu/packages/patches/python-2.7-source-date-epoch.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/icecat-makeicecat.patch' -> `./gnu/packages/patches/icecat-makeicecat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-multiply-overflow.patch' -> `./gnu/packages/patches/audiofile-multiply-overflow.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-5-source-date-epoch-1.patch' -> `./gnu/packages/patches/gcc-5-source-date-epoch-1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libcroco-CVE-2020-12825.patch' -> `./gnu/packages/patches/libcroco-CVE-2020-12825.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libphonenumber-reproducible-build.patch' -> `./gnu/packages/patches/libphonenumber-reproducible-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/azr3-remove-lash.patch' -> `./gnu/packages/patches/azr3-remove-lash.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/plink-endian-detection.patch' -> `./gnu/packages/patches/plink-endian-detection.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aoflagger-use-system-provided-pybind11.patch' -> `./gnu/packages/patches/aoflagger-use-system-provided-pybind11.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hdf-eos5-fortrantests.patch' -> `./gnu/packages/patches/hdf-eos5-fortrantests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-13.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-13.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xfig-Enable-error-message-for-missing-libraries.patch' -> `./gnu/packages/patches/xfig-Enable-error-message-for-missing-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/miniz-for-pytorch.patch' -> `./gnu/packages/patches/miniz-for-pytorch.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ath9k-htc-firmware-gcc.patch' -> `./gnu/packages/patches/ath9k-htc-firmware-gcc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-fibers-destroy-peer-schedulers.patch' -> `./gnu/packages/patches/guile-fibers-destroy-peer-schedulers.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnome-control-center-firmware-security.patch' -> `./gnu/packages/patches/gnome-control-center-firmware-security.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/restartd-update-robust.patch' -> `./gnu/packages/patches/restartd-update-robust.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/json-c-0.12-CVE-2020-12762.patch' -> `./gnu/packages/patches/json-c-0.12-CVE-2020-12762.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-paste-remove-timing-test.patch' -> `./gnu/packages/patches/python-paste-remove-timing-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-valgrind.patch' -> `./gnu/packages/patches/unzip-valgrind.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vsearch-unbundle-cityhash.patch' -> `./gnu/packages/patches/vsearch-unbundle-cityhash.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libtool-grep-compat.patch' -> `./gnu/packages/patches/libtool-grep-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clasp-hide-event-ids.patch' -> `./gnu/packages/patches/clasp-hide-event-ids.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ncompress-fix-softlinks.patch' -> `./gnu/packages/patches/ncompress-fix-softlinks.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/wpa-supplicant-dbus-group-policy.patch' -> `./gnu/packages/patches/wpa-supplicant-dbus-group-policy.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/transmission-4.0.5-fix-build.patch' -> `./gnu/packages/patches/transmission-4.0.5-fix-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/liba52-enable-pic.patch' -> `./gnu/packages/patches/liba52-enable-pic.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/slim-login.patch' -> `./gnu/packages/patches/slim-login.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xnnpack-system-libraries.patch' -> `./gnu/packages/patches/xnnpack-system-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mia-vtk-version.patch' -> `./gnu/packages/patches/mia-vtk-version.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fbreader-fix-icon.patch' -> `./gnu/packages/patches/fbreader-fix-icon.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/quagga-reproducible-build.patch' -> `./gnu/packages/patches/quagga-reproducible-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dwarves-threading-reproducibility.patch' -> `./gnu/packages/patches/dwarves-threading-reproducibility.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/agg-am_c_prototype.patch' -> `./gnu/packages/patches/agg-am_c_prototype.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ungoogled-chromium-ffmpeg-compat.patch' -> `./gnu/packages/patches/ungoogled-chromium-ffmpeg-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-runtime-3.8-libsanitizer-mode-field.patch' -> `./gnu/packages/patches/clang-runtime-3.8-libsanitizer-mode-field.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ucx-tcp-iface-ioctl.patch' -> `./gnu/packages/patches/ucx-tcp-iface-ioctl.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gpsbabel-fix-i686-test.patch' -> `./gnu/packages/patches/gpsbabel-fix-i686-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clamav-config-llvm-libs.patch' -> `./gnu/packages/patches/clamav-config-llvm-libs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ruby-anystyle-data-immutable-install.patch' -> `./gnu/packages/patches/ruby-anystyle-data-immutable-install.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/obs-modules-location.patch' -> `./gnu/packages/patches/obs-modules-location.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pybugz-encode-error.patch' -> `./gnu/packages/patches/pybugz-encode-error.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/texinfo-5-perl-compat.patch' -> `./gnu/packages/patches/texinfo-5-perl-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qtbase-absolute-runpath.patch' -> `./gnu/packages/patches/qtbase-absolute-runpath.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sioyek-fix-build.patch' -> `./gnu/packages/patches/sioyek-fix-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/abseil-cpp-20200923.3-adjust-sysinfo.patch' -> `./gnu/packages/patches/abseil-cpp-20200923.3-adjust-sysinfo.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/irrlicht-link-against-needed-libs.patch' -> `./gnu/packages/patches/irrlicht-link-against-needed-libs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mupen64plus-ui-console-notice.patch' -> `./gnu/packages/patches/mupen64plus-ui-console-notice.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/groovy-add-exceptionutilsgenerator.patch' -> `./gnu/packages/patches/groovy-add-exceptionutilsgenerator.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/trytond-add-guix_trytond_path.patch' -> `./gnu/packages/patches/trytond-add-guix_trytond_path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/durden-shadow-arcan.patch' -> `./gnu/packages/patches/durden-shadow-arcan.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/symmetrica-bruch.patch' -> `./gnu/packages/patches/symmetrica-bruch.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmpeg2-global-symbol-test.patch' -> `./gnu/packages/patches/libmpeg2-global-symbol-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jfsutils-gcc-compat.patch' -> `./gnu/packages/patches/jfsutils-gcc-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qtwayland-dont-recreate-callbacks.patch' -> `./gnu/packages/patches/qtwayland-dont-recreate-callbacks.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/abseil-cpp-20220623.1-no-kepsilon-i686.patch' -> `./gnu/packages/patches/abseil-cpp-20220623.1-no-kepsilon-i686.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/geoclue-config.patch' -> `./gnu/packages/patches/geoclue-config.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/calibre-no-updates-dialog.patch' -> `./gnu/packages/patches/calibre-no-updates-dialog.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/grantlee-fix-i586-precision.patch' -> `./gnu/packages/patches/grantlee-fix-i586-precision.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libziparchive-add-includes.patch' -> `./gnu/packages/patches/libziparchive-add-includes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ragel-char-signedness.patch' -> `./gnu/packages/patches/ragel-char-signedness.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mhash-keygen-test-segfault.patch' -> `./gnu/packages/patches/mhash-keygen-test-segfault.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/catdoc-CVE-2017-11110.patch' -> `./gnu/packages/patches/catdoc-CVE-2017-11110.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fbgemm-use-system-libraries.patch' -> `./gnu/packages/patches/fbgemm-use-system-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmygpo-qt-missing-qt5-modules.patch' -> `./gnu/packages/patches/libmygpo-qt-missing-qt5-modules.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pam-krb5-CVE-2020-10595.patch' -> `./gnu/packages/patches/pam-krb5-CVE-2020-10595.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghostscript-CVE-2023-36664-fixup.patch' -> `./gnu/packages/patches/ghostscript-CVE-2023-36664-fixup.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libjami-ac-config-files.patch' -> `./gnu/packages/patches/libjami-ac-config-files.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-unittest2-remove-argparse.patch' -> `./gnu/packages/patches/python-unittest2-remove-argparse.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sajson-build-with-gcc10.patch' -> `./gnu/packages/patches/sajson-build-with-gcc10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vte-CVE-2012-2738-pt1.patch' -> `./gnu/packages/patches/vte-CVE-2012-2738-pt1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tpetra-remove-duplicate-using.patch' -> `./gnu/packages/patches/tpetra-remove-duplicate-using.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fenics-dolfin-config-slepc.patch' -> `./gnu/packages/patches/fenics-dolfin-config-slepc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-check-number-of-coefficients.patch' -> `./gnu/packages/patches/audiofile-check-number-of-coefficients.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openjdk-15-xcursor-no-dynamic.patch' -> `./gnu/packages/patches/openjdk-15-xcursor-no-dynamic.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/foobillard++-pkg-config.patch' -> `./gnu/packages/patches/foobillard++-pkg-config.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-CVE-2014-8141.patch' -> `./gnu/packages/patches/unzip-CVE-2014-8141.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/shared-mime-info-xdgmime-path.patch' -> `./gnu/packages/patches/shared-mime-info-xdgmime-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/slim-config.patch' -> `./gnu/packages/patches/slim-config.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/classpath-miscompilation.patch' -> `./gnu/packages/patches/classpath-miscompilation.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/teuchos-remove-duplicate-using.patch' -> `./gnu/packages/patches/teuchos-remove-duplicate-using.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-runtime-esan-build-fixes.patch' -> `./gnu/packages/patches/clang-runtime-esan-build-fixes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gobject-introspection-cc-1.72.patch' -> `./gnu/packages/patches/gobject-introspection-cc-1.72.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fuzzylite-relative-path-in-tests.patch' -> `./gnu/packages/patches/fuzzylite-relative-path-in-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-werkzeug-tests.patch' -> `./gnu/packages/patches/python-werkzeug-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/picprog-non-intel-support.patch' -> `./gnu/packages/patches/picprog-non-intel-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/readline-6.2-CVE-2014-2524.patch' -> `./gnu/packages/patches/readline-6.2-CVE-2014-2524.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ganeti-shepherd-support.patch' -> `./gnu/packages/patches/ganeti-shepherd-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pygpgme-disable-problematic-tests.patch' -> `./gnu/packages/patches/pygpgme-disable-problematic-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/postgresql-disable-resolve_symlinks.patch' -> `./gnu/packages/patches/postgresql-disable-resolve_symlinks.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/plib-CVE-2011-4620.patch' -> `./gnu/packages/patches/plib-CVE-2011-4620.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/plib-CVE-2012-4552.patch' -> `./gnu/packages/patches/plib-CVE-2012-4552.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mercurial-hg-extension-path.patch' -> `./gnu/packages/patches/mercurial-hg-extension-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kmscon-runtime-keymap-switch.patch' -> `./gnu/packages/patches/kmscon-runtime-keymap-switch.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/wordnet-CVE-2008-3908-pt2.patch' -> `./gnu/packages/patches/wordnet-CVE-2008-3908-pt2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/symmetrica-return_values.patch' -> `./gnu/packages/patches/symmetrica-return_values.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libextractor-tidy-support.patch' -> `./gnu/packages/patches/libextractor-tidy-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nvi-assume-preserve-path.patch' -> `./gnu/packages/patches/nvi-assume-preserve-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-apache-ivy-port-to-latest-bouncycastle.patch' -> `./gnu/packages/patches/java-apache-ivy-port-to-latest-bouncycastle.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pinball-system-ltdl.patch' -> `./gnu/packages/patches/pinball-system-ltdl.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/onionshare-cli-async-mode.patch' -> `./gnu/packages/patches/onionshare-cli-async-mode.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qemu-glibc-2.27.patch' -> `./gnu/packages/patches/qemu-glibc-2.27.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-overflow-on-invalid-input.patch' -> `./gnu/packages/patches/unzip-overflow-on-invalid-input.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qrcodegen-cpp-make-install.patch' -> `./gnu/packages/patches/qrcodegen-cpp-make-install.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nickle-man-release-date.patch' -> `./gnu/packages/patches/nickle-man-release-date.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/grantlee-register-metaenumvariable.patch' -> `./gnu/packages/patches/grantlee-register-metaenumvariable.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aegis-constness-error.patch' -> `./gnu/packages/patches/aegis-constness-error.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-2.2-skip-oom-test.patch' -> `./gnu/packages/patches/guile-2.2-skip-oom-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/binutils-loongson-workaround.patch' -> `./gnu/packages/patches/binutils-loongson-workaround.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/p7zip-CVE-2016-9296.patch' -> `./gnu/packages/patches/p7zip-CVE-2016-9296.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghostscript-CVE-2023-36664.patch' -> `./gnu/packages/patches/ghostscript-CVE-2023-36664.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/zig-use-baseline-cpu-by-default.patch' -> `./gnu/packages/patches/zig-use-baseline-cpu-by-default.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lugaru-fix-sound.patch' -> `./gnu/packages/patches/lugaru-fix-sound.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-5-fix-powerpc64le-build.patch' -> `./gnu/packages/patches/gcc-5-fix-powerpc64le-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ffmpeg-jami-libopusdec-enable-FEC.patch' -> `./gnu/packages/patches/ffmpeg-jami-libopusdec-enable-FEC.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/accountsservice-extensions.patch' -> `./gnu/packages/patches/accountsservice-extensions.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/foxi-fix-build.patch' -> `./gnu/packages/patches/foxi-fix-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libvpx-CVE-2016-2818.patch' -> `./gnu/packages/patches/libvpx-CVE-2016-2818.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/u-boot-rockchip-inno-usb.patch' -> `./gnu/packages/patches/u-boot-rockchip-inno-usb.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-module-pluggable-search.patch' -> `./gnu/packages/patches/perl-module-pluggable-search.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fenics-dolfin-demo-init.patch' -> `./gnu/packages/patches/fenics-dolfin-demo-init.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/zuo-bin-sh.patch' -> `./gnu/packages/patches/zuo-bin-sh.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libobjc2-unbundle-robin-map.patch' -> `./gnu/packages/patches/libobjc2-unbundle-robin-map.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kiwix-desktop-newer-libkiwix.patch' -> `./gnu/packages/patches/kiwix-desktop-newer-libkiwix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-2.7-no-static-lib.patch' -> `./gnu/packages/patches/python-2.7-no-static-lib.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/eigen-fix-strict-aliasing-bug.patch' -> `./gnu/packages/patches/eigen-fix-strict-aliasing-bug.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-random2-getrandbits-test.patch' -> `./gnu/packages/patches/python-random2-getrandbits-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/foomatic-filters-CVE-2015-8327.patch' -> `./gnu/packages/patches/foomatic-filters-CVE-2015-8327.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libftdi-fix-paths-when-FTDIPP-set.patch' -> `./gnu/packages/patches/libftdi-fix-paths-when-FTDIPP-set.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/julia-Use-MPFR-4.2.patch' -> `./gnu/packages/patches/julia-Use-MPFR-4.2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-5-hurd.patch' -> `./gnu/packages/patches/gcc-5-hurd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/network-manager-meson.patch' -> `./gnu/packages/patches/network-manager-meson.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hueplusplus-mbedtls.patch' -> `./gnu/packages/patches/hueplusplus-mbedtls.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-highlight-stages-add-gexp.patch' -> `./gnu/packages/patches/emacs-highlight-stages-add-gexp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tofi-32bit-compat.patch' -> `./gnu/packages/patches/tofi-32bit-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghostscript-leptonica-hurd.patch' -> `./gnu/packages/patches/ghostscript-leptonica-hurd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/grfcodec-gcc-compat.patch' -> `./gnu/packages/patches/grfcodec-gcc-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fpc-glibc-2.34-compat.patch' -> `./gnu/packages/patches/fpc-glibc-2.34-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ffmpeg-jami-rtp_ext_abs_send_time.patch' -> `./gnu/packages/patches/ffmpeg-jami-rtp_ext_abs_send_time.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/icecat-use-system-media-libs.patch' -> `./gnu/packages/patches/icecat-use-system-media-libs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/beancount-disable-googleapis-fonts.patch' -> `./gnu/packages/patches/beancount-disable-googleapis-fonts.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fail2ban-python310-server-actions.patch' -> `./gnu/packages/patches/fail2ban-python310-server-actions.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/esmini-use-pkgconfig.patch' -> `./gnu/packages/patches/esmini-use-pkgconfig.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch' -> `./gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/screen-hurd-path-max.patch' -> `./gnu/packages/patches/screen-hurd-path-max.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kobodeluxe-graphics-window-signed-char.patch' -> `./gnu/packages/patches/kobodeluxe-graphics-window-signed-char.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/icedtea-7-hotspot-aarch64-use-c++98.patch' -> `./gnu/packages/patches/icedtea-7-hotspot-aarch64-use-c++98.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hurd-fix-rumpdisk-build.patch' -> `./gnu/packages/patches/hurd-fix-rumpdisk-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nss-increase-test-timeout.patch' -> `./gnu/packages/patches/nss-increase-test-timeout.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jami-skip-tests-requiring-internet.patch' -> `./gnu/packages/patches/jami-skip-tests-requiring-internet.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hdf-eos5-build-shared.patch' -> `./gnu/packages/patches/hdf-eos5-build-shared.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libcall-ui-make-it-installable.patch' -> `./gnu/packages/patches/libcall-ui-make-it-installable.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dbacl-include-locale.h.patch' -> `./gnu/packages/patches/dbacl-include-locale.h.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openssl-1.1-c-rehash-in.patch' -> `./gnu/packages/patches/openssl-1.1-c-rehash-in.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fasthenry-spUtils.patch' -> `./gnu/packages/patches/fasthenry-spUtils.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pdoc3-tests.patch' -> `./gnu/packages/patches/python-pdoc3-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xf86-video-nouveau-fixup-ABI.patch' -> `./gnu/packages/patches/xf86-video-nouveau-fixup-ABI.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-feedparser-missing-import.patch' -> `./gnu/packages/patches/python-feedparser-missing-import.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fuse-glibc-2.34.patch' -> `./gnu/packages/patches/fuse-glibc-2.34.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/netpbm-CVE-2017-2587.patch' -> `./gnu/packages/patches/netpbm-CVE-2017-2587.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/enjarify-setup-py.patch' -> `./gnu/packages/patches/enjarify-setup-py.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mathjax-3.1.2-no-a11y.patch' -> `./gnu/packages/patches/mathjax-3.1.2-no-a11y.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/orbit2-fix-array-allocation-32bit.patch' -> `./gnu/packages/patches/orbit2-fix-array-allocation-32bit.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch' -> `./gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jamvm-2.0.0-opcode-guard.patch' -> `./gnu/packages/patches/jamvm-2.0.0-opcode-guard.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pulseaudio-fix-mult-test.patch' -> `./gnu/packages/patches/pulseaudio-fix-mult-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/falcosecurity-libs-shared-library-fix.patch' -> `./gnu/packages/patches/falcosecurity-libs-shared-library-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/http-parser-CVE-2020-8287.patch' -> `./gnu/packages/patches/http-parser-CVE-2020-8287.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-COVSCAN-fix-unterminated-string.patch' -> `./gnu/packages/patches/unzip-COVSCAN-fix-unterminated-string.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/elogind-fix-rpath.patch' -> `./gnu/packages/patches/elogind-fix-rpath.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kiki-portability-64bit.patch' -> `./gnu/packages/patches/kiki-portability-64bit.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nfs4-acl-tools-0.3.7-fixpaths.patch' -> `./gnu/packages/patches/nfs4-acl-tools-0.3.7-fixpaths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/slurm-23-salloc-fallback-shell.patch' -> `./gnu/packages/patches/slurm-23-salloc-fallback-shell.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rust-webbrowser-remove-unsupported-os.patch' -> `./gnu/packages/patches/rust-webbrowser-remove-unsupported-os.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dbus-helper-search-path.patch' -> `./gnu/packages/patches/dbus-helper-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/falcosecurity-libs-libscap-pc.patch' -> `./gnu/packages/patches/falcosecurity-libs-libscap-pc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ruby-anystyle-fix-dictionary-populate.patch' -> `./gnu/packages/patches/ruby-anystyle-fix-dictionary-populate.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/stex-copy-from-immutable-store.patch' -> `./gnu/packages/patches/stex-copy-from-immutable-store.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tao-add-missing-headers.patch' -> `./gnu/packages/patches/tao-add-missing-headers.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clucene-contribs-lib.patch' -> `./gnu/packages/patches/clucene-contribs-lib.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-uqbar-python3.10.patch' -> `./gnu/packages/patches/python-uqbar-python3.10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/source-highlight-gcc-compat.patch' -> `./gnu/packages/patches/source-highlight-gcc-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vcmi-disable-privacy-breach.patch' -> `./gnu/packages/patches/vcmi-disable-privacy-breach.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/llvm-3.x.1-fix-build-with-gcc.patch' -> `./gnu/packages/patches/llvm-3.x.1-fix-build-with-gcc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/luit-posix.patch' -> `./gnu/packages/patches/luit-posix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgit2-mtime-0.patch' -> `./gnu/packages/patches/libgit2-mtime-0.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pyan3-fix-absolute-path-bug.patch' -> `./gnu/packages/patches/python-pyan3-fix-absolute-path-bug.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-zipbomb-part1.patch' -> `./gnu/packages/patches/unzip-zipbomb-part1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/util-linux-tests.patch' -> `./gnu/packages/patches/util-linux-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libvpx-CVE-2023-44488.patch' -> `./gnu/packages/patches/libvpx-CVE-2023-44488.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/chez-scheme-bin-sh.patch' -> `./gnu/packages/patches/chez-scheme-bin-sh.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/flatpak-fix-path.patch' -> `./gnu/packages/patches/flatpak-fix-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/symmetrica-int32.patch' -> `./gnu/packages/patches/symmetrica-int32.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-2.7-search-paths.patch' -> `./gnu/packages/patches/python-2.7-search-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-angr-check-exec-deps.patch' -> `./gnu/packages/patches/python-angr-check-exec-deps.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fifengine-swig-compat.patch' -> `./gnu/packages/patches/fifengine-swig-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fasthenry-spBuild.patch' -> `./gnu/packages/patches/fasthenry-spBuild.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fxdiv-system-libraries.patch' -> `./gnu/packages/patches/fxdiv-system-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-hurd-mach-print.patch' -> `./gnu/packages/patches/glibc-hurd-mach-print.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pyan3-fix-positional-arguments.patch' -> `./gnu/packages/patches/python-pyan3-fix-positional-arguments.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-2.35-CVE-2023-4911.patch' -> `./gnu/packages/patches/glibc-2.35-CVE-2023-4911.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-supported-locales.patch' -> `./gnu/packages/patches/glibc-supported-locales.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libxt-guix-search-paths.patch' -> `./gnu/packages/patches/libxt-guix-search-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fenics-dolfin-algorithm.patch' -> `./gnu/packages/patches/fenics-dolfin-algorithm.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/owncloud-disable-updatecheck.patch' -> `./gnu/packages/patches/owncloud-disable-updatecheck.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pdfpc-build-with-vala-0.56.patch' -> `./gnu/packages/patches/pdfpc-build-with-vala-0.56.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ibus-table-paths.patch' -> `./gnu/packages/patches/ibus-table-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gtk-doc-respect-xml-catalog.patch' -> `./gnu/packages/patches/gtk-doc-respect-xml-catalog.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/portaudio-audacity-compat.patch' -> `./gnu/packages/patches/portaudio-audacity-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/slim-display.patch' -> `./gnu/packages/patches/slim-display.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pytorch-without-kineto.patch' -> `./gnu/packages/patches/python-pytorch-without-kineto.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rpcbind-CVE-2017-8779.patch' -> `./gnu/packages/patches/rpcbind-CVE-2017-8779.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-accupy-use-matplotx.patch' -> `./gnu/packages/patches/python-accupy-use-matplotx.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-docrepr-fix-tests.patch' -> `./gnu/packages/patches/python-docrepr-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-5.14-module-pluggable-search.patch' -> `./gnu/packages/patches/perl-5.14-module-pluggable-search.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/extundelete-e2fsprogs-1.44.patch' -> `./gnu/packages/patches/extundelete-e2fsprogs-1.44.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-boot-4.6.4.patch' -> `./gnu/packages/patches/gcc-boot-4.6.4.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/p7zip-remove-unused-code.patch' -> `./gnu/packages/patches/p7zip-remove-unused-code.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/llvm-9-fix-scev-miscompilation.patch' -> `./gnu/packages/patches/llvm-9-fix-scev-miscompilation.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xterm-370-explicit-xcursor.patch' -> `./gnu/packages/patches/xterm-370-explicit-xcursor.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tcsh-fix-autotest.patch' -> `./gnu/packages/patches/tcsh-fix-autotest.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/chez-scheme-backport-signal.patch' -> `./gnu/packages/patches/chez-scheme-backport-signal.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcolor3-update-libportal-usage.patch' -> `./gnu/packages/patches/gcolor3-update-libportal-usage.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-cross-gxx-include-dir.patch' -> `./gnu/packages/patches/gcc-cross-gxx-include-dir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/r-httpuv-1.6.6-unvendor-libuv.patch' -> `./gnu/packages/patches/r-httpuv-1.6.6-unvendor-libuv.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rust-ndarray-0.14-remove-blas-src.patch' -> `./gnu/packages/patches/rust-ndarray-0.14-remove-blas-src.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pyreadstat-link-libiconv.patch' -> `./gnu/packages/patches/python-pyreadstat-link-libiconv.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sbcl-burgled-batteries3-fix-signals.patch' -> `./gnu/packages/patches/sbcl-burgled-batteries3-fix-signals.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-CVE-2015-7697.patch' -> `./gnu/packages/patches/unzip-CVE-2015-7697.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sbcl-clml-fix-types.patch' -> `./gnu/packages/patches/sbcl-clml-fix-types.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/linux-pam-unix_chkpwd.patch' -> `./gnu/packages/patches/linux-pam-unix_chkpwd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/llvm-8-fix-build-with-gcc-10.patch' -> `./gnu/packages/patches/llvm-8-fix-build-with-gcc-10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gettext-libunicode-update.patch' -> `./gnu/packages/patches/gettext-libunicode-update.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/enlightenment-fix-setuid-path.patch' -> `./gnu/packages/patches/enlightenment-fix-setuid-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kobodeluxe-enemies-pipe-decl.patch' -> `./gnu/packages/patches/kobodeluxe-enemies-pipe-decl.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dvd+rw-tools-add-include.patch' -> `./gnu/packages/patches/dvd+rw-tools-add-include.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/inkscape-poppler-compat.patch' -> `./gnu/packages/patches/inkscape-poppler-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-CVE-2015-7696.patch' -> `./gnu/packages/patches/unzip-CVE-2015-7696.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/go-github-com-wraparound-wrap-free-fonts.patch' -> `./gnu/packages/patches/go-github-com-wraparound-wrap-free-fonts.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/onnx-use-system-googletest.patch' -> `./gnu/packages/patches/onnx-use-system-googletest.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/agda-use-sphinx-5.patch' -> `./gnu/packages/patches/agda-use-sphinx-5.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-all-the-icons-remove-duplicate-rs.patch' -> `./gnu/packages/patches/emacs-all-the-icons-remove-duplicate-rs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lvm2-no-systemd.patch' -> `./gnu/packages/patches/lvm2-no-systemd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jami-tests-qtwebengine-ifdef-to-if.patch' -> `./gnu/packages/patches/jami-tests-qtwebengine-ifdef-to-if.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fpm-newer-clamp-fix.patch' -> `./gnu/packages/patches/fpm-newer-clamp-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-format-secure.patch' -> `./gnu/packages/patches/unzip-format-secure.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cube-nocheck.patch' -> `./gnu/packages/patches/cube-nocheck.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/freedink-engine-fix-sdl-hints.patch' -> `./gnu/packages/patches/freedink-engine-fix-sdl-hints.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/awesome-4.3-fno-common.patch' -> `./gnu/packages/patches/awesome-4.3-fno-common.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/linux-libre-infodocs-target.patch' -> `./gnu/packages/patches/linux-libre-infodocs-target.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ccextractor-add-missing-header.patch' -> `./gnu/packages/patches/ccextractor-add-missing-header.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch' -> `./gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dkimproxy-add-ipv6-support.patch' -> `./gnu/packages/patches/dkimproxy-add-ipv6-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ungoogled-chromium-RUNPATH.patch' -> `./gnu/packages/patches/ungoogled-chromium-RUNPATH.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libcaca-CVE-2021-3410-pt1.patch' -> `./gnu/packages/patches/libcaca-CVE-2021-3410-pt1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-lispy-fix-thread-last-test.patch' -> `./gnu/packages/patches/emacs-lispy-fix-thread-last-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-clock-realfrag.patch' -> `./gnu/packages/patches/ghc-clock-realfrag.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/trytond-add-egg-modules-to-path.patch' -> `./gnu/packages/patches/trytond-add-egg-modules-to-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xplanet-1.3.1-libimage_gif.c.patch' -> `./gnu/packages/patches/xplanet-1.3.1-libimage_gif.c.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/turbovnc-custom-paths.patch' -> `./gnu/packages/patches/turbovnc-custom-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libjxr-fix-typos.patch' -> `./gnu/packages/patches/libjxr-fix-typos.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-overflow.patch' -> `./gnu/packages/patches/unzip-overflow.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fail2ban-python310-server-action.patch' -> `./gnu/packages/patches/fail2ban-python310-server-action.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ffmpeg-jami-libopusenc-reload-packet-loss-at-encode.patch' -> `./gnu/packages/patches/ffmpeg-jami-libopusenc-reload-packet-loss-at-encode.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/llvm-3.5-fix-clang-build-with-gcc5.patch' -> `./gnu/packages/patches/llvm-3.5-fix-clang-build-with-gcc5.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libtiff-CVE-2022-34526.patch' -> `./gnu/packages/patches/libtiff-CVE-2022-34526.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-hurd-signal-sa-siginfo.patch' -> `./gnu/packages/patches/glibc-hurd-signal-sa-siginfo.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/agda-libdirs-env-variable.patch' -> `./gnu/packages/patches/agda-libdirs-env-variable.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hdf-eos2-fortrantests.patch' -> `./gnu/packages/patches/hdf-eos2-fortrantests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clamav-system-tomsfastmath.patch' -> `./gnu/packages/patches/clamav-system-tomsfastmath.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pthreadpool-system-libraries.patch' -> `./gnu/packages/patches/pthreadpool-system-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pipewire-0.2.7-fno-common.patch' -> `./gnu/packages/patches/pipewire-0.2.7-fno-common.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gpaste-fix-paths.patch' -> `./gnu/packages/patches/gpaste-fix-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-next-native-comp-driver-options.patch' -> `./gnu/packages/patches/emacs-next-native-comp-driver-options.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cpulimit-with-glib-2.32.patch' -> `./gnu/packages/patches/cpulimit-with-glib-2.32.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-7.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-7.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pytest-fix-unstrable-exception-test.patch' -> `./gnu/packages/patches/pytest-fix-unstrable-exception-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/po4a-partial-texinfo-menu-fix.patch' -> `./gnu/packages/patches/po4a-partial-texinfo-menu-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/superlu-dist-scotchmetis.patch' -> `./gnu/packages/patches/superlu-dist-scotchmetis.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gtk2-theme-paths.patch' -> `./gnu/packages/patches/gtk2-theme-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/wmfire-update-for-new-gdk-versions.patch' -> `./gnu/packages/patches/wmfire-update-for-new-gdk-versions.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rust-nettle-disable-vendor.patch' -> `./gnu/packages/patches/rust-nettle-disable-vendor.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/monero-use-system-miniupnpc.patch' -> `./gnu/packages/patches/monero-use-system-miniupnpc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-5.14-no-sys-dirs.patch' -> `./gnu/packages/patches/perl-5.14-no-sys-dirs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-versioned-locpath.patch' -> `./gnu/packages/patches/glibc-versioned-locpath.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xgboost-use-system-dmlc-core.patch' -> `./gnu/packages/patches/xgboost-use-system-dmlc-core.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lightdm-vnc-color-depth.patch' -> `./gnu/packages/patches/lightdm-vnc-color-depth.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gpodder-disable-updater.patch' -> `./gnu/packages/patches/gpodder-disable-updater.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pingus-boost-headers.patch' -> `./gnu/packages/patches/pingus-boost-headers.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gmp-faulty-test.patch' -> `./gnu/packages/patches/gmp-faulty-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/warsow-qfusion-fix-bool-return-type.patch' -> `./gnu/packages/patches/warsow-qfusion-fix-bool-return-type.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kmod-module-directory.patch' -> `./gnu/packages/patches/kmod-module-directory.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ath9k-htc-firmware-binutils.patch' -> `./gnu/packages/patches/ath9k-htc-firmware-binutils.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mpg321-CVE-2019-14247.patch' -> `./gnu/packages/patches/mpg321-CVE-2019-14247.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jamvm-2.0.0-disable-branch-patching.patch' -> `./gnu/packages/patches/jamvm-2.0.0-disable-branch-patching.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fastcap-mulGlobal.patch' -> `./gnu/packages/patches/fastcap-mulGlobal.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/intltool-perl-compatibility.patch' -> `./gnu/packages/patches/intltool-perl-compatibility.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bash-linux-pgrp-pipe.patch' -> `./gnu/packages/patches/bash-linux-pgrp-pipe.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/onnx-1.13.1-use-system-googletest.patch' -> `./gnu/packages/patches/onnx-1.13.1-use-system-googletest.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-5.0-libvtv-runpath.patch' -> `./gnu/packages/patches/gcc-5.0-libvtv-runpath.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lsh-fix-x11-forwarding.patch' -> `./gnu/packages/patches/lsh-fix-x11-forwarding.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openjdk-21-fix-rpath.patch' -> `./gnu/packages/patches/openjdk-21-fix-rpath.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mrrescue-support-love-11.patch' -> `./gnu/packages/patches/mrrescue-support-love-11.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qemu-disable-aarch64-migration-test.patch' -> `./gnu/packages/patches/qemu-disable-aarch64-migration-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-cross-objdump.patch' -> `./gnu/packages/patches/glibc-cross-objdump.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dstat-fix-crash-when-specifying-delay.patch' -> `./gnu/packages/patches/dstat-fix-crash-when-specifying-delay.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-2.37-hurd-clock_t_centiseconds.patch' -> `./gnu/packages/patches/glibc-2.37-hurd-clock_t_centiseconds.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-exec-path.patch' -> `./gnu/packages/patches/emacs-exec-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ibus-anthy-fix-tests.patch' -> `./gnu/packages/patches/ibus-anthy-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/elixir-path-length.patch' -> `./gnu/packages/patches/elixir-path-length.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libsequoia-remove-store.patch' -> `./gnu/packages/patches/libsequoia-remove-store.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnutls-cross.patch' -> `./gnu/packages/patches/gnutls-cross.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/erlang-man-path.patch' -> `./gnu/packages/patches/erlang-man-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sharutils-CVE-2018-1000097.patch' -> `./gnu/packages/patches/sharutils-CVE-2018-1000097.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rocclr-5.6.0-enable-gfx800.patch' -> `./gnu/packages/patches/rocclr-5.6.0-enable-gfx800.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-17.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-17.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-10.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-10.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/imagemagick-ReadDCMImage-fix.patch' -> `./gnu/packages/patches/imagemagick-ReadDCMImage-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ergodox-firmware-fix-numpad.patch' -> `./gnu/packages/patches/ergodox-firmware-fix-numpad.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/procmail-CVE-2014-3618.patch' -> `./gnu/packages/patches/procmail-CVE-2014-3618.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-pgtk-super-key-fix.patch' -> `./gnu/packages/patches/emacs-pgtk-super-key-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kiki-makefile.patch' -> `./gnu/packages/patches/kiki-makefile.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/krita-bump-sip-abi-version-to-12.8.patch' -> `./gnu/packages/patches/krita-bump-sip-abi-version-to-12.8.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-18.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-18.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cf-tool-add-languages.patch' -> `./gnu/packages/patches/cf-tool-add-languages.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-CVE-2019-9169.patch' -> `./gnu/packages/patches/glibc-CVE-2019-9169.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ganeti-relax-dependencies.patch' -> `./gnu/packages/patches/ganeti-relax-dependencies.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/virt-manager-fix-gtk-cursor-theme-backtace.patch' -> `./gnu/packages/patches/virt-manager-fix-gtk-cursor-theme-backtace.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/i7z-gcc-10.patch' -> `./gnu/packages/patches/i7z-gcc-10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jbr-17-xcursor-no-dynamic.patch' -> `./gnu/packages/patches/jbr-17-xcursor-no-dynamic.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/supertux-unbundle-squirrel.patch' -> `./gnu/packages/patches/supertux-unbundle-squirrel.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gpm-glibc-2.26.patch' -> `./gnu/packages/patches/gpm-glibc-2.26.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-commons-lang-fix-dependency.patch' -> `./gnu/packages/patches/java-commons-lang-fix-dependency.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ffmpeg-jami-pipewiregrab-source-filter.patch' -> `./gnu/packages/patches/ffmpeg-jami-pipewiregrab-source-filter.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/reposurgeon-add-missing-docbook-files.patch' -> `./gnu/packages/patches/reposurgeon-add-missing-docbook-files.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/transcode-ffmpeg.patch' -> `./gnu/packages/patches/transcode-ffmpeg.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bsd-games-add-wrapper.patch' -> `./gnu/packages/patches/bsd-games-add-wrapper.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-CVE-2018-13440.patch' -> `./gnu/packages/patches/audiofile-CVE-2018-13440.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fail2ban-0.11.2_fix-test-suite.patch' -> `./gnu/packages/patches/fail2ban-0.11.2_fix-test-suite.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unknown-horizons-python-3.8-distro.patch' -> `./gnu/packages/patches/unknown-horizons-python-3.8-distro.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mathjax-no-a11y.patch' -> `./gnu/packages/patches/mathjax-no-a11y.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/plasma-framework-fix-KF5PlasmaMacros.cmake.patch' -> `./gnu/packages/patches/plasma-framework-fix-KF5PlasmaMacros.cmake.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/scsh-nonstring-search-path.patch' -> `./gnu/packages/patches/scsh-nonstring-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fontforge-hurd.patch' -> `./gnu/packages/patches/fontforge-hurd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/minisat-install.patch' -> `./gnu/packages/patches/minisat-install.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ncftp-reproducible.patch' -> `./gnu/packages/patches/ncftp-reproducible.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-testsuite-dlopen-pie.patch' -> `./gnu/packages/patches/ghc-testsuite-dlopen-pie.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/wacomtablet-qt5.15.patch' -> `./gnu/packages/patches/wacomtablet-qt5.15.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/netsurf-longer-test-timeout.patch' -> `./gnu/packages/patches/netsurf-longer-test-timeout.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lightdm-vncserver-check.patch' -> `./gnu/packages/patches/lightdm-vncserver-check.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rocm-bandwidth-test-5.5.0-fix-includes.patch' -> `./gnu/packages/patches/rocm-bandwidth-test-5.5.0-fix-includes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/icecat-use-system-graphite2+harfbuzz.patch' -> `./gnu/packages/patches/icecat-use-system-graphite2+harfbuzz.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/firebird-riscv64-support-pt1.patch' -> `./gnu/packages/patches/firebird-riscv64-support-pt1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-net-amazon-s3-moose-warning.patch' -> `./gnu/packages/patches/perl-net-amazon-s3-moose-warning.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-next-exec-path.patch' -> `./gnu/packages/patches/emacs-next-exec-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openjdk-9-setsignalhandler.patch' -> `./gnu/packages/patches/openjdk-9-setsignalhandler.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/wcstools-extend-makefiles.patch' -> `./gnu/packages/patches/wcstools-extend-makefiles.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xf86-video-savage-xorg-compat.patch' -> `./gnu/packages/patches/xf86-video-savage-xorg-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/igraph-fix-varargs-integer-size.patch' -> `./gnu/packages/patches/igraph-fix-varargs-integer-size.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-9.2-grep-warnings.patch' -> `./gnu/packages/patches/ghc-9.2-grep-warnings.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-memory-fix-32bit.patch' -> `./gnu/packages/patches/ghc-memory-fix-32bit.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libxml2-xpath0-Add-option-xpath0.patch' -> `./gnu/packages/patches/libxml2-xpath0-Add-option-xpath0.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-2.33-riscv64-miscompilation.patch' -> `./gnu/packages/patches/glibc-2.33-riscv64-miscompilation.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/serf-python3.patch' -> `./gnu/packages/patches/serf-python3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/biboumi-cmake-ignore-git.patch' -> `./gnu/packages/patches/biboumi-cmake-ignore-git.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/john-the-ripper-jumbo-with-gcc-11.patch' -> `./gnu/packages/patches/john-the-ripper-jumbo-with-gcc-11.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hdf-eos5-remove-gctp.patch' -> `./gnu/packages/patches/hdf-eos5-remove-gctp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-Fix-index-overflow-in-IMA.cpp.patch' -> `./gnu/packages/patches/audiofile-Fix-index-overflow-in-IMA.cpp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/leela-zero-gtest.patch' -> `./gnu/packages/patches/leela-zero-gtest.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gajim-honour-GAJIM_PLUGIN_PATH.patch' -> `./gnu/packages/patches/gajim-honour-GAJIM_PLUGIN_PATH.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mactelnet-remove-init.patch' -> `./gnu/packages/patches/mactelnet-remove-init.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/docbook-xsl-support-old-url.patch' -> `./gnu/packages/patches/docbook-xsl-support-old-url.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/petri-foo-0.1.87-fix-recent-file-not-exist.patch' -> `./gnu/packages/patches/petri-foo-0.1.87-fix-recent-file-not-exist.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-debugpy-unbundle-pydevd.patch' -> `./gnu/packages/patches/python-debugpy-unbundle-pydevd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/go-github-com-golang-snappy-32bit-test.patch' -> `./gnu/packages/patches/go-github-com-golang-snappy-32bit-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-libxml2-utf8.patch' -> `./gnu/packages/patches/python-libxml2-utf8.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmad-md_size.patch' -> `./gnu/packages/patches/libmad-md_size.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-overflow-long-fsize.patch' -> `./gnu/packages/patches/unzip-overflow-long-fsize.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mia-fix-boost-headers.patch' -> `./gnu/packages/patches/mia-fix-boost-headers.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mia-vtk9.patch' -> `./gnu/packages/patches/mia-vtk9.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nanosvg-prusa-slicer.patch' -> `./gnu/packages/patches/nanosvg-prusa-slicer.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rct-add-missing-headers.patch' -> `./gnu/packages/patches/rct-add-missing-headers.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/enblend-enfuse-reproducible.patch' -> `./gnu/packages/patches/enblend-enfuse-reproducible.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fasthenry-spAllocate.patch' -> `./gnu/packages/patches/fasthenry-spAllocate.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rust-1.70-fix-rustix-build.patch' -> `./gnu/packages/patches/rust-1.70-fix-rustix-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bidiv-update-fribidi.patch' -> `./gnu/packages/patches/bidiv-update-fribidi.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gawk-shell.patch' -> `./gnu/packages/patches/gawk-shell.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-timestamp.patch' -> `./gnu/packages/patches/unzip-timestamp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-jeromq-fix-tests.patch' -> `./gnu/packages/patches/java-jeromq-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/firebird-riscv64-support-pt2.patch' -> `./gnu/packages/patches/firebird-riscv64-support-pt2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mecab-variable-param.patch' -> `./gnu/packages/patches/mecab-variable-param.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ffmpeg-jami-remove-mjpeg-log.patch' -> `./gnu/packages/patches/ffmpeg-jami-remove-mjpeg-log.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-persistent-fix-32bit.patch' -> `./gnu/packages/patches/ghc-persistent-fix-32bit.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgeotiff-fix-tests-with-proj-9.3.0.patch' -> `./gnu/packages/patches/libgeotiff-fix-tests-with-proj-9.3.0.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/icecat-use-system-wide-dir.patch' -> `./gnu/packages/patches/icecat-use-system-wide-dir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pango-skip-libthai-test.patch' -> `./gnu/packages/patches/pango-skip-libthai-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qemu-disable-bios-tables-test.patch' -> `./gnu/packages/patches/qemu-disable-bios-tables-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tup-unbundle-dependencies.patch' -> `./gnu/packages/patches/tup-unbundle-dependencies.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pingus-sdl-libs-config.patch' -> `./gnu/packages/patches/pingus-sdl-libs-config.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bash-completion-directories.patch' -> `./gnu/packages/patches/bash-completion-directories.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnome-2048-fix-positional-argument.patch' -> `./gnu/packages/patches/gnome-2048-fix-positional-argument.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nvi-db4.patch' -> `./gnu/packages/patches/nvi-db4.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/imagemagick-ReadDCMPixels-fix.patch' -> `./gnu/packages/patches/imagemagick-ReadDCMPixels-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-11-libstdc++-hurd-libpthread.patch' -> `./gnu/packages/patches/gcc-11-libstdc++-hurd-libpthread.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gtksourceview-2-add-default-directory.patch' -> `./gnu/packages/patches/gtksourceview-2-add-default-directory.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-fix-sign-conversion.patch' -> `./gnu/packages/patches/audiofile-fix-sign-conversion.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghostscript-no-header-uuid.patch' -> `./gnu/packages/patches/ghostscript-no-header-uuid.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pytorch-for-r-torch-system-libraries.patch' -> `./gnu/packages/patches/python-pytorch-for-r-torch-system-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-fibers-wait-for-io-readiness.patch' -> `./gnu/packages/patches/guile-fibers-wait-for-io-readiness.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-division-by-zero.patch' -> `./gnu/packages/patches/audiofile-division-by-zero.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-9.2-glibc-2.33-link-order.patch' -> `./gnu/packages/patches/ghc-9.2-glibc-2.33-link-order.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/seq24-rename-mutex.patch' -> `./gnu/packages/patches/seq24-rename-mutex.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-16.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-16.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-packaging-test-arch.patch' -> `./gnu/packages/patches/python-packaging-test-arch.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch' -> `./gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libcanberra-wayland-crash.patch' -> `./gnu/packages/patches/libcanberra-wayland-crash.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/password-store-tree-compat.patch' -> `./gnu/packages/patches/password-store-tree-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dune-common-skip-failing-tests.patch' -> `./gnu/packages/patches/dune-common-skip-failing-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/exercism-disable-self-update.patch' -> `./gnu/packages/patches/exercism-disable-self-update.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jfsutils-include-systypes.patch' -> `./gnu/packages/patches/jfsutils-include-systypes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xpra-6.0-systemd-run.patch' -> `./gnu/packages/patches/xpra-6.0-systemd-run.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hdf-eos5-fix-szip.patch' -> `./gnu/packages/patches/hdf-eos5-fix-szip.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-9.2-cabal-support-package-path.patch' -> `./gnu/packages/patches/ghc-9.2-cabal-support-package-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pyvex-remove-angr-dependency.patch' -> `./gnu/packages/patches/python-pyvex-remove-angr-dependency.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/netcdf-date-time.patch' -> `./gnu/packages/patches/netcdf-date-time.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/curlftpfs-fix-error-closing-file.patch' -> `./gnu/packages/patches/curlftpfs-fix-error-closing-file.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-basement-fix-32bit.patch' -> `./gnu/packages/patches/ghc-basement-fix-32bit.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/helm-fix-gcc-9-build.patch' -> `./gnu/packages/patches/helm-fix-gcc-9-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/genimage-mke2fs-test.patch' -> `./gnu/packages/patches/genimage-mke2fs-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/grub-setup-root.patch' -> `./gnu/packages/patches/grub-setup-root.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/beignet-correct-file-names.patch' -> `./gnu/packages/patches/beignet-correct-file-names.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-8-strmov-store-file-names.patch' -> `./gnu/packages/patches/gcc-8-strmov-store-file-names.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ttf2eot-cstddef.patch' -> `./gnu/packages/patches/ttf2eot-cstddef.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libusb-for-axoloti.patch' -> `./gnu/packages/patches/libusb-for-axoloti.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-2.7-site-prefixes.patch' -> `./gnu/packages/patches/python-2.7-site-prefixes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/json-c-0.13-CVE-2020-12762.patch' -> `./gnu/packages/patches/json-c-0.13-CVE-2020-12762.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/smalltalk-multiplication-overflow.patch' -> `./gnu/packages/patches/smalltalk-multiplication-overflow.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/maturin-no-cross-compile.patch' -> `./gnu/packages/patches/maturin-no-cross-compile.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/freeimage-CVE-2020-22524.patch' -> `./gnu/packages/patches/freeimage-CVE-2020-22524.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgrss-CVE-2016-2001.patch' -> `./gnu/packages/patches/libgrss-CVE-2016-2001.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/heimdal-CVE-2022-45142.patch' -> `./gnu/packages/patches/heimdal-CVE-2022-45142.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cling-use-shared-library.patch' -> `./gnu/packages/patches/cling-use-shared-library.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-close.patch' -> `./gnu/packages/patches/unzip-close.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fasthenry-spFactor.patch' -> `./gnu/packages/patches/fasthenry-spFactor.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch' -> `./gnu/packages/patches/ruby-hydra-minimal-no-byebug.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-12.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-12.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qemu-build-info-manual.patch' -> `./gnu/packages/patches/qemu-build-info-manual.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/scons-test-environment.patch' -> `./gnu/packages/patches/scons-test-environment.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/highlight-gui-data-dir.patch' -> `./gnu/packages/patches/highlight-gui-data-dir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/llvm-9-fix-bitcast-miscompilation.patch' -> `./gnu/packages/patches/llvm-9-fix-bitcast-miscompilation.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/minisat-friend-declaration.patch' -> `./gnu/packages/patches/minisat-friend-declaration.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kiki-level-selection-crash.patch' -> `./gnu/packages/patches/kiki-level-selection-crash.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-runtime-asan-build-fixes.patch' -> `./gnu/packages/patches/clang-runtime-asan-build-fixes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pidgin-add-search-path.patch' -> `./gnu/packages/patches/pidgin-add-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/connman-add-missing-libppp-compat.h.patch' -> `./gnu/packages/patches/connman-add-missing-libppp-compat.h.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmhash-hmac-fix-uaf.patch' -> `./gnu/packages/patches/libmhash-hmac-fix-uaf.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ganeti-shepherd-master-failover.patch' -> `./gnu/packages/patches/ganeti-shepherd-master-failover.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-6-fix-isl-includes.patch' -> `./gnu/packages/patches/gcc-6-fix-isl-includes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/freeimage-libraw-0.21-compat.patch' -> `./gnu/packages/patches/freeimage-libraw-0.21-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-configobj-setuptools.patch' -> `./gnu/packages/patches/python-configobj-setuptools.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libutils-add-includes.patch' -> `./gnu/packages/patches/libutils-add-includes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clog-fix-shared-build.patch' -> `./gnu/packages/patches/clog-fix-shared-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/wordnet-CVE-2008-2149.patch' -> `./gnu/packages/patches/wordnet-CVE-2008-2149.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/julia-SOURCE_DATE_EPOCH-mtime.patch' -> `./gnu/packages/patches/julia-SOURCE_DATE_EPOCH-mtime.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mia-vtk92.patch' -> `./gnu/packages/patches/mia-vtk92.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/crc32c-unbundle-googletest.patch' -> `./gnu/packages/patches/crc32c-unbundle-googletest.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libqalculate-3.8.0-libcurl-ssl-fix.patch' -> `./gnu/packages/patches/libqalculate-3.8.0-libcurl-ssl-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ngircd-handle-zombies.patch' -> `./gnu/packages/patches/ngircd-handle-zombies.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bazaar-CVE-2017-14176.patch' -> `./gnu/packages/patches/bazaar-CVE-2017-14176.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ilmbase-fix-tests.patch' -> `./gnu/packages/patches/ilmbase-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/binutils-boot-2.20.1a.patch' -> `./gnu/packages/patches/binutils-boot-2.20.1a.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bloomberg-bde-tools-fix-install-path.patch' -> `./gnu/packages/patches/bloomberg-bde-tools-fix-install-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-8.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-8.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ganeti-disable-version-symlinks.patch' -> `./gnu/packages/patches/ganeti-disable-version-symlinks.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/patch-hurd-path-max.patch' -> `./gnu/packages/patches/patch-hurd-path-max.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/crda-optional-gcrypt.patch' -> `./gnu/packages/patches/crda-optional-gcrypt.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/psm-arch.patch' -> `./gnu/packages/patches/psm-arch.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cdrkit-libre-cross-compile.patch' -> `./gnu/packages/patches/cdrkit-libre-cross-compile.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vboot-utils-fix-tests-show-contents.patch' -> `./gnu/packages/patches/vboot-utils-fix-tests-show-contents.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-libvtv-runpath.patch' -> `./gnu/packages/patches/gcc-libvtv-runpath.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/u-boot-nintendo-nes-serial.patch' -> `./gnu/packages/patches/u-boot-nintendo-nes-serial.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openrgb-unbundle-hueplusplus.patch' -> `./gnu/packages/patches/openrgb-unbundle-hueplusplus.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/liba52-use-mtune-not-mcpu.patch' -> `./gnu/packages/patches/liba52-use-mtune-not-mcpu.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openjdk-10-idlj-reproducibility.patch' -> `./gnu/packages/patches/openjdk-10-idlj-reproducibility.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tao-fix-parser-types.patch' -> `./gnu/packages/patches/tao-fix-parser-types.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gtk3-respect-GUIX_GTK3_PATH.patch' -> `./gnu/packages/patches/gtk3-respect-GUIX_GTK3_PATH.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cursynth-wave-rand.patch' -> `./gnu/packages/patches/cursynth-wave-rand.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sqlite-hurd.patch' -> `./gnu/packages/patches/sqlite-hurd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dfu-programmer-fix-libusb.patch' -> `./gnu/packages/patches/dfu-programmer-fix-libusb.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/yggdrasil-extra-config.patch' -> `./gnu/packages/patches/yggdrasil-extra-config.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xplanet-1.3.1-xpUtil-Add2017LeapSecond.cpp.patch' -> `./gnu/packages/patches/xplanet-1.3.1-xpUtil-Add2017LeapSecond.cpp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-2-deterministic-build-info.patch' -> `./gnu/packages/patches/python-2-deterministic-build-info.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/netsurf-message-timestamp.patch' -> `./gnu/packages/patches/netsurf-message-timestamp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/x265-arm-flags.patch' -> `./gnu/packages/patches/x265-arm-flags.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dee-vapi.patch' -> `./gnu/packages/patches/dee-vapi.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ath9k-htc-firmware-gcc-compat.patch' -> `./gnu/packages/patches/ath9k-htc-firmware-gcc-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-3-deterministic-build-info.patch' -> `./gnu/packages/patches/python-3-deterministic-build-info.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-6.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-6.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/swish-e-format-security.patch' -> `./gnu/packages/patches/swish-e-format-security.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libtool-skip-tests2.patch' -> `./gnu/packages/patches/libtool-skip-tests2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lierolibre-try-building-other-arch.patch' -> `./gnu/packages/patches/lierolibre-try-building-other-arch.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/avahi-localstatedir.patch' -> `./gnu/packages/patches/avahi-localstatedir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-net-dns-resolver-programmable-fix.patch' -> `./gnu/packages/patches/perl-net-dns-resolver-programmable-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-antlr4-Add-standalone-generator.patch' -> `./gnu/packages/patches/java-antlr4-Add-standalone-generator.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-CVE-2019-19126.patch' -> `./gnu/packages/patches/glibc-CVE-2019-19126.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-fix-texi2pod.patch' -> `./gnu/packages/patches/gcc-fix-texi2pod.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/breezy-fix-gio.patch' -> `./gnu/packages/patches/breezy-fix-gio.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rocm-comgr-3.1.0-dependencies.patch' -> `./gnu/packages/patches/rocm-comgr-3.1.0-dependencies.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmad-mips-newgcc.patch' -> `./gnu/packages/patches/libmad-mips-newgcc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-reproducible-build-date.patch' -> `./gnu/packages/patches/perl-reproducible-build-date.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-louvain-fix-test.patch' -> `./gnu/packages/patches/python-louvain-fix-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libarchive-remove-potential-backdoor.patch' -> `./gnu/packages/patches/libarchive-remove-potential-backdoor.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-function-signature.patch' -> `./gnu/packages/patches/audiofile-function-signature.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ruby-x25519-automatic-fallback-non-x86_64.patch' -> `./gnu/packages/patches/ruby-x25519-automatic-fallback-non-x86_64.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/swig-support-gcc-12.patch' -> `./gnu/packages/patches/swig-support-gcc-12.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lsof-fatal-test-failures.patch' -> `./gnu/packages/patches/lsof-fatal-test-failures.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gemmi-fix-sajson-types.patch' -> `./gnu/packages/patches/gemmi-fix-sajson-types.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-robotframework-atest.patch' -> `./gnu/packages/patches/python-robotframework-atest.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-2.29-git-updates.patch' -> `./gnu/packages/patches/glibc-2.29-git-updates.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-13-cross-system-header-dir.patch' -> `./gnu/packages/patches/gcc-13-cross-system-header-dir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-unittest2-python3-compat.patch' -> `./gnu/packages/patches/python-unittest2-python3-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-commons-collections-fix-java8.patch' -> `./gnu/packages/patches/java-commons-collections-fix-java8.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/m17n-lib-1.8.0-use-pkg-config-for-freetype.patch' -> `./gnu/packages/patches/m17n-lib-1.8.0-use-pkg-config-for-freetype.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-2.2-default-utf8.patch' -> `./gnu/packages/patches/guile-2.2-default-utf8.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gd-brect-bounds.patch' -> `./gnu/packages/patches/gd-brect-bounds.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/combinatorial-blas-io-fix.patch' -> `./gnu/packages/patches/combinatorial-blas-io-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-mox3-python3.6-compat.patch' -> `./gnu/packages/patches/python-mox3-python3.6-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hubbub-sort-entities.patch' -> `./gnu/packages/patches/hubbub-sort-entities.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jamvm-2.0.0-aarch64-support.patch' -> `./gnu/packages/patches/jamvm-2.0.0-aarch64-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mutt-store-references.patch' -> `./gnu/packages/patches/mutt-store-references.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/go-github-com-urfave-cli-fix-tests.patch' -> `./gnu/packages/patches/go-github-com-urfave-cli-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ots-no-include-missing-file.patch' -> `./gnu/packages/patches/ots-no-include-missing-file.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/icedtea-7-hotspot-pointer-comparison.patch' -> `./gnu/packages/patches/icedtea-7-hotspot-pointer-comparison.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/imagemagick-WriteTHUMBNAILImage-fix.patch' -> `./gnu/packages/patches/imagemagick-WriteTHUMBNAILImage-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-fix-datatypes-in-tests.patch' -> `./gnu/packages/patches/audiofile-fix-datatypes-in-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openjdk-10-pointer-comparison.patch' -> `./gnu/packages/patches/openjdk-10-pointer-comparison.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tensorflow-c-api-fix.patch' -> `./gnu/packages/patches/tensorflow-c-api-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sdl-pango-api_additions.patch' -> `./gnu/packages/patches/sdl-pango-api_additions.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-asan-missing-include.patch' -> `./gnu/packages/patches/gcc-asan-missing-include.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sdl-pango-blit_overflow.patch' -> `./gnu/packages/patches/sdl-pango-blit_overflow.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gtk2-fix-builder-test.patch' -> `./gnu/packages/patches/gtk2-fix-builder-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lirc-localstatedir.patch' -> `./gnu/packages/patches/lirc-localstatedir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kinit-kdeinit-extra_libs.patch' -> `./gnu/packages/patches/kinit-kdeinit-extra_libs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jdk-currency-time-bomb.patch' -> `./gnu/packages/patches/jdk-currency-time-bomb.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glib-skip-failing-test.patch' -> `./gnu/packages/patches/glib-skip-failing-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/virtuoso-ose-remove-pre-built-jar-files.patch' -> `./gnu/packages/patches/virtuoso-ose-remove-pre-built-jar-files.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-helpful-fix-tests.patch' -> `./gnu/packages/patches/emacs-helpful-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/alure-dumb-2.patch' -> `./gnu/packages/patches/alure-dumb-2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rdkit-unbundle-external-dependencies.patch' -> `./gnu/packages/patches/rdkit-unbundle-external-dependencies.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pulseview-glib-2.68.patch' -> `./gnu/packages/patches/pulseview-glib-2.68.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bastet-change-source-of-unordered_set.patch' -> `./gnu/packages/patches/bastet-change-source-of-unordered_set.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qemu-glibc-2.30.patch' -> `./gnu/packages/patches/qemu-glibc-2.30.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openresolv-restartcmd-guix.patch' -> `./gnu/packages/patches/openresolv-restartcmd-guix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/esmtp-add-lesmtp.patch' -> `./gnu/packages/patches/esmtp-add-lesmtp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/protobuf-fix-build-on-32bit.patch' -> `./gnu/packages/patches/protobuf-fix-build-on-32bit.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/linuxdcpp-openssl-1.1.patch' -> `./gnu/packages/patches/linuxdcpp-openssl-1.1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/automake-skip-amhello-tests.patch' -> `./gnu/packages/patches/automake-skip-amhello-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch' -> `./gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tclxml-3.2-install.patch' -> `./gnu/packages/patches/tclxml-3.2-install.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gzdoom-find-system-libgme.patch' -> `./gnu/packages/patches/gzdoom-find-system-libgme.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/osip-CVE-2017-7853.patch' -> `./gnu/packages/patches/osip-CVE-2017-7853.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mcrypt-CVE-2012-4409.patch' -> `./gnu/packages/patches/mcrypt-CVE-2012-4409.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/portmidi-modular-build.patch' -> `./gnu/packages/patches/portmidi-modular-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-locales.patch' -> `./gnu/packages/patches/glibc-locales.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/symmetrica-sort_sum_rename.patch' -> `./gnu/packages/patches/symmetrica-sort_sum_rename.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnome-control-center-libexecdir.patch' -> `./gnu/packages/patches/gnome-control-center-libexecdir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pulseaudio-longer-test-timeout.patch' -> `./gnu/packages/patches/pulseaudio-longer-test-timeout.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tla2tools-build-xml.patch' -> `./gnu/packages/patches/tla2tools-build-xml.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kobodeluxe-manpage-minus-not-hyphen.patch' -> `./gnu/packages/patches/kobodeluxe-manpage-minus-not-hyphen.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/flann-cmake-3.11.patch' -> `./gnu/packages/patches/flann-cmake-3.11.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/farstream-make.patch' -> `./gnu/packages/patches/farstream-make.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xygrib-fix-finding-data.patch' -> `./gnu/packages/patches/xygrib-fix-finding-data.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pysmt-fix-smtlib-serialization-test.patch' -> `./gnu/packages/patches/python-pysmt-fix-smtlib-serialization-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/asli-use-system-libs.patch' -> `./gnu/packages/patches/asli-use-system-libs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unknown-horizons-python-3.10.patch' -> `./gnu/packages/patches/unknown-horizons-python-3.10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pokerth-boost.patch' -> `./gnu/packages/patches/pokerth-boost.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-bootstrap-system-2.16.0.patch' -> `./gnu/packages/patches/glibc-bootstrap-system-2.16.0.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-svg-salamander-Fix-non-det.patch' -> `./gnu/packages/patches/java-svg-salamander-Fix-non-det.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/curlftpfs-fix-file-names.patch' -> `./gnu/packages/patches/curlftpfs-fix-file-names.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/collectd-5.11.0-noinstallvar.patch' -> `./gnu/packages/patches/collectd-5.11.0-noinstallvar.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tbb-other-arches.patch' -> `./gnu/packages/patches/tbb-other-arches.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-zeep-Fix-pytest_httpx-test-cases.patch' -> `./gnu/packages/patches/python-zeep-Fix-pytest_httpx-test-cases.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lua51-liblua-so.patch' -> `./gnu/packages/patches/lua51-liblua-so.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/telegram-purple-adjust-test.patch' -> `./gnu/packages/patches/telegram-purple-adjust-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/git-filter-repo-generate-doc.patch' -> `./gnu/packages/patches/git-filter-repo-generate-doc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/scalapack-gcc-10-compilation.patch' -> `./gnu/packages/patches/scalapack-gcc-10-compilation.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/t1lib-CVE-2011-1552+.patch' -> `./gnu/packages/patches/t1lib-CVE-2011-1552+.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgnome-encoding.patch' -> `./gnu/packages/patches/libgnome-encoding.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libwpd-gcc-compat.patch' -> `./gnu/packages/patches/libwpd-gcc-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bsd-games-null-check.patch' -> `./gnu/packages/patches/bsd-games-null-check.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/softhsm-fix-openssl3-tests.patch' -> `./gnu/packages/patches/softhsm-fix-openssl3-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libofa-ftbfs-2.diff' -> `./gnu/packages/patches/libofa-ftbfs-2.diff'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lightdm-arguments-ordering.patch' -> `./gnu/packages/patches/lightdm-arguments-ordering.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/module-init-tools-moduledir.patch' -> `./gnu/packages/patches/module-init-tools-moduledir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/webrtc-for-telegram-desktop-unbundle-libsrtp.patch' -> `./gnu/packages/patches/webrtc-for-telegram-desktop-unbundle-libsrtp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/t1lib-CVE-2011-0764.patch' -> `./gnu/packages/patches/t1lib-CVE-2011-0764.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-aeson-encodeDouble.patch' -> `./gnu/packages/patches/ghc-aeson-encodeDouble.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-fibers-fd-finalizer-leak.patch' -> `./gnu/packages/patches/guile-fibers-fd-finalizer-leak.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/go-skip-gc-test.patch' -> `./gnu/packages/patches/go-skip-gc-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dbus-c++-threading-mutex.patch' -> `./gnu/packages/patches/dbus-c++-threading-mutex.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-hurd-getauxval.patch' -> `./gnu/packages/patches/glibc-hurd-getauxval.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/eudev-rules-directory.patch' -> `./gnu/packages/patches/eudev-rules-directory.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hwloc-1-test-btrfs.patch' -> `./gnu/packages/patches/hwloc-1-test-btrfs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-zipbomb-manpage.patch' -> `./gnu/packages/patches/unzip-zipbomb-manpage.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qtbase-qmlimportscanner-qml-import-path.patch' -> `./gnu/packages/patches/qtbase-qmlimportscanner-qml-import-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/quilt-grep-compat.patch' -> `./gnu/packages/patches/quilt-grep-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fuzzylite-use-catch2.patch' -> `./gnu/packages/patches/fuzzylite-use-catch2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cogl-fix-double-free.patch' -> `./gnu/packages/patches/cogl-fix-double-free.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-language-haskell-extract-ghc-8.10.patch' -> `./gnu/packages/patches/ghc-language-haskell-extract-ghc-8.10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgda-fix-missing-initialization.patch' -> `./gnu/packages/patches/libgda-fix-missing-initialization.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aegisub-boost68.patch' -> `./gnu/packages/patches/aegisub-boost68.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/texi2html-i18n.patch' -> `./gnu/packages/patches/texi2html-i18n.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-bootstrap-system-2.2.5.patch' -> `./gnu/packages/patches/glibc-bootstrap-system-2.2.5.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/barony-fix-textures.patch' -> `./gnu/packages/patches/barony-fix-textures.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gd-Revert-fix-303-gdlib.pc.patch' -> `./gnu/packages/patches/gd-Revert-fix-303-gdlib.pc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bubblewrap-fix-locale-in-tests.patch' -> `./gnu/packages/patches/bubblewrap-fix-locale-in-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/irrlicht-use-system-libs.patch' -> `./gnu/packages/patches/irrlicht-use-system-libs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-fix-invalid-unicode-handling.patch' -> `./gnu/packages/patches/guile-fix-invalid-unicode-handling.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rust-trash-2-update-windows.patch' -> `./gnu/packages/patches/rust-trash-2-update-windows.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/font-gnu-freefont-python3-compat.patch' -> `./gnu/packages/patches/font-gnu-freefont-python3-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-guava-remove-annotation-deps.patch' -> `./gnu/packages/patches/java-guava-remove-annotation-deps.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/polkit-disable-systemd.patch' -> `./gnu/packages/patches/polkit-disable-systemd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/camlboot-dynamically-allocate-stack-signal.patch' -> `./gnu/packages/patches/camlboot-dynamically-allocate-stack-signal.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openssl-3.0-c-rehash-in.patch' -> `./gnu/packages/patches/openssl-3.0-c-rehash-in.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nhc98-c-update.patch' -> `./gnu/packages/patches/nhc98-c-update.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cool-retro-term-wctype.patch' -> `./gnu/packages/patches/cool-retro-term-wctype.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/oneko-remove-nonfree-characters.patch' -> `./gnu/packages/patches/oneko-remove-nonfree-characters.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-2.7-expat-compat.patch' -> `./gnu/packages/patches/python-2.7-expat-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ungoogled-chromium-system-nspr.patch' -> `./gnu/packages/patches/ungoogled-chromium-system-nspr.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dbxfs-remove-sentry-sdk.patch' -> `./gnu/packages/patches/dbxfs-remove-sentry-sdk.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hplip-usb-timeout.patch' -> `./gnu/packages/patches/hplip-usb-timeout.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mpg321-gcc-10.patch' -> `./gnu/packages/patches/mpg321-gcc-10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/shakespeare-spl-fix-grammar.patch' -> `./gnu/packages/patches/shakespeare-spl-fix-grammar.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libbase-use-own-logging.patch' -> `./gnu/packages/patches/libbase-use-own-logging.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/remake-impure-dirs.patch' -> `./gnu/packages/patches/remake-impure-dirs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/telegram-desktop-allow-disable-libtgvoip.patch' -> `./gnu/packages/patches/telegram-desktop-allow-disable-libtgvoip.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-4.9-libsanitizer-fix.patch' -> `./gnu/packages/patches/gcc-4.9-libsanitizer-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ddcci-driver-linux-linux-6.8.patch' -> `./gnu/packages/patches/ddcci-driver-linux-linux-6.8.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jami-libjami-headers-search.patch' -> `./gnu/packages/patches/jami-libjami-headers-search.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/findutils-localstatedir.patch' -> `./gnu/packages/patches/findutils-localstatedir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-4.9-libsanitizer-mode-size.patch' -> `./gnu/packages/patches/gcc-4.9-libsanitizer-mode-size.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clitest-grep-compat.patch' -> `./gnu/packages/patches/clitest-grep-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kobodeluxe-midicon-segmentation-fault.patch' -> `./gnu/packages/patches/kobodeluxe-midicon-segmentation-fault.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dune-istl-fix-solver-playground.patch' -> `./gnu/packages/patches/dune-istl-fix-solver-playground.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fenics-dolfin-boost.patch' -> `./gnu/packages/patches/fenics-dolfin-boost.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qtdeclarative-5-disable-qmlcache.patch' -> `./gnu/packages/patches/qtdeclarative-5-disable-qmlcache.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hdf4-shared-fortran.patch' -> `./gnu/packages/patches/hdf4-shared-fortran.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-6-cross-environment-variables.patch' -> `./gnu/packages/patches/gcc-6-cross-environment-variables.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-dl-cache.patch' -> `./gnu/packages/patches/glibc-dl-cache.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xnnpack-remove-broken-tests.patch' -> `./gnu/packages/patches/xnnpack-remove-broken-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nvi-dbpagesize-binpower.patch' -> `./gnu/packages/patches/nvi-dbpagesize-binpower.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-8-cross-environment-variables.patch' -> `./gnu/packages/patches/gcc-8-cross-environment-variables.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/open-zwave-hidapi.patch' -> `./gnu/packages/patches/open-zwave-hidapi.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/p11-kit-hurd.patch' -> `./gnu/packages/patches/p11-kit-hurd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fulcrum-1.9.1-unbundled-libraries.patch' -> `./gnu/packages/patches/fulcrum-1.9.1-unbundled-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-openjfx-build-jdk_version.patch' -> `./gnu/packages/patches/java-openjfx-build-jdk_version.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-telega-test-env.patch' -> `./gnu/packages/patches/emacs-telega-test-env.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch' -> `./gnu/packages/patches/gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qtscript-disable-tests.patch' -> `./gnu/packages/patches/qtscript-disable-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dtc-meson-cell-overflow.patch' -> `./gnu/packages/patches/dtc-meson-cell-overflow.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/racket-rktio-bin-sh.patch' -> `./gnu/packages/patches/racket-rktio-bin-sh.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mpc123-initialize-ao.patch' -> `./gnu/packages/patches/mpc123-initialize-ao.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/adb-libssl_11-compatibility.patch' -> `./gnu/packages/patches/adb-libssl_11-compatibility.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kio-search-smbd-on-PATH.patch' -> `./gnu/packages/patches/kio-search-smbd-on-PATH.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kdiagram-Fix-missing-link-libraries.patch' -> `./gnu/packages/patches/kdiagram-Fix-missing-link-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fifo-map-remove-catch.hpp.patch' -> `./gnu/packages/patches/fifo-map-remove-catch.hpp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-4.8-libsanitizer-fix.patch' -> `./gnu/packages/patches/gcc-4.8-libsanitizer-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pytorch-fix-codegen.patch' -> `./gnu/packages/patches/python-pytorch-fix-codegen.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/wlroots-hwdata-fallback.patch' -> `./gnu/packages/patches/wlroots-hwdata-fallback.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/plasp-include-iostream.patch' -> `./gnu/packages/patches/plasp-include-iostream.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hdf5-config-date.patch' -> `./gnu/packages/patches/hdf5-config-date.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/icu4c-fix-TestHebrewCalendarInTemporalLeapYear.patch' -> `./gnu/packages/patches/icu4c-fix-TestHebrewCalendarInTemporalLeapYear.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nsis-env-passthru.patch' -> `./gnu/packages/patches/nsis-env-passthru.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-sgmllib3k-assertions.patch' -> `./gnu/packages/patches/python-sgmllib3k-assertions.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rust-rspec-1-remove-clippy.patch' -> `./gnu/packages/patches/rust-rspec-1-remove-clippy.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-2.2-skip-so-test.patch' -> `./gnu/packages/patches/guile-2.2-skip-so-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ghc-testsuite-grep-compat.patch' -> `./gnu/packages/patches/ghc-testsuite-grep-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mathjax-disable-webpack.patch' -> `./gnu/packages/patches/mathjax-disable-webpack.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lua-5.4-pkgconfig.patch' -> `./gnu/packages/patches/lua-5.4-pkgconfig.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libtirpc-CVE-2021-46828.patch' -> `./gnu/packages/patches/libtirpc-CVE-2021-46828.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rust-ndarray-0.13-remove-blas-src.patch' -> `./gnu/packages/patches/rust-ndarray-0.13-remove-blas-src.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ruby-latex-decode-fix-test.patch' -> `./gnu/packages/patches/ruby-latex-decode-fix-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-fixtures-remove-monkeypatch-test.patch' -> `./gnu/packages/patches/python-fixtures-remove-monkeypatch-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aegis-perl-tempdir2.patch' -> `./gnu/packages/patches/aegis-perl-tempdir2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/websocketpp-fix-for-cmake-3.15.patch' -> `./gnu/packages/patches/websocketpp-fix-for-cmake-3.15.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-skip-c++.patch' -> `./gnu/packages/patches/glibc-skip-c++.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/adb-add-libraries.patch' -> `./gnu/packages/patches/adb-add-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/restic-0.9.6-fix-tests-for-go1.15.patch' -> `./gnu/packages/patches/restic-0.9.6-fix-tests-for-go1.15.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/syslinux-gcc10.patch' -> `./gnu/packages/patches/syslinux-gcc10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch' -> `./gnu/packages/patches/gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/docbook-xsl-nonrecursive-string-subst.patch' -> `./gnu/packages/patches/docbook-xsl-nonrecursive-string-subst.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-7-cross-mingw.patch' -> `./gnu/packages/patches/gcc-7-cross-mingw.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/wordnet-CVE-2008-3908-pt1.patch' -> `./gnu/packages/patches/wordnet-CVE-2008-3908-pt1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-7-cross-environment-variables.patch' -> `./gnu/packages/patches/gcc-7-cross-environment-variables.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-elpy-dup-test-name.patch' -> `./gnu/packages/patches/emacs-elpy-dup-test-name.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-no-sys-dirs.patch' -> `./gnu/packages/patches/perl-no-sys-dirs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-fibers-libevent-32-bit.patch' -> `./gnu/packages/patches/guile-fibers-libevent-32-bit.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bsd-games-2.17-64bit.patch' -> `./gnu/packages/patches/bsd-games-2.17-64bit.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch' -> `./gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-CVE-2022-0529+CVE-2022-0530.patch' -> `./gnu/packages/patches/unzip-CVE-2022-0529+CVE-2022-0530.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libcyaml-libyaml-compat.patch' -> `./gnu/packages/patches/libcyaml-libyaml-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/grub-efi-fat-serial-number.patch' -> `./gnu/packages/patches/grub-efi-fat-serial-number.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/liba52-link-with-libm.patch' -> `./gnu/packages/patches/liba52-link-with-libm.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fail2ban-0.11.2_fix-setuptools-drop-2to3.patch' -> `./gnu/packages/patches/fail2ban-0.11.2_fix-setuptools-drop-2to3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/raptor2-heap-overflow.patch' -> `./gnu/packages/patches/raptor2-heap-overflow.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xfig-Use-pkg-config-to-set-fontconfig-CFLAGS-and-LIBS.patch' -> `./gnu/packages/patches/xfig-Use-pkg-config-to-set-fontconfig-CFLAGS-and-LIBS.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-3.5-libc-search-path.patch' -> `./gnu/packages/patches/clang-3.5-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/akonadi-timestamps.patch' -> `./gnu/packages/patches/akonadi-timestamps.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openbios-aarch64-riscv64-support.patch' -> `./gnu/packages/patches/openbios-aarch64-riscv64-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dovecot-opensslv3.patch' -> `./gnu/packages/patches/dovecot-opensslv3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jfsutils-add-sysmacros.patch' -> `./gnu/packages/patches/jfsutils-add-sysmacros.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sdl-pango-fillrect_crash.patch' -> `./gnu/packages/patches/sdl-pango-fillrect_crash.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kde-cli-tools-delay-mime-db.patch' -> `./gnu/packages/patches/kde-cli-tools-delay-mime-db.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/wdl-link-libs-and-fix-jnetlib.patch' -> `./gnu/packages/patches/wdl-link-libs-and-fix-jnetlib.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qtbase-qmake-use-libname.patch' -> `./gnu/packages/patches/qtbase-qmake-use-libname.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-4.6-gnu-inline.patch' -> `./gnu/packages/patches/gcc-4.6-gnu-inline.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-case-insensitive.patch' -> `./gnu/packages/patches/unzip-case-insensitive.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mailutils-variable-lookup.patch' -> `./gnu/packages/patches/mailutils-variable-lookup.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/calls-disable-sip-test.patch' -> `./gnu/packages/patches/calls-disable-sip-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/id3lib-CVE-2007-4460.patch' -> `./gnu/packages/patches/id3lib-CVE-2007-4460.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/quickswitch-fix-dmenu-check.patch' -> `./gnu/packages/patches/quickswitch-fix-dmenu-check.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-parso-unit-tests-in-3.10.patch' -> `./gnu/packages/patches/python-parso-unit-tests-in-3.10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-hiredis-use-system-hiredis.patch' -> `./gnu/packages/patches/python-hiredis-use-system-hiredis.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fluxbox-1.3.7-gcc.patch' -> `./gnu/packages/patches/fluxbox-1.3.7-gcc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libvirt-add-install-prefix.patch' -> `./gnu/packages/patches/libvirt-add-install-prefix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/classpath-aarch64-support.patch' -> `./gnu/packages/patches/classpath-aarch64-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qtbase-qmake-fix-includedir.patch' -> `./gnu/packages/patches/qtbase-qmake-fix-includedir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/extempore-unbundle-external-dependencies.patch' -> `./gnu/packages/patches/extempore-unbundle-external-dependencies.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xsane-fix-memory-leak.patch' -> `./gnu/packages/patches/xsane-fix-memory-leak.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-CVE-2015-7747.patch' -> `./gnu/packages/patches/audiofile-CVE-2015-7747.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/p7zip-fix-build-with-gcc-11.patch' -> `./gnu/packages/patches/p7zip-fix-build-with-gcc-11.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgnomeui-utf8.patch' -> `./gnu/packages/patches/libgnomeui-utf8.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gtk4-respect-GUIX_GTK4_PATH.patch' -> `./gnu/packages/patches/gtk4-respect-GUIX_GTK4_PATH.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tar-remove-wholesparse-check.patch' -> `./gnu/packages/patches/tar-remove-wholesparse-check.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-3.0-relocatable.patch' -> `./gnu/packages/patches/guile-3.0-relocatable.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/grep-timing-sensitive-test.patch' -> `./gnu/packages/patches/grep-timing-sensitive-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnome-session-support-elogind.patch' -> `./gnu/packages/patches/gnome-session-support-elogind.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/icecat-102-makeicecat.patch' -> `./gnu/packages/patches/icecat-102-makeicecat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch' -> `./gnu/packages/patches/xplanet-1.3.1-libdisplay_DisplayOutput.cpp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bsd-games-bad-ntohl-cast.patch' -> `./gnu/packages/patches/bsd-games-bad-ntohl-cast.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/r-sgloptim.patch' -> `./gnu/packages/patches/r-sgloptim.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/falcosecurity-libs-install-pman.patch' -> `./gnu/packages/patches/falcosecurity-libs-install-pman.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgeotiff-fix-tests-with-proj-9.3.1.patch' -> `./gnu/packages/patches/libgeotiff-fix-tests-with-proj-9.3.1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/coda-use-system-libs.patch' -> `./gnu/packages/patches/coda-use-system-libs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nginx-socket-cloexec.patch' -> `./gnu/packages/patches/nginx-socket-cloexec.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/agg-2.5-gcc8.patch' -> `./gnu/packages/patches/agg-2.5-gcc8.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/elm-ghc9.2.patch' -> `./gnu/packages/patches/elm-ghc9.2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xsane-fix-snprintf-buffer-length.patch' -> `./gnu/packages/patches/xsane-fix-snprintf-buffer-length.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmpeg2-arm-private-symbols.patch' -> `./gnu/packages/patches/libmpeg2-arm-private-symbols.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jami-qwindowkit.patch' -> `./gnu/packages/patches/jami-qwindowkit.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/chmlib-inttypes.patch' -> `./gnu/packages/patches/chmlib-inttypes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dovecot-trees-support-dovecot-2.3.patch' -> `./gnu/packages/patches/dovecot-trees-support-dovecot-2.3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sdl-libx11-1.6.patch' -> `./gnu/packages/patches/sdl-libx11-1.6.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnupg-default-pinentry.patch' -> `./gnu/packages/patches/gnupg-default-pinentry.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-piexif-fix-tests-with-pillow-7.2.patch' -> `./gnu/packages/patches/python-piexif-fix-tests-with-pillow-7.2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vtk-7-gcc-11-compat.patch' -> `./gnu/packages/patches/vtk-7-gcc-11-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-robotframework-source-date-epoch.patch' -> `./gnu/packages/patches/python-robotframework-source-date-epoch.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/proot-add-clone3.patch' -> `./gnu/packages/patches/proot-add-clone3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libexpected-use-provided-catch2.patch' -> `./gnu/packages/patches/libexpected-use-provided-catch2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-www-curl-fix-struct-void.patch' -> `./gnu/packages/patches/perl-www-curl-fix-struct-void.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgda-fix-build.patch' -> `./gnu/packages/patches/libgda-fix-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-kv-fix-tests.patch' -> `./gnu/packages/patches/emacs-kv-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-hidden-visibility-ldconfig.patch' -> `./gnu/packages/patches/glibc-hidden-visibility-ldconfig.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fuzzylite-soften-float-equality.patch' -> `./gnu/packages/patches/fuzzylite-soften-float-equality.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pypdf-annotate-tests-appropriately.patch' -> `./gnu/packages/patches/python-pypdf-annotate-tests-appropriately.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnumach-support-noide.patch' -> `./gnu/packages/patches/gnumach-support-noide.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ruby-nokogiri.patch' -> `./gnu/packages/patches/ruby-nokogiri.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-polymode-fix-lexical-variable-error.patch' -> `./gnu/packages/patches/emacs-polymode-fix-lexical-variable-error.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ganeti-procps-compat.patch' -> `./gnu/packages/patches/ganeti-procps-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-3-search-paths.patch' -> `./gnu/packages/patches/python-3-search-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/anki-mpv-args.patch' -> `./gnu/packages/patches/anki-mpv-args.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-hurd-gettyent.patch' -> `./gnu/packages/patches/glibc-hurd-gettyent.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sendgmail-remove-domain-restriction.patch' -> `./gnu/packages/patches/sendgmail-remove-domain-restriction.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vtk-7-gcc-10-compat.patch' -> `./gnu/packages/patches/vtk-7-gcc-10-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pygpgme-fix-pinentry-tests.patch' -> `./gnu/packages/patches/python-pygpgme-fix-pinentry-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nnpack-system-libraries.patch' -> `./gnu/packages/patches/nnpack-system-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lua-pkgconfig.patch' -> `./gnu/packages/patches/lua-pkgconfig.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pytorch-system-libraries.patch' -> `./gnu/packages/patches/python-pytorch-system-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pytorch-runpath.patch' -> `./gnu/packages/patches/python-pytorch-runpath.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/avidemux-install-to-lib.patch' -> `./gnu/packages/patches/avidemux-install-to-lib.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qxlsx-fix-include-directory.patch' -> `./gnu/packages/patches/qxlsx-fix-include-directory.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/debops-constants-for-external-program-names.patch' -> `./gnu/packages/patches/debops-constants-for-external-program-names.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-CVE-2014-8140.patch' -> `./gnu/packages/patches/unzip-CVE-2014-8140.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-4-compile-with-gcc-5.patch' -> `./gnu/packages/patches/gcc-4-compile-with-gcc-5.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libsequoia-fix-ffi-Makefile.patch' -> `./gnu/packages/patches/libsequoia-fix-ffi-Makefile.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-relocatable.patch' -> `./gnu/packages/patches/guile-relocatable.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-10-cross-environment-variables.patch' -> `./gnu/packages/patches/gcc-10-cross-environment-variables.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-9.0-libc-search-path.patch' -> `./gnu/packages/patches/clang-9.0-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-present-coding.patch' -> `./gnu/packages/patches/guile-present-coding.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-zipbomb-part3.patch' -> `./gnu/packages/patches/unzip-zipbomb-part3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-ldd-powerpc.patch' -> `./gnu/packages/patches/glibc-ldd-powerpc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aspell-CVE-2019-25051.patch' -> `./gnu/packages/patches/aspell-CVE-2019-25051.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-json-reformat-fix-tests.patch' -> `./gnu/packages/patches/emacs-json-reformat-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ffmpeg-jami-screen-sharing-x11-fix.patch' -> `./gnu/packages/patches/ffmpeg-jami-screen-sharing-x11-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-linux-syscalls.patch' -> `./gnu/packages/patches/guile-linux-syscalls.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-ldd-x86_64.patch' -> `./gnu/packages/patches/glibc-ldd-x86_64.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qemu-7.2.4-build-info-manual.patch' -> `./gnu/packages/patches/qemu-7.2.4-build-info-manual.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libaio-32bit-test.patch' -> `./gnu/packages/patches/libaio-32bit-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-tunnelvisionlabs-antlr-code-too-large.patch' -> `./gnu/packages/patches/java-tunnelvisionlabs-antlr-code-too-large.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fluxbox-1.3.7-no-dynamic-cursor.patch' -> `./gnu/packages/patches/fluxbox-1.3.7-no-dynamic-cursor.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/procps-strtod-test.patch' -> `./gnu/packages/patches/procps-strtod-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rw-igraph-0.10.patch' -> `./gnu/packages/patches/rw-igraph-0.10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sdl-pango-matrix_declarations.patch' -> `./gnu/packages/patches/sdl-pango-matrix_declarations.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/onnx-skip-model-downloads.patch' -> `./gnu/packages/patches/onnx-skip-model-downloads.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/d-feet-drop-unused-meson-argument.patch' -> `./gnu/packages/patches/d-feet-drop-unused-meson-argument.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kodi-set-libcurl-ssl-parameters.patch' -> `./gnu/packages/patches/kodi-set-libcurl-ssl-parameters.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-yasnippet-fix-empty-snippet-next.patch' -> `./gnu/packages/patches/emacs-yasnippet-fix-empty-snippet-next.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/swish-e-search.patch' -> `./gnu/packages/patches/swish-e-search.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/azr3.patch' -> `./gnu/packages/patches/azr3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-7-libsanitizer-mode-size.patch' -> `./gnu/packages/patches/gcc-7-libsanitizer-mode-size.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-fibers-libevent-timeout.patch' -> `./gnu/packages/patches/guile-fibers-libevent-timeout.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qtbase-find-tools-in-PATH.patch' -> `./gnu/packages/patches/qtbase-find-tools-in-PATH.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lightdm-vnc-ipv6.patch' -> `./gnu/packages/patches/lightdm-vnc-ipv6.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/binutils-mingw-w64-timestamp.patch' -> `./gnu/packages/patches/binutils-mingw-w64-timestamp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/netdde-build-fix.patch' -> `./gnu/packages/patches/netdde-build-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-boot-2.95.3.patch' -> `./gnu/packages/patches/gcc-boot-2.95.3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gobject-introspection-girepository.patch' -> `./gnu/packages/patches/gobject-introspection-girepository.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-typeguard-python3.10.patch' -> `./gnu/packages/patches/python-typeguard-python3.10.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-9-strmov-store-file-names.patch' -> `./gnu/packages/patches/gcc-9-strmov-store-file-names.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libtirpc-hurd.patch' -> `./gnu/packages/patches/libtirpc-hurd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/curlftpfs-fix-no_verify_hostname.patch' -> `./gnu/packages/patches/curlftpfs-fix-no_verify_hostname.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xpra-6.0-install_libs.patch' -> `./gnu/packages/patches/xpra-6.0-install_libs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch' -> `./gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hdf-eos2-build-shared.patch' -> `./gnu/packages/patches/hdf-eos2-build-shared.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmad-armv7-thumb-pt1.patch' -> `./gnu/packages/patches/libmad-armv7-thumb-pt1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/suitesparse-mongoose-cmake.patch' -> `./gnu/packages/patches/suitesparse-mongoose-cmake.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-2.37-versioned-locpath.patch' -> `./gnu/packages/patches/glibc-2.37-versioned-locpath.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/directfb-davinci-glibc-228-compat.patch' -> `./gnu/packages/patches/directfb-davinci-glibc-228-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gd-fix-tests-on-i686.patch' -> `./gnu/packages/patches/gd-fix-tests-on-i686.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-17.0-link-dsymutil-latomic.patch' -> `./gnu/packages/patches/clang-17.0-link-dsymutil-latomic.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nautilus-extension-search-path.patch' -> `./gnu/packages/patches/nautilus-extension-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libtgvoip-disable-webrtc.patch' -> `./gnu/packages/patches/libtgvoip-disable-webrtc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lierolibre-remove-arch-warning.patch' -> `./gnu/packages/patches/lierolibre-remove-arch-warning.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-3.8-libc-search-path.patch' -> `./gnu/packages/patches/clang-3.8-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libaio-riscv-test5.patch' -> `./gnu/packages/patches/libaio-riscv-test5.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-vega-datasets-remove-la-riots-code.patch' -> `./gnu/packages/patches/python-vega-datasets-remove-la-riots-code.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/timewarrior-time-sensitive-tests.patch' -> `./gnu/packages/patches/timewarrior-time-sensitive-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/prusa-slicer-boost-fixes.patch' -> `./gnu/packages/patches/prusa-slicer-boost-fixes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/antlr3-3_3-fix-java8-compilation.patch' -> `./gnu/packages/patches/antlr3-3_3-fix-java8-compilation.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-shx-byte-compilation-test.patch' -> `./gnu/packages/patches/emacs-shx-byte-compilation-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tinyxml-use-stl.patch' -> `./gnu/packages/patches/tinyxml-use-stl.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dbacl-icheck-multiple-definitions.patch' -> `./gnu/packages/patches/dbacl-icheck-multiple-definitions.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mosaicatcher-unbundle-htslib.patch' -> `./gnu/packages/patches/mosaicatcher-unbundle-htslib.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-cross-objcopy.patch' -> `./gnu/packages/patches/glibc-cross-objcopy.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/byobu-writable-status.patch' -> `./gnu/packages/patches/byobu-writable-status.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openjdk-10-setsignalhandler.patch' -> `./gnu/packages/patches/openjdk-10-setsignalhandler.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ergodox-firmware-fix-json-target.patch' -> `./gnu/packages/patches/ergodox-firmware-fix-json-target.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/agda-stdlib-use-runhaskell.patch' -> `./gnu/packages/patches/agda-stdlib-use-runhaskell.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-runtime-3.5-libsanitizer-mode-field.patch' -> `./gnu/packages/patches/clang-runtime-3.5-libsanitizer-mode-field.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-www-curl-remove-symbol.patch' -> `./gnu/packages/patches/perl-www-curl-remove-symbol.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ultrastar-deluxe-no-freesans.patch' -> `./gnu/packages/patches/ultrastar-deluxe-no-freesans.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/apr-skip-getservbyname-test.patch' -> `./gnu/packages/patches/apr-skip-getservbyname-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sphinxbase-fix-doxygen.patch' -> `./gnu/packages/patches/sphinxbase-fix-doxygen.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-angr-addition-type-error.patch' -> `./gnu/packages/patches/python-angr-addition-type-error.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libofa-curl.diff' -> `./gnu/packages/patches/libofa-curl.diff'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gemmi-fix-pegtl-usage.patch' -> `./gnu/packages/patches/gemmi-fix-pegtl-usage.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch' -> `./gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-Fail-on-error-in-parseFormat.patch' -> `./gnu/packages/patches/audiofile-Fail-on-error-in-parseFormat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mcrypt-CVE-2012-4426.patch' -> `./gnu/packages/patches/mcrypt-CVE-2012-4426.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgeotiff-fix-tests-on-i386.patch' -> `./gnu/packages/patches/libgeotiff-fix-tests-on-i386.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/abseil-cpp-20200923.3-duration-test.patch' -> `./gnu/packages/patches/abseil-cpp-20200923.3-duration-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/wmctrl-64-fix.patch' -> `./gnu/packages/patches/wmctrl-64-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-autosplit-default-time.patch' -> `./gnu/packages/patches/perl-autosplit-default-time.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gdm-elogind-support.patch' -> `./gnu/packages/patches/gdm-elogind-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/plotutils-spline-test.patch' -> `./gnu/packages/patches/plotutils-spline-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/efivar-211.patch' -> `./gnu/packages/patches/efivar-211.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fasthenry-spSolve.patch' -> `./gnu/packages/patches/fasthenry-spSolve.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cppcheck-disable-char-signedness-test.patch' -> `./gnu/packages/patches/cppcheck-disable-char-signedness-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/qmk-firmware-fix-hacker-dvorak.patch' -> `./gnu/packages/patches/qmk-firmware-fix-hacker-dvorak.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/emacs-native-comp-driver-options.patch' -> `./gnu/packages/patches/emacs-native-comp-driver-options.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aegis-test-fixup-2.patch' -> `./gnu/packages/patches/aegis-test-fixup-2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnome-tweaks-search-paths.patch' -> `./gnu/packages/patches/gnome-tweaks-search-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch' -> `./gnu/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/antlr3-3_1-fix-java8-compilation.patch' -> `./gnu/packages/patches/antlr3-3_1-fix-java8-compilation.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libvdpau-va-gl-unbundle.patch' -> `./gnu/packages/patches/libvdpau-va-gl-unbundle.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/boolector-find-googletest.patch' -> `./gnu/packages/patches/boolector-find-googletest.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/agda-categories-use-stdlib-1.7.3.patch' -> `./gnu/packages/patches/agda-categories-use-stdlib-1.7.3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/doc++-segfault-fix.patch' -> `./gnu/packages/patches/doc++-segfault-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/feedbackd-use-system-gmobile.patch' -> `./gnu/packages/patches/feedbackd-use-system-gmobile.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ganeti-template-haskell-2.17.patch' -> `./gnu/packages/patches/ganeti-template-haskell-2.17.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch' -> `./gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-8-sort-libtool-find-output.patch' -> `./gnu/packages/patches/gcc-8-sort-libtool-find-output.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tk-find-library.patch' -> `./gnu/packages/patches/tk-find-library.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rust-cargo-edit-remove-ureq.patch' -> `./gnu/packages/patches/rust-cargo-edit-remove-ureq.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/combinatorial-blas-awpm.patch' -> `./gnu/packages/patches/combinatorial-blas-awpm.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xfce4-settings-defaults.patch' -> `./gnu/packages/patches/xfce4-settings-defaults.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/proj-7-initialize-memory.patch' -> `./gnu/packages/patches/proj-7-initialize-memory.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/perl-class-methodmaker-reproducible.patch' -> `./gnu/packages/patches/perl-class-methodmaker-reproducible.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rxvt-unicode-fix-cursor-position.patch' -> `./gnu/packages/patches/rxvt-unicode-fix-cursor-position.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/t4k-common-libpng16.patch' -> `./gnu/packages/patches/t4k-common-libpng16.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-ac-d-bus-fix-tests.patch' -> `./gnu/packages/patches/guile-ac-d-bus-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-dateutil-pytest-compat.patch' -> `./gnu/packages/patches/python-dateutil-pytest-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pocketfft-cpp-prefer-preprocessor-if.patch' -> `./gnu/packages/patches/pocketfft-cpp-prefer-preprocessor-if.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ruby-hiredis-use-system-hiredis.patch' -> `./gnu/packages/patches/ruby-hiredis-use-system-hiredis.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/less-hurd-path-max.patch' -> `./gnu/packages/patches/less-hurd-path-max.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/onnx-shared-libraries.patch' -> `./gnu/packages/patches/onnx-shared-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ocaml-4.09-multiple-definitions.patch' -> `./gnu/packages/patches/ocaml-4.09-multiple-definitions.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fp16-system-libraries.patch' -> `./gnu/packages/patches/fp16-system-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/freecad-vtk-9.3.patch' -> `./gnu/packages/patches/freecad-vtk-9.3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aws-c-auth-install-private-headers.patch' -> `./gnu/packages/patches/aws-c-auth-install-private-headers.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-zipbomb-part2.patch' -> `./gnu/packages/patches/unzip-zipbomb-part2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/webkitgtk-adjust-bubblewrap-paths.patch' -> `./gnu/packages/patches/webkitgtk-adjust-bubblewrap-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sendgmail-accept-ignored-gsuite-flag.patch' -> `./gnu/packages/patches/sendgmail-accept-ignored-gsuite-flag.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/u-boot-build-without-libcrypto.patch' -> `./gnu/packages/patches/u-boot-build-without-libcrypto.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-3.0-linux-syscalls.patch' -> `./gnu/packages/patches/guile-3.0-linux-syscalls.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gromacs-tinyxml2.patch' -> `./gnu/packages/patches/gromacs-tinyxml2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/circos-remove-findbin.patch' -> `./gnu/packages/patches/circos-remove-findbin.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-arm-bug-71399.patch' -> `./gnu/packages/patches/gcc-arm-bug-71399.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aspell-default-dict-dir.patch' -> `./gnu/packages/patches/aspell-default-dict-dir.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/quodlibet-fix-invalid-glob.patch' -> `./gnu/packages/patches/quodlibet-fix-invalid-glob.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ratpoison-shell.patch' -> `./gnu/packages/patches/ratpoison-shell.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fuse-overlapping-headers.patch' -> `./gnu/packages/patches/fuse-overlapping-headers.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-wxwidgets-type-errors.patch' -> `./gnu/packages/patches/python-wxwidgets-type-errors.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ceph-disable-cpu-optimizations.patch' -> `./gnu/packages/patches/ceph-disable-cpu-optimizations.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vinagre-newer-rdp-parameters.patch' -> `./gnu/packages/patches/vinagre-newer-rdp-parameters.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lierolibre-is-free-software.patch' -> `./gnu/packages/patches/lierolibre-is-free-software.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnutls-skip-trust-store-test.patch' -> `./gnu/packages/patches/gnutls-skip-trust-store-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ruby-mustache-1.1.1-fix-race-condition-tests.patch' -> `./gnu/packages/patches/ruby-mustache-1.1.1-fix-race-condition-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-hurd-clock_t_centiseconds.patch' -> `./gnu/packages/patches/glibc-hurd-clock_t_centiseconds.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/foomatic-filters-CVE-2015-8560.patch' -> `./gnu/packages/patches/foomatic-filters-CVE-2015-8560.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lirc-reproducible-build.patch' -> `./gnu/packages/patches/lirc-reproducible-build.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-6-arm-none-eabi-multilib.patch' -> `./gnu/packages/patches/gcc-6-arm-none-eabi-multilib.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/freeimage-libtiff-compat.patch' -> `./gnu/packages/patches/freeimage-libtiff-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/webrtc-audio-processing-big-endian.patch' -> `./gnu/packages/patches/webrtc-audio-processing-big-endian.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/mercurial-openssl-compat.patch' -> `./gnu/packages/patches/mercurial-openssl-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-12-strmov-store-file-names.patch' -> `./gnu/packages/patches/gcc-12-strmov-store-file-names.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openjdk-9-pointer-comparison.patch' -> `./gnu/packages/patches/openjdk-9-pointer-comparison.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gobject-introspection-absolute-shlib-path-1.72.patch' -> `./gnu/packages/patches/gobject-introspection-absolute-shlib-path-1.72.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/akonadi-paths.patch' -> `./gnu/packages/patches/akonadi-paths.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/dbus-c++-gcc-compat.patch' -> `./gnu/packages/patches/dbus-c++-gcc-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/freeimage-unbundle.patch' -> `./gnu/packages/patches/freeimage-unbundle.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jamvm-1.5.1-armv7-support.patch' -> `./gnu/packages/patches/jamvm-1.5.1-armv7-support.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fastcap-mulSetup.patch' -> `./gnu/packages/patches/fastcap-mulSetup.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fp16-implicit-double.patch' -> `./gnu/packages/patches/fp16-implicit-double.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fifo-map-fix-flags-for-gcc.patch' -> `./gnu/packages/patches/fifo-map-fix-flags-for-gcc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pytorch-for-r-torch-fix-codegen.patch' -> `./gnu/packages/patches/python-pytorch-for-r-torch-fix-codegen.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kitty-fix-wayland-protocols.patch' -> `./gnu/packages/patches/kitty-fix-wayland-protocols.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-4.9-libsanitizer-ustat.patch' -> `./gnu/packages/patches/gcc-4.9-libsanitizer-ustat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/calibre-remove-test-sqlite.patch' -> `./gnu/packages/patches/calibre-remove-test-sqlite.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-x-option.patch' -> `./gnu/packages/patches/unzip-x-option.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/flatpak-unset-gdk-pixbuf-for-sandbox.patch' -> `./gnu/packages/patches/flatpak-unset-gdk-pixbuf-for-sandbox.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/scilab-better-compiler-detection.patch' -> `./gnu/packages/patches/scilab-better-compiler-detection.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bsd-games-dont-install-empty-files.patch' -> `./gnu/packages/patches/bsd-games-dont-install-empty-files.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/nyacc-binary-literals.patch' -> `./gnu/packages/patches/nyacc-binary-literals.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libusb-0.1-disable-tests.patch' -> `./gnu/packages/patches/libusb-0.1-disable-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aegis-test-fixup-1.patch' -> `./gnu/packages/patches/aegis-test-fixup-1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pep8-stdlib-tokenize-compat.patch' -> `./gnu/packages/patches/python-pep8-stdlib-tokenize-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-simple-xml-fix-tests.patch' -> `./gnu/packages/patches/java-simple-xml-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libmad-armv7-thumb-pt2.patch' -> `./gnu/packages/patches/libmad-armv7-thumb-pt2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gtkglext-disable-disable-deprecated.patch' -> `./gnu/packages/patches/gtkglext-disable-disable-deprecated.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/atlas-gfortran-compat.patch' -> `./gnu/packages/patches/atlas-gfortran-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sdl-pango-sans-serif.patch' -> `./gnu/packages/patches/sdl-pango-sans-serif.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/clang-cling-13-libc-search-path.patch' -> `./gnu/packages/patches/clang-cling-13-libc-search-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-peachpy-determinism.patch' -> `./gnu/packages/patches/python-peachpy-determinism.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pysmt-fix-pow-return-type.patch' -> `./gnu/packages/patches/python-pysmt-fix-pow-return-type.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/maven-generate-component-xml.patch' -> `./gnu/packages/patches/maven-generate-component-xml.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-remove-build-date.patch' -> `./gnu/packages/patches/unzip-remove-build-date.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/wacomtablet-add-missing-includes.patch' -> `./gnu/packages/patches/wacomtablet-add-missing-includes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/icecat-avoid-bundled-libraries.patch' -> `./gnu/packages/patches/icecat-avoid-bundled-libraries.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gobject-introspection-cc.patch' -> `./gnu/packages/patches/gobject-introspection-cc.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/guile-fibers-epoll-instance-is-dead.patch' -> `./gnu/packages/patches/guile-fibers-epoll-instance-is-dead.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/cppdap-add-CPPDAP_USE_EXTERNAL_GTEST_PACKAGE.patch' -> `./gnu/packages/patches/cppdap-add-CPPDAP_USE_EXTERNAL_GTEST_PACKAGE.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-6-libsanitizer-mode-size.patch' -> `./gnu/packages/patches/gcc-6-libsanitizer-mode-size.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ccextractor-autoconf-tesseract.patch' -> `./gnu/packages/patches/ccextractor-autoconf-tesseract.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/spectre-meltdown-checker-externalize-fwdb.patch' -> `./gnu/packages/patches/spectre-meltdown-checker-externalize-fwdb.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libgda-disable-data-proxy-test.patch' -> `./gnu/packages/patches/libgda-disable-data-proxy-test.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/duc-fix-test-sh.patch' -> `./gnu/packages/patches/duc-fix-test-sh.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/linbox-fix-pkgconfig.patch' -> `./gnu/packages/patches/linbox-fix-pkgconfig.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-xerces-xjavac_taskdef.patch' -> `./gnu/packages/patches/java-xerces-xjavac_taskdef.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xmonad-dynamic-linking.patch' -> `./gnu/packages/patches/xmonad-dynamic-linking.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/go-github-com-skip2-go-qrcode-fix-tests.patch' -> `./gnu/packages/patches/go-github-com-skip2-go-qrcode-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hdf4-reproducibility.patch' -> `./gnu/packages/patches/hdf4-reproducibility.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-waitress-fix-tests.patch' -> `./gnu/packages/patches/python-waitress-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-online-judge-api-client-tests.patch' -> `./gnu/packages/patches/python-online-judge-api-client-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rng-tools-revert-build-randstat.patch' -> `./gnu/packages/patches/rng-tools-revert-build-randstat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/renpy-use-system-fribidi.patch' -> `./gnu/packages/patches/renpy-use-system-fribidi.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/go-github-com-urfave-cli-v2-fix-tests.patch' -> `./gnu/packages/patches/go-github-com-urfave-cli-v2-fix-tests.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bdb-5.3-atomics-on-gcc-9.patch' -> `./gnu/packages/patches/bdb-5.3-atomics-on-gcc-9.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/java-xerces-bootclasspath.patch' -> `./gnu/packages/patches/java-xerces-bootclasspath.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/capstone-fix-python-constants.patch' -> `./gnu/packages/patches/capstone-fix-python-constants.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/psm-repro.patch' -> `./gnu/packages/patches/psm-repro.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-hurd.patch' -> `./gnu/packages/patches/audiofile-hurd.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bsd-games-gamescreen.h.patch' -> `./gnu/packages/patches/bsd-games-gamescreen.h.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/falcosecurity-libs-libsinsp-pkg-config.patch' -> `./gnu/packages/patches/falcosecurity-libs-libsinsp-pkg-config.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xen-remove-config.gz-timestamp.patch' -> `./gnu/packages/patches/xen-remove-config.gz-timestamp.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/opensles-add-license-file.patch' -> `./gnu/packages/patches/opensles-add-license-file.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/aegisub-make43.patch' -> `./gnu/packages/patches/aegisub-make43.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libxslt-generated-ids.patch' -> `./gnu/packages/patches/libxslt-generated-ids.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/idris-test-ffi008.patch' -> `./gnu/packages/patches/idris-test-ffi008.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/kcontacts-incorrect-country-name.patch' -> `./gnu/packages/patches/kcontacts-incorrect-country-name.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-sip-include-dirs.patch' -> `./gnu/packages/patches/python-sip-include-dirs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/audiofile-overflow-in-MSADPCM.patch' -> `./gnu/packages/patches/audiofile-overflow-in-MSADPCM.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-2.29-supported-locales.patch' -> `./gnu/packages/patches/glibc-2.29-supported-locales.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/lua-liblua-so.patch' -> `./gnu/packages/patches/lua-liblua-so.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/rtags-separate-rct.patch' -> `./gnu/packages/patches/rtags-separate-rct.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-optree-fix-32-bit.patch' -> `./gnu/packages/patches/python-optree-fix-32-bit.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ffmpeg-jami-libopusenc-enable-FEC.patch' -> `./gnu/packages/patches/ffmpeg-jami-libopusenc-enable-FEC.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/zathura-use-struct-initializers.patch' -> `./gnu/packages/patches/zathura-use-struct-initializers.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/openbox-python3.patch' -> `./gnu/packages/patches/openbox-python3.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-argcomplete-1.11.1-fish31.patch' -> `./gnu/packages/patches/python-argcomplete-1.11.1-fish31.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gnash-fix-giflib-version.patch' -> `./gnu/packages/patches/gnash-fix-giflib-version.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/avalon-toolkit-rdkit-fixes.patch' -> `./gnu/packages/patches/avalon-toolkit-rdkit-fixes.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/turbovnc-find-system-packages.patch' -> `./gnu/packages/patches/turbovnc-find-system-packages.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/jdk-currency-time-bomb2.patch' -> `./gnu/packages/patches/jdk-currency-time-bomb2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/libtgvoip-disable-sse2.patch' -> `./gnu/packages/patches/libtgvoip-disable-sse2.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/sssd-system-directories.patch' -> `./gnu/packages/patches/sssd-system-directories.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fpc-reproducibility.patch' -> `./gnu/packages/patches/fpc-reproducibility.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/fail2ban-0.11.2_CVE-2021-32749.patch' -> `./gnu/packages/patches/fail2ban-0.11.2_CVE-2021-32749.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/tuxpaint-stamps-path.patch' -> `./gnu/packages/patches/tuxpaint-stamps-path.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/vboot-utils-skip-test-workbuf.patch' -> `./gnu/packages/patches/vboot-utils-skip-test-workbuf.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/abiword-explictly-cast-bools.patch' -> `./gnu/packages/patches/abiword-explictly-cast-bools.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-6-fix-buffer-size.patch' -> `./gnu/packages/patches/gcc-6-fix-buffer-size.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/linux-pam-no-setfsuid.patch' -> `./gnu/packages/patches/linux-pam-no-setfsuid.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/opentaxsolver-file-browser-fix.patch' -> `./gnu/packages/patches/opentaxsolver-file-browser-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/isync-openssl3-fix.patch' -> `./gnu/packages/patches/isync-openssl3-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-2.31-hurd-clock_gettime_monotonic.patch' -> `./gnu/packages/patches/glibc-2.31-hurd-clock_gettime_monotonic.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ffmpeg-jami-change-RTCP-ratio.patch' -> `./gnu/packages/patches/ffmpeg-jami-change-RTCP-ratio.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/scilab-tbx_build_help.patch' -> `./gnu/packages/patches/scilab-tbx_build_help.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ocaml-4.09-dynamically-allocate-signal-stack.patch' -> `./gnu/packages/patches/ocaml-4.09-dynamically-allocate-signal-stack.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/unzip-manpage-fix.patch' -> `./gnu/packages/patches/unzip-manpage-fix.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/musl-cross-locale.patch' -> `./gnu/packages/patches/musl-cross-locale.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/containerd-create-pid-file.patch' -> `./gnu/packages/patches/containerd-create-pid-file.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/xfig-Fix-double-free-when-requesting-MediaBox.patch' -> `./gnu/packages/patches/xfig-Fix-double-free-when-requesting-MediaBox.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/bsd-games-prevent-name-collisions.patch' -> `./gnu/packages/patches/bsd-games-prevent-name-collisions.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/linphone-desktop-without-sdk.patch' -> `./gnu/packages/patches/linphone-desktop-without-sdk.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/akonadi-not-relocatable.patch' -> `./gnu/packages/patches/akonadi-not-relocatable.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/prusa-slicer-with-cereal-1.3.1.patch' -> `./gnu/packages/patches/prusa-slicer-with-cereal-1.3.1.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/imagemagick-CVE-2020-27829.patch' -> `./gnu/packages/patches/imagemagick-CVE-2020-27829.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-libsanitizer-ustat.patch' -> `./gnu/packages/patches/gcc-libsanitizer-ustat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/glibc-reinstate-prlimit64-fallback.patch' -> `./gnu/packages/patches/glibc-reinstate-prlimit64-fallback.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/make-impure-dirs.patch' -> `./gnu/packages/patches/make-impure-dirs.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/hurd-add-without-rump-configure-option.patch' -> `./gnu/packages/patches/hurd-add-without-rump-configure-option.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/python-pyls-black-41.patch' -> `./gnu/packages/patches/python-pyls-black-41.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/ocaml-4.07-dynamically-allocate-signal-stack.patch' -> `./gnu/packages/patches/ocaml-4.07-dynamically-allocate-signal-stack.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/pulseview-qt515-compat.patch' -> `./gnu/packages/patches/pulseview-qt515-compat.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/packages/patches/gcc-10-tree-sra-union-handling.patch' -> `./gnu/packages/patches/gcc-10-tree-sra-union-handling.patch'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/svg.scm' -> `./gnu/build/svg.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/image.scm' -> `./gnu/build/image.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/cross-toolchain.scm' -> `./gnu/build/cross-toolchain.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/linux-container.scm' -> `./gnu/build/linux-container.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/linux-modules.scm' -> `./gnu/build/linux-modules.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/linux-boot.scm' -> `./gnu/build/linux-boot.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/activation.scm' -> `./gnu/build/activation.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/dbus-service.scm' -> `./gnu/build/dbus-service.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/jami-service.scm' -> `./gnu/build/jami-service.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/install.scm' -> `./gnu/build/install.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/locale.scm' -> `./gnu/build/locale.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/bootloader.scm' -> `./gnu/build/bootloader.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/linux-initrd.scm' -> `./gnu/build/linux-initrd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/secret-service.scm' -> `./gnu/build/secret-service.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/chromium-extension.scm' -> `./gnu/build/chromium-extension.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/hurd-boot.scm' -> `./gnu/build/hurd-boot.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/accounts.scm' -> `./gnu/build/accounts.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/icecat-extension.scm' -> `./gnu/build/icecat-extension.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/marionette.scm' -> `./gnu/build/marionette.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/file-systems.scm' -> `./gnu/build/file-systems.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/build/shepherd.scm' -> `./gnu/build/shepherd.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/machine/ssh.scm' -> `./gnu/machine/ssh.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/gnu/machine/digital-ocean.scm' -> `./gnu/machine/digital-ocean.scm'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/AUTHORS' -> `./nix/AUTHORS'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/COPYING' -> `./nix/COPYING'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/.gitignore' -> `./nix/.gitignore'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/local.mk' -> `./nix/local.mk'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/pathlocks.hh' -> `./nix/libstore/pathlocks.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/store-api.hh' -> `./nix/libstore/store-api.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/pathlocks.cc' -> `./nix/libstore/pathlocks.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/build.cc' -> `./nix/libstore/build.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/worker-protocol.hh' -> `./nix/libstore/worker-protocol.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/optimise-store.cc' -> `./nix/libstore/optimise-store.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/derivations.cc' -> `./nix/libstore/derivations.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/sqlite.hh' -> `./nix/libstore/sqlite.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/misc.hh' -> `./nix/libstore/misc.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/references.hh' -> `./nix/libstore/references.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/local-store.hh' -> `./nix/libstore/local-store.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/globals.hh' -> `./nix/libstore/globals.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/globals.cc' -> `./nix/libstore/globals.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/store-api.cc' -> `./nix/libstore/store-api.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/sqlite.cc' -> `./nix/libstore/sqlite.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/references.cc' -> `./nix/libstore/references.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/gc.cc' -> `./nix/libstore/gc.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/derivations.hh' -> `./nix/libstore/derivations.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/builtins.hh' -> `./nix/libstore/builtins.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/.gitignore' -> `./nix/libstore/.gitignore'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/misc.cc' -> `./nix/libstore/misc.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/local-store.cc' -> `./nix/libstore/local-store.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libstore/builtins.cc' -> `./nix/libstore/builtins.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/nix-daemon/nix-daemon.cc' -> `./nix/nix-daemon/nix-daemon.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/nix-daemon/shared.hh' -> `./nix/nix-daemon/shared.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/nix-daemon/guix-daemon.cc' -> `./nix/nix-daemon/guix-daemon.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libutil/affinity.cc' -> `./nix/libutil/affinity.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libutil/affinity.hh' -> `./nix/libutil/affinity.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libutil/serialise.cc' -> `./nix/libutil/serialise.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libutil/hash.hh' -> `./nix/libutil/hash.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libutil/serialise.hh' -> `./nix/libutil/serialise.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libutil/util.cc' -> `./nix/libutil/util.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libutil/archive.hh' -> `./nix/libutil/archive.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libutil/hash.cc' -> `./nix/libutil/hash.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libutil/types.hh' -> `./nix/libutil/types.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libutil/archive.cc' -> `./nix/libutil/archive.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/libutil/util.hh' -> `./nix/libutil/util.hh'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/format.hpp' -> `./nix/boost/format.hpp'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/throw_exception.hpp' -> `./nix/boost/throw_exception.hpp'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/assert.hpp' -> `./nix/boost/assert.hpp'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/format/parsing.cc' -> `./nix/boost/format/parsing.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/format/format_implementation.cc' -> `./nix/boost/format/format_implementation.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/format/feed_args.hpp' -> `./nix/boost/format/feed_args.hpp'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/format/format_fwd.hpp' -> `./nix/boost/format/format_fwd.hpp'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/format/group.hpp' -> `./nix/boost/format/group.hpp'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/format/free_funcs.cc' -> `./nix/boost/format/free_funcs.cc'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/format/format_class.hpp' -> `./nix/boost/format/format_class.hpp'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/format/internals_fwd.hpp' -> `./nix/boost/format/internals_fwd.hpp'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/format/exceptions.hpp' -> `./nix/boost/format/exceptions.hpp'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/format/macros_default.hpp' -> `./nix/boost/format/macros_default.hpp'
`/gnu/store/smms7vi3xyxgfnjz7knr7i8wak2f8fkj-guix-1.4.0-23.843b85c-checkout/nix/boost/format/internals.hpp' -> `./nix/boost/format/internals.hpp'
phase `unpack' succeeded after 4.6 seconds
starting phase `change-default-guix'
phase `change-default-guix' succeeded after 0.0 seconds
starting phase `disable-failing-tests'
phase `disable-failing-tests' succeeded after 0.1 seconds
starting phase `use-correct-guile-version-for-tests'
phase `use-correct-guile-version-for-tests' succeeded after 0.2 seconds
starting phase `bootstrap'
patch-shebang: build-aux/git-version-gen: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
++ find po/doc -type f -name 'guix-manual*.po'
++ sed -e 's,.*/guix-manual\.,,;s,\.po$,,'
+ langs='ru
de
es
zh_CN
pt_BR
fr'
+ for lang in ${langs}
+ '[' '!' -e doc/guix.ru.texi ']'
+ echo '@setfilename guix.ru.info'
+ echo '@include version-ru.texi'
+ touch po/doc/guix-manual.ru.po
+ for lang in ${langs}
+ '[' '!' -e doc/guix.de.texi ']'
+ echo '@setfilename guix.de.info'
+ echo '@include version-de.texi'
+ touch po/doc/guix-manual.de.po
+ for lang in ${langs}
+ '[' '!' -e doc/guix.es.texi ']'
+ echo '@setfilename guix.es.info'
+ echo '@include version-es.texi'
+ touch po/doc/guix-manual.es.po
+ for lang in ${langs}
+ '[' '!' -e doc/guix.zh_CN.texi ']'
+ echo '@setfilename guix.zh_CN.info'
+ echo '@include version-zh_CN.texi'
+ touch po/doc/guix-manual.zh_CN.po
+ for lang in ${langs}
+ '[' '!' -e doc/guix.pt_BR.texi ']'
+ echo '@setfilename guix.pt_BR.info'
+ echo '@include version-pt_BR.texi'
+ touch po/doc/guix-manual.pt_BR.po
+ for lang in ${langs}
+ '[' '!' -e doc/guix.fr.texi ']'
+ echo '@setfilename guix.fr.info'
+ echo '@include version-fr.texi'
+ touch po/doc/guix-manual.fr.po
++ find po/doc -type f -name 'guix-cookbook*.po'
++ sed -e 's,.*/guix-cookbook\.,,;s,\.po$,,'
+ langs='de
pt_BR
sk
fr
ko
sv'
+ for lang in ${langs}
+ '[' '!' -e doc/guix-cookbook.de.texi ']'
+ echo '@setfilename guix-cookbook.de.info'
+ touch po/doc/guix-cookbook.de.po
+ for lang in ${langs}
+ '[' '!' -e doc/guix-cookbook.pt_BR.texi ']'
+ echo '@setfilename guix-cookbook.pt_BR.info'
+ touch po/doc/guix-cookbook.pt_BR.po
+ for lang in ${langs}
+ '[' '!' -e doc/guix-cookbook.sk.texi ']'
+ echo '@setfilename guix-cookbook.sk.info'
+ touch po/doc/guix-cookbook.sk.po
+ for lang in ${langs}
+ '[' '!' -e doc/guix-cookbook.fr.texi ']'
+ echo '@setfilename guix-cookbook.fr.info'
+ touch po/doc/guix-cookbook.fr.po
+ for lang in ${langs}
+ '[' '!' -e doc/guix-cookbook.ko.texi ']'
+ echo '@setfilename guix-cookbook.ko.info'
+ touch po/doc/guix-cookbook.ko.po
+ for lang in ${langs}
+ '[' '!' -e doc/guix-cookbook.sv.texi ']'
+ echo '@setfilename guix-cookbook.sv.info'
+ touch po/doc/guix-cookbook.sv.po
+ autoreconf -vfi
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Copying file ABOUT-NLS
Copying file build-aux/config.rpath
Copying file m4/codeset.m4
Copying file m4/extern-inline.m4
Copying file m4/fcntl-o.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/guix/Makefile.in.in
Copying file po/packages/Makefile.in.in
Copying file po/guix/Makevars.template
Copying file po/packages/Makevars.template
Copying file po/guix/Rules-quot
Copying file po/packages/Rules-quot
Copying file po/guix/boldquot.sed
Copying file po/packages/boldquot.sed
Copying file po/guix/en@boldquot.header
Copying file po/packages/en@boldquot.header
Copying file po/guix/en@quot.header
Copying file po/packages/en@quot.header
Copying file po/guix/insert-header.sin
Copying file po/packages/insert-header.sin
Copying file po/guix/quot.sed
Copying file po/packages/quot.sed
Copying file po/guix/remove-potcdate.sin
Copying file po/packages/remove-potcdate.sin
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /gnu/store/72v58vybsw00zbdbsvj1qm7ngwca3432-autoconf-2.69/bin/autoconf --force
autoreconf: running: /gnu/store/72v58vybsw00zbdbsvj1qm7ngwca3432-autoconf-2.69/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
config-daemon.ac:8: installing 'build-aux/ar-lib'
configure.ac:21: installing 'build-aux/compile'
configure.ac:23: installing 'build-aux/config.guess'
configure.ac:23: installing 'build-aux/config.sub'
configure.ac:11: installing 'build-aux/install-sh'
configure.ac:11: installing 'build-aux/missing'
Makefile.am:987: warning: dist-hook was already defined in condition in_git_p, which is included in condition TRUE ...
Makefile.am:959: ... 'dist-hook' previously defined here
Makefile.am:988: warning: dist-hook was already defined in condition in_git_p, which is included in condition TRUE ...
Makefile.am:959: ... 'dist-hook' previously defined here
Makefile.am: installing './INSTALL'
Makefile.am:912: warning: AM_GNU_GETTEXT used but 'po' not in SUBDIRS
Makefile.am: installing 'build-aux/depcomp'
doc/local.mk:37: installing 'build-aux/mdate-sh'
Makefile.am:915:   'doc/local.mk' included from here
doc/local.mk:37: installing 'build-aux/texinfo.tex'
Makefile.am:915:   'doc/local.mk' included from here
parallel-tests: installing 'build-aux/test-driver'
autoreconf: Leaving directory `.'
+ chmod +w build-aux/mdate-sh
+ rm -f build-aux/mdate-sh
+ ln -s mdate-from-git.scm build-aux/mdate-sh
phase `bootstrap' succeeded after 138.4 seconds
starting phase `patch-usr-bin-file'
phase `patch-usr-bin-file' succeeded after 1.0 seconds
starting phase `patch-source-shebangs'
patch-shebang: ./bootstrap: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/ar-lib: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/compile: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/config.guess: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/config.rpath: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/config.sub: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/depcomp: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/install-sh: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/mdate-from-git.scm: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/missing: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/pre-inst-env.in: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/test-driver: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/test-driver.scm: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/test-env.in: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./build-aux/xgettext.scm: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./configure: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./etc/git/commit-msg: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./etc/git/post-merge: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./etc/git/pre-push: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./etc/guix-install.sh: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-shebang: ./etc/init.d/guix-daemon.in: changing `/bin/bash' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/bash'
patch-shebang: ./etc/openrc/guix-daemon.in: warning: no binary for interpreter `openrc-run' found in $PATH
patch-shebang: ./etc/teams.scm: changing `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
phase `patch-source-shebangs' succeeded after 3.5 seconds
starting phase `configure'
source directory: "/tmp/guix-build-guix-daemon-1.4.0-23.843b85c.drv-0/source" (relative from build: ".")
build directory: "/tmp/guix-build-guix-daemon-1.4.0-23.843b85c.drv-0/source"
configure flags: ("CONFIG_SHELL=/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/bash" "SHELL=/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/bash" "--prefix=/gnu/store/cabhfk8a14xm83zby7mxzk6219c5zsga-guix-daemon-1.4.0-23.843b85c" "--enable-fast-install" "--build=riscv64-unknown-linux-gnu" "--with-channel-commit=843b85c42745d65c93d6af81cd3a9d835ff1f51c" "--localstatedir=/var" "--sysconfdir=/etc" "--with-bash-completion-dir=/gnu/store/cabhfk8a14xm83zby7mxzk6219c5zsga-guix-daemon-1.4.0-23.843b85c/etc/bash_completion.d" "ac_cv_path_DOT_USER_PROGRAM=dot" "ac_cv_path_GIT=/gnu/store/crag0zs69pyh6pm22c90pzp28d4d8f1w-git-minimal-2.45.2/bin/git" "ac_cv_guix_test_root=/tmp/guix-tests" "guix_cv_have_recent_guile_sqlite3=yes" "guix_cv_have_recent_guile_ssh=yes")
configure: WARNING: unrecognized options: --enable-fast-install
checking for a BSD-compatible install... /gnu/store/sinrqfmja2a3ys1kmlwgpb629l4sh5rr-coreutils-9.1/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /gnu/store/sinrqfmja2a3ys1kmlwgpb629l4sh5rr-coreutils-9.1/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... yes
checking whether UID '999' is supported by ustar format... yes
checking whether GID '30000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /gnu/store/j0h6z30j13wrbch7pax9l9859c0wfvsl-grep-3.8/bin/grep
checking for egrep... /gnu/store/j0h6z30j13wrbch7pax9l9859c0wfvsl-grep-3.8/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a sed that does not truncate output... /gnu/store/bjjyfa71m9zy8iyriqc9wbpg95skad90-sed-4.8/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /gnu/store/x1grz2sxwrb7c1wqk36ha87alh9kzjrp-gettext-minimal-0.21/bin/msgfmt
checking for gmsgfmt... /gnu/store/x1grz2sxwrb7c1wqk36ha87alh9kzjrp-gettext-minimal-0.21/bin/msgfmt
checking for xgettext... /gnu/store/x1grz2sxwrb7c1wqk36ha87alh9kzjrp-gettext-minimal-0.21/bin/xgettext
checking for msgmerge... /gnu/store/x1grz2sxwrb7c1wqk36ha87alh9kzjrp-gettext-minimal-0.21/bin/msgmerge
checking build system type... riscv64-unknown-linux-gnu
checking host system type... riscv64-unknown-linux-gnu
checking for ld used by gcc... /gnu/store/py7qrzdb70jzkyjhggp15w57iqldv8hc-ld-wrapper-0/bin/ld
checking if the linker (/gnu/store/py7qrzdb70jzkyjhggp15w57iqldv8hc-ld-wrapper-0/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for sed... (cached) /gnu/store/bjjyfa71m9zy8iyriqc9wbpg95skad90-sed-4.8/bin/sed
checking for the Guix system type... riscv64-linux
checking for the store directory... /gnu/store
checking the length of the installed socket file name... 30
checking for unit test root directory... (cached) /tmp/guix-tests
checking the length of the socket file name used in tests... 47
checking the length of a typical hash bang line... 73
checking the length of a hash bang line used in tests... 84
checking for pkg-config... /gnu/store/w25iigidgynrld3jlpxbks8xwgrw9ipa-pkg-config-0.29.2/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: checking for guile 3.0
configure: found guile 3.0
checking for guile-3.0... no
checking for guile3.0... no
checking for guile-3... no
checking for guile3... no
checking for guile... /gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/bin/guile
checking for Guile version >= 3.0... 3.0.9
checking for guild... /gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/bin/guild
checking for guile-config... /gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/bin/guile-config
checking for guile-3.0 >= 3.0.3... yes
checking for guile-3.0... yes
checking if (gnutls) is available... yes
checking if (git) is available... yes
checking whether Guile-JSON is available and recent enough... yes
checking whether Guile-Sqlite3 is available and recent enough... (cached) yes
checking whether Guile-Gcrypt is available and recent enough... yes
checking whether Guile-Git is available and recent enough... yes
checking if (htmlprag) exports `%strict-tokenizer?'... yes
checking whether Guile-zlib is available and recent enough... yes
checking if (lzlib) is available... yes
checking if (avahi) is available... yes
checking if (newt) is available... no
checking whether /gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/bin/guile provides feature 'regex'... yes
checking whether /gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/bin/guile provides feature 'posix'... yes
checking whether /gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/bin/guile provides feature 'socket'... yes
checking whether /gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/bin/guile provides feature 'net-db'... yes
checking whether /gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/bin/guile provides feature 'threads'... yes
checking for a sed that does not truncate output... (cached) /gnu/store/bjjyfa71m9zy8iyriqc9wbpg95skad90-sed-4.8/bin/sed
checking for gzip... /gnu/store/qhdnnd0mwp3072imc7c13bisyafv3js5-gzip-1.12/bin/gzip
checking for bzip2... /gnu/store/za10n22ay0yq952xsp86gdal71bdv2kf-bzip2-1.0.8/bin/bzip2
checking for xz... /gnu/store/drsra005pzksg8z11jp4yn96sk8gkmq9-xz-5.2.8/bin/xz
checking for git... (cached) /gnu/store/crag0zs69pyh6pm22c90pzp28d4d8f1w-git-minimal-2.45.2/bin/git
checking for libgcrypt-config... /gnu/store/il1n7dkkkqvklzxc00wadm7zh4kblmkk-libgcrypt-1.10.1/bin/libgcrypt-config
checking libgcrypt's library directory... fgrep: warning: fgrep is obsolescent; using grep -F
fgrep: warning: fgrep is obsolescent; using grep -F
fgrep: warning: fgrep is obsolescent; using grep -F
fgrep: warning: fgrep is obsolescent; using grep -F
/gnu/store/il1n7dkkkqvklzxc00wadm7zh4kblmkk-libgcrypt-1.10.1/lib
checking whether Guile-SSH is available and recent enough... (cached) yes
checking whether to build daemon... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking whether g++ supports C++11... yes
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gzdopen in -lz... yes
checking how to run the C++ preprocessor... g++ -E
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for BZ2_bzWriteOpen in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for sqlite3 >= 3.6.19... yes
checking for gcry_md_open in -lgcrypt... yes
checking gcrypt.h usability... yes
checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for chroot... yes
checking for unshare... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking for lutimes... yes
checking for lchown... yes
checking for posix_fallocate... yes
checking for sched_setaffinity... yes
checking for statvfs... yes
checking for nanosleep... yes
checking for strsignal... yes
checking for statx... yes
checking locale usability... yes
checking locale presence... yes
checking for locale... yes
checking sys/personality.h usability... yes
checking sys/personality.h presence... yes
checking for sys/personality.h... yes
checking for default substitute URLs... https://bordeaux.guix.gnu.org https://ci.guix.gnu.org
checking whether Guile-SSH is available and recent enough... (cached) yes
checking for unit test root directory... (cached) /tmp/guix-tests
checking for guile... (cached) /gnu/store/isxnq86sq235ky9y4869r536cjhhmd9d-guile-3.0.9/bin/guile
checking the current installation's localstatedir... none
checking if building from git... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/guix/Makefile.in
config.status: creating po/packages/Makefile.in
config.status: creating etc/guix-daemon.cil
config.status: creating guix/config.scm
config.status: creating etc/committer.scm
config.status: creating test-env
config.status: creating pre-inst-env
config.status: creating nix/config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/guix/POTFILES
config.status: creating po/guix/Makefile
config.status: creating po/packages/POTFILES
config.status: creating po/packages/Makefile
configure: WARNING: unrecognized options: --enable-fast-install
phase `configure' succeeded after 156.0 seconds
starting phase `patch-generated-file-shebangs'
patch-makefile-SHELL: ./po/guix/Makefile: changing `SHELL' from `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
patch-makefile-SHELL: ./po/packages/Makefile: changing `SHELL' from `/bin/sh' to `/gnu/store/9q7cmydxbzfpc79ybn1yn257wq547kvz-bash-minimal-5.1.16/bin/sh'
phase `patch-generated-file-shebangs' succeeded after 1.2 seconds
starting phase `use-host-compressors'
phase `use-host-compressors' succeeded after 0.0 seconds
starting phase `build'
  GEN      nix/libstore/schema.sql.hh
  CXX      nix/nix-daemon/guix_daemon-nix-daemon.o
  CXX      nix/nix-daemon/guix_daemon-guix-daemon.o
  CXX      nix/libstore/libstore_a-gc.o
  CXX      nix/libstore/libstore_a-globals.o
  CXX      nix/libstore/libstore_a-misc.o
  CXX      nix/libstore/libstore_a-references.o
  CXX      nix/libstore/libstore_a-store-api.o
  CXX      nix/libstore/libstore_a-optimise-store.o
  CXX      nix/libstore/libstore_a-local-store.o
  CXX      nix/libstore/libstore_a-build.o
  CXX      nix/libstore/libstore_a-pathlocks.o
  CXX      nix/libstore/libstore_a-derivations.o
  CXX      nix/libstore/libstore_a-builtins.o
  CXX      nix/libstore/libstore_a-sqlite.o
  CXX      nix/libutil/libutil_a-archive.o
  CXX      nix/libutil/libutil_a-affinity.o
  CXX      nix/libutil/libutil_a-serialise.o
  CXX      nix/libutil/libutil_a-util.o
  CXX      nix/libutil/libutil_a-hash.o
  CXX      nix/boost/format/libformat_a-free_funcs.o
  CXX      nix/boost/format/libformat_a-parsing.o
  CXX      nix/boost/format/libformat_a-format_implementation.o
  AR       libformat.a
ar: `u' modifier ignored since `D' is the default (see `U')
  AR       libutil.a
ar: `u' modifier ignored since `D' is the default (see `U')
  AR       libstore.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CXXLD    guix-daemon
phase `build' succeeded after 266.9 seconds
starting phase `set-SHELL'
phase `set-SHELL' succeeded after 0.0 seconds
starting phase `check'
test suite not run
phase `check' succeeded after 0.0 seconds
starting phase `install'
 /gnu/store/sinrqfmja2a3ys1kmlwgpb629l4sh5rr-coreutils-9.1/bin/mkdir -p '/gnu/store/cabhfk8a14xm83zby7mxzk6219c5zsga-guix-daemon-1.4.0-23.843b85c/bin'
  /gnu/store/sinrqfmja2a3ys1kmlwgpb629l4sh5rr-coreutils-9.1/bin/install -c guix-daemon '/gnu/store/cabhfk8a14xm83zby7mxzk6219c5zsga-guix-daemon-1.4.0-23.843b85c/bin'
phase `install' succeeded after 2.0 seconds
starting phase `strip'
stripping binaries in "/gnu/store/cabhfk8a14xm83zby7mxzk6219c5zsga-guix-daemon-1.4.0-23.843b85c/bin" with "strip" and flags ("--strip-unneeded" "--enable-deterministic-archives")
phase `strip' succeeded after 0.1 seconds
starting phase `validate-runpath'
validating RUNPATH of 1 binaries in "/gnu/store/cabhfk8a14xm83zby7mxzk6219c5zsga-guix-daemon-1.4.0-23.843b85c/bin"...
phase `validate-runpath' succeeded after 0.0 seconds
starting phase `validate-documentation-location'
phase `validate-documentation-location' succeeded after 0.0 seconds
starting phase `delete-info-dir-file'
phase `delete-info-dir-file' succeeded after 0.0 seconds
starting phase `patch-dot-desktop-files'
phase `patch-dot-desktop-files' succeeded after 0.0 seconds
starting phase `make-dynamic-linker-cache'
created '/gnu/store/cabhfk8a14xm83zby7mxzk6219c5zsga-guix-daemon-1.4.0-23.843b85c/etc/ld.so.cache' from 7 library search path entries
phase `make-dynamic-linker-cache' succeeded after 0.2 seconds
starting phase `install-license-files'
installing 1 license files from '.'
phase `install-license-files' succeeded after 0.0 seconds
starting phase `reset-gzip-timestamps'
phase `reset-gzip-timestamps' succeeded after 0.0 seconds
starting phase `compress-documentation'
phase `compress-documentation' succeeded after 0.0 seconds
@ build-succeeded /gnu/store/lsj71mllnwh33fkhawcsz7dhif4qz7w0-guix-daemon-1.4.0-23.843b85c.drv -

computed the manifest for riscv64-linux
debug: Finished computing the channel derivation, took 15491 seconds
debug: x86_64-linux: channel dervation: ((manifest-entry-item . /gnu/store/pk3l9k6lvfa6ll2zi6qydzfgzjgnadzp-guix-ad97f1bdb.drv) (profile . /gnu/store/775bdr5ndb0a9wvwp5504y5429c7alds-profile.drv))
debug: mips64el-linux: channel dervation: ((manifest-entry-item . #f) (profile . #f))
debug: aarch64-linux: channel dervation: ((manifest-entry-item . /gnu/store/z7b4wlyrm1zblmfjcg7nyjnin7fa9ici-guix-ad97f1bdb.drv) (profile . /gnu/store/5jv6z7nivadlxn1qkkvb01pg21k4fsk5-profile.drv))
debug: powerpc64le-linux: channel dervation: ((manifest-entry-item . /gnu/store/my56an07iz2d730hyn9kaz682pr3l51a-guix-ad97f1bdb.drv) (profile . /gnu/store/9ajnqdfh4qa7b57a0ai3p7jyyaad2bzq-profile.drv))
debug: riscv64-linux: channel dervation: ((manifest-entry-item . /gnu/store/fni9miylq1fmm7glzm893vl4fvl5x5ck-guix-ad97f1bdb.drv) (profile . /gnu/store/lp13lkrnilgijl6h8pp05dv2vz8c25nj-profile.drv))
debug: i686-linux: channel dervation: ((manifest-entry-item . /gnu/store/ar6jvdlii4zbdk7sql2a025scbrhibzb-guix-ad97f1bdb.drv) (profile . /gnu/store/91h4qwanv2rrb5q9y102mbf2vzwf1i1w-profile.drv))
debug: armhf-linux: channel dervation: ((manifest-entry-item . /gnu/store/qqg25a8a7grfl9zn4dvxl7c7yhbc9rjr-guix-ad97f1bdb.drv) (profile . /gnu/store/mhfm4iwcsrmgbyb5ssvhfrq4lm9hpzc1-profile.drv))
debug: i586-gnu: channel dervation: ((manifest-entry-item . #f) (profile . #f))
debug: powerpc-linux: channel dervation: ((manifest-entry-item . #f) (profile . #f))
NOTICE:  identifier "guix-data-service load-new-guix-revision insert channel instances" will be truncated to "guix-data-service load-new-guix-revision insert channel instanc"
debug: Starting acquiring advisory transaction lock: load-new-guix-revision-inserts
debug: Finished acquiring advisory transaction lock: load-new-guix-revision-inserts, took 0 seconds
debug: derivation-file-names->derivation-ids: processing 6 derivations
debug: update-derivation-ids-hash-table!: 6 file-names
debug: update-derivation-ids-hash-table!: lookup 6 file-names, 6 not cached
debug: Starting reading 6 missing derivations
debug: Finished reading 6 missing derivations, took 8 seconds
debug: insert-missing-derivations: inserting 6 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 42 derivations
debug: update-derivation-ids-hash-table!: 42 file-names
debug: update-derivation-ids-hash-table!: lookup 42 file-names, 42 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 18 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 114 derivations
debug: update-derivation-ids-hash-table!: 114 file-names
debug: update-derivation-ids-hash-table!: lookup 114 file-names, 102 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 54 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 174 derivations
debug: update-derivation-ids-hash-table!: 174 file-names
debug: update-derivation-ids-hash-table!: lookup 174 file-names, 150 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 54 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 156 derivations
debug: update-derivation-ids-hash-table!: 156 file-names
debug: update-derivation-ids-hash-table!: lookup 156 file-names, 30 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 6 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 30 derivations
debug: update-derivation-ids-hash-table!: 30 file-names
debug: update-derivation-ids-hash-table!: lookup 30 file-names, 24 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 6 derivations
debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 54 derivations
debug: Finished insert-missing-derivations: inserting inputs for 54 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 54 derivations
debug: Finished insert-missing-derivations: inserting inputs for 54 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 18 derivations
debug: Finished insert-missing-derivations: inserting inputs for 18 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 6 derivations
debug: Finished insert-missing-derivations: inserting inputs for 6 derivations, took 0 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 2 seconds
guix-data-service: saved the channel instance derivations to the database
debug: Starting building the channel derivation
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
@ substituter-started /gnu/store/dshgphd2b53j5m9jg37rkal4rjj3p33c-module-import-compiled substitute
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
@ substituter-started /gnu/store/nyb4fkww5zb9026h501i6lb7ksi2v8w2-module-import-compiled substitute
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
@ substituter-started /gnu/store/qazhrpv5ln558pq8y9rwxnmf4fvjq6mb-libfontenc-1.1.4 substitute
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
substitute: 
substitute: updating substitutes from 'https://ci.guix.gnu.org'...   0.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
Downloading https://ci.guix.gnu.org/nar/lzip/dshgphd2b53j5m9jg37rkal4rjj3p33c-module-import-compiled...

 module-import-compiled  107KiB                                                                                                                                                                                          0B/s 00:00 ▕                  ▏   0.0%
 module-import-compiled  107KiB                                                                                                                                                                                      2.3MiB/s 00:00 ▕██████████▊       ▏  60.0%
 module-import-compiled  107KiB                                                                                                                                                                                      1.8MiB/s 00:00 ▕██████████████████▏ 100.0%

Downloading https://ci.guix.gnu.org/nar/lzip/nyb4fkww5zb9026h501i6lb7ksi2v8w2-module-import-compiled...

 module-import-compiled  57KiB                                                                                                                                                                                           0B/s 00:00 ▕                  ▏   0.0%
 module-import-compiled  57KiB                                                                                                                                                                                       4.4MiB/s 00:00 ▕██████████████████▏ 100.0%
 module-import-compiled  57KiB                                                                                                                                                                                       1.9MiB/s 00:00 ▕██████████████████▏ 100.0%

Downloading https://bordeaux.guix.gnu.org/nar/lzip/qazhrpv5ln558pq8y9rwxnmf4fvjq6mb-libfontenc-1.1.4...

 libfontenc-1.1.4  13KiB                                                                                                                                                                                                 0B/s 00:00 ▕                  ▏   0.0%
 libfontenc-1.1.4  13KiB                                                                                                                                                                                             1.3MiB/s 00:00 ▕██████████████████▏ 100.0%
 libfontenc-1.1.4  13KiB                                                                                                                                                                                             663KiB/s 00:00 ▕██████████████████▏ 100.0%

@ substituter-succeeded /gnu/store/qazhrpv5ln558pq8y9rwxnmf4fvjq6mb-libfontenc-1.1.4
@ substituter-succeeded /gnu/store/dshgphd2b53j5m9jg37rkal4rjj3p33c-module-import-compiled
@ substituter-succeeded /gnu/store/nyb4fkww5zb9026h501i6lb7ksi2v8w2-module-import-compiled
@ substituter-started /gnu/store/myqfp9d0lryrg8s6qm07d5vwwl7qpcrp-guix-cli substitute
@ substituter-started /gnu/store/2rndjqlzs5r2v18scj3zl5l108zvi5m6-guix-cli-core substitute
@ substituter-started /gnu/store/hqdp5zkzx49x9484mpscyldiqvfz3s47-guix-home substitute
Downloading https://ci.guix.gnu.org/nar/lzip/myqfp9d0lryrg8s6qm07d5vwwl7qpcrp-guix-cli...

 guix-cli                                                                                                                                                                                                                    2.3MiB/s 00:00 | 64KiB transferred
 guix-cli                                                                                                                                                                                                                   1.9MiB/s 00:00 | 398KiB transferred

@ substituter-succeeded /gnu/store/myqfp9d0lryrg8s6qm07d5vwwl7qpcrp-guix-cli
@ substituter-started /gnu/store/92lhx7pim6m7r7w07lhmp1m7brrpjxpj-guix-packages substitute
Downloading https://ci.guix.gnu.org/nar/lzip/hqdp5zkzx49x9484mpscyldiqvfz3s47-guix-home...
Downloading https://ci.guix.gnu.org/nar/lzip/92lhx7pim6m7r7w07lhmp1m7brrpjxpj-guix-packages...

 guix-packages  1.5MiB                                                                                                                                                                                                   0B/s 00:00 ▕                  ▏   0.0%
 guix-packages  1.5MiB                                                                                                                                                                                              66.9MiB/s 00:00 ▕▊                 ▏   4.2%Downloading https://ci.guix.gnu.org/nar/lzip/2rndjqlzs5r2v18scj3zl5l108zvi5m6-guix-cli-core...

 guix-cli-core  922KiB                                                                                                                                                                                                   0B/s 00:00 ▕                  ▏   0.0%
 guix-home                                                                                                                                                                                                                   2.3MiB/s 00:00 | 64KiB transferred
 guix-cli-core  922KiB                                                                                                                                                                                               2.2MiB/s 00:00 ▕█▏                ▏   6.9%
 guix-packages  1.5MiB                                                                                                                                                                                               2.5MiB/s 00:00 ▕██████            ▏  33.4%
 guix-cli-core  922KiB                                                                                                                                                                                               2.7MiB/s 00:00 ▕████████████▍     ▏  69.4%
 guix-home                                                                                                                                                                                                                  3.8MiB/s 00:00 | 951KiB transferred
 guix-home                                                                                                                                                                                                                  3.6MiB/s 00:00 | 951KiB transferred

@ substituter-succeeded /gnu/store/hqdp5zkzx49x9484mpscyldiqvfz3s47-guix-home
@ substituter-started /gnu/store/r79g1m8bq1z0vvzgmkwz03wc2ynzkngg-guix-packages-base substitute
Downloading https://ci.guix.gnu.org/nar/lzip/r79g1m8bq1z0vvzgmkwz03wc2ynzkngg-guix-packages-base...

 guix-packages-base                                                                                                                                                                                                         72.9MiB/s 00:00 | 64KiB transferred
 guix-cli-core  922KiB                                                                                                                                                                                               2.8MiB/s 00:00 ▕██████████████████▏ 100.0%

@ substituter-succeeded /gnu/store/2rndjqlzs5r2v18scj3zl5l108zvi5m6-guix-cli-core
@ substituter-started /gnu/store/zc17n963xll8cpnjncy0rmac0i1nhcci-guix-system substitute
Downloading https://ci.guix.gnu.org/nar/lzip/zc17n963xll8cpnjncy0rmac0i1nhcci-guix-system...

 guix-system                                                                                                                                                                                                                47.9MiB/s 00:00 | 64KiB transferred
 guix-packages  1.5MiB                                                                                                                                                                                               2.2MiB/s 00:00 ▕███████████▎      ▏  62.7%
 guix-packages-base                                                                                                                                                                                                         4.2MiB/s 00:00 | 896KiB transferred
 guix-system                                                                                                                                                                                                                3.8MiB/s 00:00 | 832KiB transferred
 guix-packages  1.5MiB                                                                                                                                                                                               1.9MiB/s 00:01 ▕███████████████   ▏  83.6%
 guix-packages-base                                                                                                                                                                                                         4.9MiB/s 00:00 | 2.1MiB transferred
 guix-system                                                                                                                                                                                                                4.6MiB/s 00:00 | 1.9MiB transferred
 guix-packages  1.5MiB                                                                                                                                                                                               1.9MiB/s 00:01 ▕██████████████████▏ 100.0%

@ substituter-succeeded /gnu/store/92lhx7pim6m7r7w07lhmp1m7brrpjxpj-guix-packages
@ substituter-started /gnu/store/n1ghd2zni3br600z8am797ks77hjmbha-guix-system-tests substitute
Downloading https://ci.guix.gnu.org/nar/lzip/n1ghd2zni3br600z8am797ks77hjmbha-guix-system-tests...

 guix-system-tests  837KiB                                                                                                                                                                                               0B/s 00:00 ▕                  ▏   0.0%
 guix-system-tests  837KiB                                                                                                                                                                                          77.4MiB/s 00:00 ▕█▍                ▏   7.7%
 guix-packages-base                                                                                                                                                                                                         4.8MiB/s 00:01 | 3.0MiB transferred
 guix-system                                                                                                                                                                                                                4.5MiB/s 00:01 | 2.9MiB transferred
 guix-system-tests  837KiB                                                                                                                                                                                           3.1MiB/s 00:00 ▕█████████████▊    ▏  76.5%
 guix-system-tests  837KiB                                                                                                                                                                                           2.8MiB/s 00:00 ▕██████████████████▏ 100.0%

@ substituter-succeeded /gnu/store/n1ghd2zni3br600z8am797ks77hjmbha-guix-system-tests
@ substituter-started /gnu/store/795nfksdsadyxl3vzf4vm180fxxl5fxy-mkfontscale-1.2.2 substitute

 guix-packages-base                                                                                                                                                                                                         5.0MiB/s 00:01 | 4.1MiB transferredDownloading https://bordeaux.guix.gnu.org/nar/zstd/795nfksdsadyxl3vzf4vm180fxxl5fxy-mkfontscale-1.2.2...

 mkfontscale-1.2.2  21KiB                                                                                                                                                                                                0B/s 00:00 ▕                  ▏   0.0%
 mkfontscale-1.2.2  21KiB                                                                                                                                                                                            9.5MiB/s 00:00 ▕██████████████████▏ 100.0%
 mkfontscale-1.2.2  21KiB                                                                                                                                                                                            2.4MiB/s 00:00 ▕██████████████████▏ 100.0%

@ substituter-succeeded /gnu/store/795nfksdsadyxl3vzf4vm180fxxl5fxy-mkfontscale-1.2.2
@ build-started /gnu/store/sak3h4ii543x75hy7124ihg99xc2ndyh-config.scm.drv - x86_64-linux /var/log/guix/drvs/sa//k3h4ii543x75hy7124ihg99xc2ndyh-config.scm.drv.gz 15394

 guix-system                                                                                                                                                                                                                4.7MiB/s 00:01 | 4.0MiB transferred@ build-succeeded /gnu/store/sak3h4ii543x75hy7124ihg99xc2ndyh-config.scm.drv -
@ substituter-started /gnu/store/v4ksii800j5kpkv0lx4w2aj7k44ba716-mkfontdir-1.0.7 substitute
Downloading https://bordeaux.guix.gnu.org/nar/zstd/v4ksii800j5kpkv0lx4w2aj7k44ba716-mkfontdir-1.0.7...

 mkfontdir-1.0.7  4KiB                                                                                                                                                                                                   0B/s 00:00 ▕                  ▏   0.0%
 mkfontdir-1.0.7  4KiB                                                                                                                                                                                               302KiB/s 00:00 ▕██████████████████▏ 100.0%
 mkfontdir-1.0.7  4KiB                                                                                                                                                                                               263KiB/s 00:00 ▕██████████████████▏ 100.0%

@ substituter-succeeded /gnu/store/v4ksii800j5kpkv0lx4w2aj7k44ba716-mkfontdir-1.0.7
@ build-started /gnu/store/84x402xlf5czyfyfdf1n6kciqak6brxw-guix-cli-core-modules.drv - x86_64-linux /var/log/guix/drvs/84//x402xlf5czyfyfdf1n6kciqak6brxw-guix-cli-core-modules.drv.gz 15405

 guix-packages-base                                                                                                                                                                                                         5.1MiB/s 00:01 | 5.4MiB transferred@ build-succeeded /gnu/store/84x402xlf5czyfyfdf1n6kciqak6brxw-guix-cli-core-modules.drv -
@ build-started /gnu/store/v4gcp9asfj2aabnfp6654ibblh5a6jaw-guix-cli-modules.drv - x86_64-linux /var/log/guix/drvs/v4//gcp9asfj2aabnfp6654ibblh5a6jaw-guix-cli-modules.drv.gz 15416

 guix-system                                                                                                                                                                                                                4.9MiB/s 00:01 | 5.1MiB transferred@ build-succeeded /gnu/store/v4gcp9asfj2aabnfp6654ibblh5a6jaw-guix-cli-modules.drv -
@ build-started /gnu/store/vdxls5y1h25vy8s24av0b7nwk900db06-guix-config-source.drv - x86_64-linux /var/log/guix/drvs/vd//xls5y1h25vy8s24av0b7nwk900db06-guix-config-source.drv.gz 15428

 guix-packages-base                                                                                                                                                                                                         5.0MiB/s 00:01 | 6.3MiB transferred
 guix-system                                                                                                                                                                                                                4.9MiB/s 00:01 | 6.3MiB transferred
 guix-packages-base                                                                                                                                                                                                         5.0MiB/s 00:01 | 7.3MiB transferred@ build-succeeded /gnu/store/vdxls5y1h25vy8s24av0b7nwk900db06-guix-config-source.drv -
@ build-started /gnu/store/m76xkah8fymnm4lkg2cyyf191bmxl7mk-guix-home-modules.drv - x86_64-linux /var/log/guix/drvs/m7//6xkah8fymnm4lkg2cyyf191bmxl7mk-guix-home-modules.drv.gz 15442

 guix-system                                                                                                                                                                                                                5.0MiB/s 00:01 | 7.3MiB transferred@ build-succeeded /gnu/store/m76xkah8fymnm4lkg2cyyf191bmxl7mk-guix-home-modules.drv -
@ build-started /gnu/store/i4hh6rsmfpii0k3a7mpcsx1ah8i0scfg-guix-config.drv - x86_64-linux /var/log/guix/drvs/i4//hh6rsmfpii0k3a7mpcsx1ah8i0scfg-guix-config.drv.gz 15463

 guix-packages-base                                                                                                                                                                                                         5.0MiB/s 00:02 | 8.4MiB transferred
 guix-system                                                                                                                                                                                                                4.8MiB/s 00:02 | 8.1MiB transferred
 guix-packages-base                                                                                                                                                                                                         4.9MiB/s 00:02 | 9.2MiB transferred
[  0/  2] loading...	  0.0% of 1 files
[  1/  2] loading...	100.0% of 1 files
[  1/  2] compiling...	  0.0% of 1 files
 guix-system                                                                                                                                                                                                                4.7MiB/s 00:02 | 8.9MiB transferred
[  2/  2] compiling...	100.0% of 1 files
@ build-succeeded /gnu/store/i4hh6rsmfpii0k3a7mpcsx1ah8i0scfg-guix-config.drv -
@ build-started /gnu/store/1m2l58fa9x851rpaqfi61arv56fz43c7-guix-packages-modules.drv - x86_64-linux /var/log/guix/drvs/1m//2l58fa9x851rpaqfi61arv56fz43c7-guix-packages-modules.drv.gz 15482

 guix-packages-base                                                                                                                                                                                                         4.8MiB/s 00:02 | 9.9MiB transferred@ build-succeeded /gnu/store/1m2l58fa9x851rpaqfi61arv56fz43c7-guix-packages-modules.drv -
@ build-started /gnu/store/jabckk56jq40y3b4pgiymvb47v6b2w0w-guix-config-modules.drv - x86_64-linux /var/log/guix/drvs/ja//bckk56jq40y3b4pgiymvb47v6b2w0w-guix-config-modules.drv.gz 15494

 guix-system                                                                                                                                                                                                                4.5MiB/s 00:02 | 9.6MiB transferred@ build-succeeded /gnu/store/jabckk56jq40y3b4pgiymvb47v6b2w0w-guix-config-modules.drv -
@ build-started /gnu/store/jakxrwh15m5rykxqp4mv2api4255qvbi-guix-system-tests-modules.drv - x86_64-linux /var/log/guix/drvs/ja//kxrwh15m5rykxqp4mv2api4255qvbi-guix-system-tests-modules.drv.gz 15506

 guix-packages-base                                                                                                                                                                                                        4.7MiB/s 00:02 | 10.8MiB transferred@ build-succeeded /gnu/store/jakxrwh15m5rykxqp4mv2api4255qvbi-guix-system-tests-modules.drv -

 guix-system                                                                                                                                                                                                               4.5MiB/s 00:02 | 10.2MiB transferred

@ substituter-succeeded /gnu/store/zc17n963xll8cpnjncy0rmac0i1nhcci-guix-system
@ build-started /gnu/store/lmknb2v6djawl5sc8qy1y87r52l8qbgf-guix-system-modules.drv - x86_64-linux /var/log/guix/drvs/lm//knb2v6djawl5sc8qy1y87r52l8qbgf-guix-system-modules.drv.gz 15517
@ build-succeeded /gnu/store/lmknb2v6djawl5sc8qy1y87r52l8qbgf-guix-system-modules.drv -

 guix-packages-base                                                                                                                                                                                                        4.8MiB/s 00:03 | 11.9MiB transferred
 guix-packages-base                                                                                                                                                                                                        4.7MiB/s 00:03 | 12.9MiB transferred
 guix-packages-base                                                                                                                                                                                                        4.8MiB/s 00:03 | 13.9MiB transferred
 guix-packages-base                                                                                                                                                                                                        4.8MiB/s 00:03 | 15.0MiB transferred
 guix-packages-base                                                                                                                                                                                                        4.8MiB/s 00:03 | 15.9MiB transferred
 guix-packages-base                                                                                                                                                                                                        4.8MiB/s 00:04 | 16.9MiB transferred
 guix-packages-base                                                                                                                                                                                                        4.8MiB/s 00:04 | 18.2MiB transferred
 guix-packages-base                                                                                                                                                                                                        4.8MiB/s 00:04 | 19.1MiB transferred
 guix-packages-base                                                                                                                                                                                                        4.8MiB/s 00:04 | 20.2MiB transferred
 guix-packages-base                                                                                                                                                                                                        4.8MiB/s 00:04 | 21.3MiB transferred
 guix-packages-base                                                                                                                                                                                                        4.8MiB/s 00:05 | 22.3MiB transferred
 guix-packages-base                                                                                                                                                                                                        4.8MiB/s 00:05 | 22.6MiB transferred

@ substituter-succeeded /gnu/store/r79g1m8bq1z0vvzgmkwz03wc2ynzkngg-guix-packages-base
@ build-started /gnu/store/0gvg37vfxmdr1br62v9pqgjxxvvbck1b-guix-packages-base-modules.drv - x86_64-linux /var/log/guix/drvs/0g//vg37vfxmdr1br62v9pqgjxxvvbck1b-guix-packages-base-modules.drv.gz 15533
@ build-succeeded /gnu/store/0gvg37vfxmdr1br62v9pqgjxxvvbck1b-guix-packages-base-modules.drv -
@ build-started /gnu/store/0zj4n16jx1js8am569phh68g2y6kngxh-guix-ad97f1bdb-modules.drv - x86_64-linux /var/log/guix/drvs/0z//j4n16jx1js8am569phh68g2y6kngxh-guix-ad97f1bdb-modules.drv.gz 15544
@ build-succeeded /gnu/store/0zj4n16jx1js8am569phh68g2y6kngxh-guix-ad97f1bdb-modules.drv -
@ build-started /gnu/store/wx2q8mssbimi2lq6xpyihp4qmkxic8w7-guix-module-union.drv - x86_64-linux /var/log/guix/drvs/wx//2q8mssbimi2lq6xpyihp4qmkxic8w7-guix-module-union.drv.gz 15568
@ build-succeeded /gnu/store/wx2q8mssbimi2lq6xpyihp4qmkxic8w7-guix-module-union.drv -
@ build-started /gnu/store/x479wi42d2b7lp6sqxpj5vn9695kg3z8-guix-command.drv - x86_64-linux /var/log/guix/drvs/x4//79wi42d2b7lp6sqxpj5vn9695kg3z8-guix-command.drv.gz 15579
@ build-succeeded /gnu/store/x479wi42d2b7lp6sqxpj5vn9695kg3z8-guix-command.drv -
@ build-started /gnu/store/lvg05agv9dia9pwshxkmh0imr9nfkih3-guix-daemon.drv - x86_64-linux /var/log/guix/drvs/lv//g05agv9dia9pwshxkmh0imr9nfkih3-guix-daemon.drv.gz 15590
@ build-succeeded /gnu/store/lvg05agv9dia9pwshxkmh0imr9nfkih3-guix-daemon.drv -
@ build-started /gnu/store/pk3l9k6lvfa6ll2zi6qydzfgzjgnadzp-guix-ad97f1bdb.drv - x86_64-linux /var/log/guix/drvs/pk//3l9k6lvfa6ll2zi6qydzfgzjgnadzp-guix-ad97f1bdb.drv.gz 15600
@ build-succeeded /gnu/store/pk3l9k6lvfa6ll2zi6qydzfgzjgnadzp-guix-ad97f1bdb.drv -
@ build-started /gnu/store/gs2y09j8acv5lfv6n7n9qxwxd1dvgzya-ca-certificate-bundle.drv - x86_64-linux /var/log/guix/drvs/gs//2y09j8acv5lfv6n7n9qxwxd1dvgzya-ca-certificate-bundle.drv.gz 15611
@ build-started /gnu/store/w6lcb90rjyw0jwnm79vry2cryxrjsjb2-emacs-subdirs.drv - x86_64-linux /var/log/guix/drvs/w6//lcb90rjyw0jwnm79vry2cryxrjsjb2-emacs-subdirs.drv.gz 15613
@ build-started /gnu/store/5xnifcjxr9z9sv0sqmvxf177qgb20lqf-fonts-dir.drv - x86_64-linux /var/log/guix/drvs/5x//nifcjxr9z9sv0sqmvxf177qgb20lqf-fonts-dir.drv.gz 15615
@ build-succeeded /gnu/store/5xnifcjxr9z9sv0sqmvxf177qgb20lqf-fonts-dir.drv -
@ build-started /gnu/store/w7q7jr8bhhk9fw5vrh9w06wc48acc3za-info-dir.drv - x86_64-linux /var/log/guix/drvs/w7//q7jr8bhhk9fw5vrh9w06wc48acc3za-info-dir.drv.gz 15642
@ build-succeeded /gnu/store/gs2y09j8acv5lfv6n7n9qxwxd1dvgzya-ca-certificate-bundle.drv -
@ build-succeeded /gnu/store/w6lcb90rjyw0jwnm79vry2cryxrjsjb2-emacs-subdirs.drv -
@ build-started /gnu/store/h9pd4p5sbwsf9lq868rfcg6p0jikj5m3-profile.drv - x86_64-linux /var/log/guix/drvs/h9//pd4p5sbwsf9lq868rfcg6p0jikj5m3-profile.drv.gz 15654
@ build-succeeded /gnu/store/h9pd4p5sbwsf9lq868rfcg6p0jikj5m3-profile.drv -
@ build-started /gnu/store/a6y9svcpjz57p9726ghd1v05y3irxpxv-inferior-script.scm.drv - x86_64-linux /var/log/guix/drvs/a6//y9svcpjz57p9726ghd1v05y3irxpxv-inferior-script.scm.drv.gz 15675
@ build-succeeded /gnu/store/a6y9svcpjz57p9726ghd1v05y3irxpxv-inferior-script.scm.drv -
@ build-started /gnu/store/g3v9s65n27rjf6awwb1lidmqz81j0qdg-guix-package-cache.drv - x86_64-linux /var/log/guix/drvs/g3//v9s65n27rjf6awwb1lidmqz81j0qdg-guix-package-cache.drv.gz 15698
@ build-succeeded /gnu/store/w7q7jr8bhhk9fw5vrh9w06wc48acc3za-info-dir.drv -
(repl-version 0 1 1)
Generating package cache for '/gnu/store/52q13650nix6al8m1jjz4swy29lllrgd-profile'...
(values (value "/gnu/store/aybvc02qn9c0fnv95k3llx4p77isdnsc-guix-package-cache/lib/guix/package.cache"))
@ build-succeeded /gnu/store/g3v9s65n27rjf6awwb1lidmqz81j0qdg-guix-package-cache.drv -
@ build-started /gnu/store/775bdr5ndb0a9wvwp5504y5429c7alds-profile.drv - x86_64-linux /var/log/guix/drvs/77//5bdr5ndb0a9wvwp5504y5429c7alds-profile.drv.gz 15808
@ build-succeeded /gnu/store/775bdr5ndb0a9wvwp5504y5429c7alds-profile.drv -
debug: Finished building the channel derivation, took 64 seconds
debug: using open-inferior
guix repl: warning: 'nix-protocol-error?' is deprecated, use 'store-protocol-error?' instead
guix repl: warning: 'nix-protocol-error-message' is deprecated, use 'store-protocol-error-message' instead
debug: Starting building the glibc-locales derivation
debug: Finished building the glibc-locales derivation, took 0 seconds
debug: extract-information-from: /gnu/store/4h8lphdgfhdqn7ax5shkxqd9sf03zyal-guix-ad97f1bdb
debug: skipping system tests
debug: set GUIX_LOCPATH to /gnu/store/03v1svhv6wj9pd6awpdi5zn4wd31b23f-glibc-locales-2.35/lib/locale:/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale
debug: using open-inferior
guix repl: warning: 'nix-protocol-error?' is deprecated, use 'store-protocol-error?' instead
guix repl: warning: 'nix-protocol-error-message' is deprecated, use 'store-protocol-error-message' instead
debug: started new inferior and store connection
debug: set GUIX_LOCPATH to /gnu/store/03v1svhv6wj9pd6awpdi5zn4wd31b23f-glibc-locales-2.35/lib/locale:/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale
debug: using open-inferior
guix repl: warning: 'nix-protocol-error?' is deprecated, use 'store-protocol-error?' instead
guix repl: warning: 'nix-protocol-error-message' is deprecated, use 'store-protocol-error-message' instead
debug: started new inferior and store connection
debug: set GUIX_LOCPATH to /gnu/store/03v1svhv6wj9pd6awpdi5zn4wd31b23f-glibc-locales-2.35/lib/locale:/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale
debug: using open-inferior
guix repl: warning: 'nix-protocol-error?' is deprecated, use 'store-protocol-error?' instead
guix repl: warning: 'nix-protocol-error-message' is deprecated, use 'store-protocol-error-message' instead
debug: started new inferior and store connection
debug: Starting getting all inferior package data
debug: Starting calling inferior-packages
debug: set GUIX_LOCPATH to /gnu/store/03v1svhv6wj9pd6awpdi5zn4wd31b23f-glibc-locales-2.35/lib/locale:/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale
debug: using open-inferior
guix repl: warning: 'nix-protocol-error?' is deprecated, use 'store-protocol-error?' instead
guix repl: warning: 'nix-protocol-error-message' is deprecated, use 'store-protocol-error-message' instead
debug: started new inferior and store connection
debug: Starting getting derivations for (x86_64-linux . xtensa-ath9k-elf)
debug: Starting getting derivations for (x86_64-linux . x86_64-w64-mingw32)
debug: set GUIX_LOCPATH to /gnu/store/03v1svhv6wj9pd6awpdi5zn4wd31b23f-glibc-locales-2.35/lib/locale:/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale
debug: using open-inferior
guix repl: warning: 'nix-protocol-error?' is deprecated, use 'store-protocol-error?' instead
guix repl: warning: 'nix-protocol-error-message' is deprecated, use 'store-protocol-error-message' instead
debug: started new inferior and store connection
debug: Starting ensuring gds-inferior-packages is defined in inferior
debug: Starting calling inferior-packages
debug: Starting ensuring gds-inferior-packages is defined in inferior
debug: Starting calling inferior-packages
debug: Starting getting derivations for (x86_64-linux . x86_64-linux-gnux32)
debug: set GUIX_LOCPATH to /gnu/store/03v1svhv6wj9pd6awpdi5zn4wd31b23f-glibc-locales-2.35/lib/locale:/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale
debug: using open-inferior
guix repl: warning: 'nix-protocol-error?' is deprecated, use 'store-protocol-error?' instead
guix repl: warning: 'nix-protocol-error-message' is deprecated, use 'store-protocol-error-message' instead
debug: started new inferior and store connection
debug: Starting getting derivations for (x86_64-linux . riscv64-linux-gnu)
debug: Finished calling inferior-packages, took 4 seconds
debug: Starting getting inferior package replacements
debug: Starting ensuring gds-inferior-packages is defined in inferior
debug: Starting calling inferior-packages
debug: Starting ensuring gds-inferior-packages is defined in inferior
debug: Starting calling inferior-packages
debug: Starting ensuring gds-inferior-packages is defined in inferior
debug: Starting calling inferior-packages
debug: Finished getting inferior package replacements, took 1 seconds
debug: Starting deduplicating inferior packages
debug: Finished calling inferior-packages, took 5 seconds
debug: Starting getting inferior package replacements
warning: ignoring duplicate package: meson-python (0.15.0)
debug: Finished calling inferior-packages, took 6 seconds
debug: Starting getting inferior package replacements
debug: Finished deduplicating inferior packages, took 3 seconds
debug: Starting fetching inferior package license metadata
debug: Finished getting inferior package replacements, took 4 seconds
debug: Starting deduplicating inferior packages
warning: ignoring duplicate package: meson-python (0.15.0)
debug: Finished fetching inferior package license metadata, took 6 seconds
debug: Starting fetching inferior package metadata
debug: Finished deduplicating inferior packages, took 4 seconds
debug: Finished calling inferior-packages, took 11 seconds
debug: Starting getting inferior package replacements
debug: Finished calling inferior-packages, took 11 seconds
debug: Starting getting inferior package replacements
debug: Finished calling inferior-packages, took 12 seconds
debug: Starting getting inferior package replacements
debug: Finished getting inferior package replacements, took 8 seconds
debug: Starting deduplicating inferior packages
debug: Finished ensuring gds-inferior-packages is defined in inferior, took 14 seconds
heap size: 355.0 MiB
inferior heap: 63.0 MiB used (99.0 MiB heap)
debug: Finished getting inferior package replacements, took 0 seconds
debug: Starting deduplicating inferior packages
debug: Finished getting inferior package replacements, took 1 seconds
debug: Starting deduplicating inferior packages
warning: ignoring duplicate package: meson-python (0.15.0)
debug: Finished deduplicating inferior packages, took 0 seconds
debug: Finished getting inferior package replacements, took 1 seconds
debug: Starting deduplicating inferior packages
warning: ignoring duplicate package: meson-python (0.15.0)
debug: Finished deduplicating inferior packages, took 1 seconds
warning: ignoring duplicate package: meson-python (0.15.0)
warning: ignoring duplicate package: meson-python (0.15.0)
debug: Finished deduplicating inferior packages, took 1 seconds
debug: Finished deduplicating inferior packages, took 1 seconds
debug: Finished ensuring gds-inferior-packages is defined in inferior, took 15 seconds
heap size: 355.0 MiB
debug: Finished ensuring gds-inferior-packages is defined in inferior, took 13 seconds
debug: Finished ensuring gds-inferior-packages is defined in inferior, took 13 seconds
debug: Starting getting formatting lint warnings
heap size: 355.0 MiB
inferior heap: 63.0 MiB used (99.0 MiB heap)
inferior heap: 63.0 MiB used (99.0 MiB heap)
debug: Finished ensuring gds-inferior-packages is defined in inferior, took 13 seconds
heap size: 355.0 MiB
inferior heap: 63.0 MiB used (99.0 MiB heap)
error: while processing ztoolkit-rsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing ztoolkit ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing zsnes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zrythm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing zrtpcpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zplugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing zoxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing znc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing zile-on-guile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing zig-zls derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing zig derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing zig derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing zfs-auto-snapshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zenity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zeitgeist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zeal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zchunk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zathura-ps ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing zathura-pdf-poppler ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing zathura-pdf-mupdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zathura-djvu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing zathura-cb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing zathura ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing zam-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing zabbix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zabbix-agentd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing zabbix-agent2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing yubikey-manager-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing yubico-piv-tool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing yubico-pam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ytfzf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing youtube-viewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing yosys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing yoshimi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ykclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing yelp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing yasm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing yaru-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing yapet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing yambar-wayland ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing yamagi-quake2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing yakuake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing yadifa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: request for x86_64-linux derivation for zsnes produced a derivation for system i686-linux
error: while processing yad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xzgv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xygrib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xyce-serial ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xyce-parallel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xxkb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: request for x86_64-linux derivation for zsnes produced a derivation for system i686-linux
error: while processing xwud ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xwrits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xwininfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xwhite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xwd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xwallpaper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xvkbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xvinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xvfb-run ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xuidesigner ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xtrlock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xtitle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xsv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing xst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xssstate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xssproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xss-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xsnow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xshogi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xsettingsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xsetroot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xsensors ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xsel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xsecurelock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xscreensaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xschem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xsane ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xremap-x11 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing xremap-wlroots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing xremap-sway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing xremap-hyprland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing xremap-gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing xrefresh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xrdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xrdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xrandr-invert-colors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xrandr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xprop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xplanet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xpenguins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xpdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xpad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xournalpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xournal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xosd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xoscope ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xorriso ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xorgxrdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xorg-server-xwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xorg-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xonotic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xnotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xnee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xnedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xnec2c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmrig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmoto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmodmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmlto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmlstarlet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmlsec-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmlsec-nss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmlsec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmlrpc-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmessage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmagnify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xmag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xlsfonts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xlsclients ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xlsatoms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xlockmore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xlispstat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xl2tpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xkill ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xkeyboard-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xkbutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xkbset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xkbprint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xkbevd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xkbcomp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xkb-switch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xjackfreak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xinput ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xinit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xhost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xgoldmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xgamma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfwm4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xftwidth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfstests ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xfsprogs-static ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xfsprogs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xfsprogs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xfs_repair-static ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xforms-gl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xforms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfontsel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfoil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfishtank ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xffm+ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfe ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xfdesktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfdashboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-xkb-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-whiskermenu-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-weather-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-wavelan-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-volumed-pulse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-verve-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-timer-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-time-out-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-taskmanager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-systemload-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-stopwatch-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-statusnotifier-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-smartbookmark-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-settings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-screenshooter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-screensaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-pulseaudio-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-power-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-places-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-panel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-notifyd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-netload-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-mpc-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-mount-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-mailwatch-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-genmon-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-fsguard-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-eyes-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-diskperf-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-dict ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-dev-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-datetime-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-cpugraph-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-cpufreq-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-clipman-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-calculator-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-battery-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce4-appfinder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xfburn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-voodoo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-vmware ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-vesa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-tdfx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-sis ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-siliconmotion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-savage ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-r128 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-qxl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-nv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-nouveau ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-neomagic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-mga ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-mach64 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-intel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-i128 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-fbdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-dummy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-cirrus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-ati ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-ast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-ark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-video-amdgpu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-input-wacom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-input-void ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-input-synaptics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-input-mouse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-input-libinput ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xf86-input-keyboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-input-joystick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xf86-input-evdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xeyes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xeus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xdriinfo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing xdpyprobe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xdpyinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xdotool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xdo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xdialog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xdg-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xdg-desktop-portal-wlr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xdg-desktop-portal-kde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xdg-desktop-portal-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xdg-desktop-portal-gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xdg-desktop-portal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xdg-dbus-proxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcursorgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcursor-themes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcur2png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcompmgr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcmsdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xclock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xclip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xclickroot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xchm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcb-util-xrm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcb-util-wm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcb-util-renderutil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcb-util-keysyms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcb-util-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcb-util-errors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcb-util-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcb-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcb-imdkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcalib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xcalc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xblackjack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xbindkeys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xbattmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xbanish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xbacklight ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xautomation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xautolock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xarchiver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xarcan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xaos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing x42-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing x2goclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing x11vnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing x11perf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing x11-ssh-askpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing x-resize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wxwidgets-gtk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wxwidgets-gtk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wxwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wxwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wxwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wxsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wxmaxima ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wwwoffle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wvkbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wtype ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wsjtx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wsdd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wsbg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wpewebkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wpebackend-fdo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wpa-supplicant-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wpa-supplicant-gui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wpa-supplicant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing workrave ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wordnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing woof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wolf-spectrum ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wolf-shaper ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wofi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wob ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wmnd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wmname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wmfire ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wmenu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wmctrl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wmcpuload ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wmclock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wmbattery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wmamixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wlsunset ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wlstream ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wlroots-0.16 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wlroots-0.15 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wlroots ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wlr-randr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wlogout ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wlgreet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing wld ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wl-mirror ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wl-clipboard ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wireshark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wireplumber-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wireplumber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wine64-staging ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wine64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wine-staging ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
debug: Finished getting formatting lint warnings, took 35 seconds
debug: Starting getting derivations for (x86_64-linux . powerpc64le-linux-gnu)
heap size: 355.0 MiB
inferior heap: 123.0 MiB used (162.0 MiB heap)
warning: request for x86_64-linux derivation for wine-minimal produced a derivation for system i686-linux
error: while processing wine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing windowmaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wimlib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wildmidi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wiggletools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing widelands ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing widelands ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing whysynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wgetpaste ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wget2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wfview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wfmash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wf-recorder ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wf-config ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing weston ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wesnoth-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wesnoth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing welle-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing weechat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing websocketpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing webp-pixbuf-loader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing webkitgtk-with-libsoup2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing webkitgtk-for-gtk3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing webkitgtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wdl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wdisplays ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wcslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing wbg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing waypipe ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing waylandpp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wayland-utils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wayland-protocols-next ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wayland-protocols ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wayland ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing waybar-experimental ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing waybar-cpu-histogram ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing waybar ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wavbreaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing watchexec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing wasm4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing warzone2100 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing warsow-qfusion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing waffle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing wacomtablet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing w3m ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vxl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vxl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vulkan-validationlayers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vulkan-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vulkan-memory-allocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vulkan-loader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vtk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing vtk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing vte-with-gtk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vsftpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vosk-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vorbis-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing volumeicon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing volume-key ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing volk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vnlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vmware-open-vm-tools-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vmware-open-vm-tools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing vmpk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vlc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vlang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vl1-emulator ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing vkquake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vkmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vkd3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vivid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing virtuoso-ose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing virtualpg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing virtualgl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing virt-viewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing virglrenderer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing vips ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vinagre ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing vimb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vim-full ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vigra-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vigra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vifm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing viewnior ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing video-contact-sheet ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing vice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing velvet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing velox ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing vdpauinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vde2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vcsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ytfzf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing yq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing yggdrasil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing vcflib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vboot-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing varnish-modules ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing varnish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vapoursynth ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing valgrind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing valeronoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vala-language-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vala ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing vala ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing v4l-utils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing uxn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing uwufetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing uwsgi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing uuu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing utsushi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing utox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing xurls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing usbutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing usbredir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing usbmuxd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing usbguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing usb-modeswitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing uranium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing upower ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing unshield ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing unpaper ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing unixcw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing units ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing unionfs-fuse-static ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing unionfs-fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ungoogled-chromium-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ungoogled-chromium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing unclutter-xfixes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing unclutter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing unbound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing umockdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ultrastar-deluxe ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ulogd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ulfius ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing uim-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing uim-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing uim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing uhttpmock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing uget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ufoai ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ufo2map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing uefitool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing udisks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing udevil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ucommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ublock-origin-chromium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing twm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing twinkle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tvtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tuxpaint-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tuxpaint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tuxmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing turbovnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tup ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tumbler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tuba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ttfautohint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tsukundere ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing trust4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing trurl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing trinityrnaseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing trigger-rally ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tremc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing treefmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing tree-sitter-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing trealla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing trayer-srg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing transset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing transmission-remote-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing transmission ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing translate-shell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing transfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing transcode ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing transanno ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing tracy-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tracy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tracker-miners ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tracker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tpm2-tss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing toxic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing touchegg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing totem-pl-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing totem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing torbrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tor-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tophat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tootle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tomlplusplus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tome4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tomb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tokei ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing tofi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tmux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tmate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tlp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tllist ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tlf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tkrev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tklib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tissue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tiramisu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tipp10 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tintin++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tint2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tinc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing timidity++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing timewarrior ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing timescaledb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tilix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tiled ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tilda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tigervnc-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tigervnc-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing thunarx-python ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing thunar-volman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing thunar-vcs-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing thunar-shares-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing thunar-media-tags-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing thunar-archive-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing thunar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing threadweaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing threadweaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing thermald ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing the-butterfly-effect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing thc-ipv6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tgs2png ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tgs2png ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tgif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing textpieces ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing texmaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing texmacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing texlive-tiny ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
warning: request for x86_64-linux derivation for wine-staging produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine-minimal produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine-staging produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine-minimal produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine produced a derivation for system i686-linux
error: while processing wego ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing wally-cli ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
warning: SQLite database is busy
error: while processing texlive-scheme-tetex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
warning: SQLite database is busy
error: while processing texlive-scheme-small ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-scheme-minimal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-scheme-medium ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-scheme-gust ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-scheme-full ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-scheme-context ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-scheme-bookpub ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-scheme-basic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing vale ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing unparam ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing umoci ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing tz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing trezord ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing torbrowser ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing tmsu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing texlive-collection-xetex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-publishers ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-pstricks ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-plaingeneric ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-pictures ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-music ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-metapost ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-mathscience ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-luatex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-latexrecommended ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-latexextra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-latex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langspanish ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langportuguese ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langpolish ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langother ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langkorean ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langjapanese ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langitalian ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langgreek ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langgerman ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langfrench ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langeuropean ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langenglish ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langczechslovak ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langcyrillic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langcjk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langchinese ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-langarabic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-humanities ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-games ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-formatsextra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-fontutils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-fontsrecommended ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-fontsextra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-context ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-binextra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-bibtexextra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-collection-basic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing texlive-bin ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
debug: Finished fetching inferior package metadata, took 266 seconds
debug: Finished getting all inferior package data, took 281 seconds
debug: Starting getting patch-headers lint warnings
debug: Finished getting patch-headers lint warnings, took 3 seconds
debug: Starting getting derivations for (x86_64-linux . powerpc64-linux-gnu)
heap size: 455.0 MiB
error: while processing texlive-base ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
inferior heap: 92.0 MiB used (131.0 MiB heap)
error: while processing terraform-docs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing tengo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing tegola ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
warning: error when computing sysbench derivation for system x86_64-linux (powerpc64le-linux-gnu): (misc-error #f unsupported target ~S (powerpc64le-linux-gnu) #f)
error: while processing tarsplitter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing texlive ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tetzle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing testdisk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tesseract-ocr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tesseract-ocr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tesseract-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tessen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing termite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing terminology ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tepl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tensorflow-lite ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tensorflow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tennix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tenacity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing template-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing telepathy-salut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing telepathy-mission-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing telepathy-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing telepathy-idle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing telepathy-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing telepathy-gabble ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing telegram-purple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing telegram-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing telegram-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing teeworlds ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tectonic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing tealdeer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing tcpdump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing syncthing ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing tclx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tcl-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing taskwarrior ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tascam-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tap-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tao-synth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tao ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing talloc-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing talloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing taisei ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing tabixpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing tabbed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing t4k-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing system-settings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing system-config-printer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sysprof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sysprof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sysdig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing sysbench derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f unsupported target ~S (xtensa-ath9k-elf) #f)
error: while processing synthv1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing synthpod ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing synfigstudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing synfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing synergy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing syndication-domination ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing syndication ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sylpheed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sxmo-st ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sxiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sxhkd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing swww ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing swineherd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing swi-prolog derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f swi-prolog requires --system and --target to have the same word size () #f)
error: while processing swh-plugins-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sweeper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing swc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing swayr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing swaynotificationcenter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing swaylock-effects ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing swaylock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing swayidle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: request for x86_64-linux derivation for zsnes produced a derivation for system i686-linux
error: while processing swayhide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing swayfx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing swaybg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sway ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing swarp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing swappy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing swaks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing svkbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing svd2rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing sushi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing surge-synth ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing surfraw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing surf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing supertuxkart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing supertux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing superlu-dist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing supercollider ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sundials-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sundials-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sunclock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sumo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sugar-toolkit-gtk3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sugar-datastore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sugar-artwork ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sugar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing subversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing subunit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing subdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing stunnel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing stumpish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing strongswan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing stringtie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing stress-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing streamripper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing strawberry ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing straw-viewer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing stgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing stepmania ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing stellarium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing static-binaries-tarball ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position ~A (expecting ~A): ~S (1 struct #f) (#f))
error: while processing startup-notification ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing starman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing starlong ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing stargate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing starfighter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing star ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing star ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing stalonetray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing stalin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing stagit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing stackistry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing st ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sssd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sshfs-fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sshfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing srt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sratom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing srain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sra-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing squid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing squeak-vm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing squashfs-tools-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sqlitebrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sqlcipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sqitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spread-sheet-widget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spotifyd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing spoon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spng ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing splix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing splash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
warning: error when computing spirv-llvm-translator derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing spiped ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spindle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spike ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spice-vdagent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spice-protocol ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing spice-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sphinxbase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing speedcrunch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing speech-dispatcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spectrwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spectacle-analyzer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing spectacle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spatialite-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spatialite-gui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sparql-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing spacefm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing soundconverter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sound-juicer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sord ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sorcer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing soqt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sooperlooper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sonnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sonnet ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sonivox-eas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing solvespace ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sollya ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing solidity ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing solid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing solid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing solfege ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing solarus-quest-editor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing solarus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing soil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing softhsm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sofia-sip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing soci ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing socat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing soapyremote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing soapyaudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing snorenotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing snixembed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sniffglue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing snd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing snapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing snapcast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing snap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing snafu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing snac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing smproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing smplayer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing smithlab-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing smb4k ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing smartdns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slurp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing slurm-monitor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing slurm-drmaa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slstatus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slirp4netns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slimevolley ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slepc-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slepc-complex-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sleef ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing slade ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing skribilo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing skopeo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing skktools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing skim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing skia ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sjcount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing siril ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sirikali ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sipwitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sipp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sioyek ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing singularity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing singular ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing single-application-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing simplescreenrecorder ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing simple-scan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing simde ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing simavr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sigrok-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing signond-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing signond ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing signon-plugin-oauth2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing signing-party ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sieve-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing siege ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sideload ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing shroud ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing show-me-the-key ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing shotwell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing shotcut ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing shorah ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing shogun ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing shishi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing shiru-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sherlock-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing shared-mime-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sgt-puzzles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sfxr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sfml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sfizz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sextractor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing setzer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing setxkbmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing setroot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing setbfree ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing serd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sequoia-wot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing sequoia-sqv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing static-binaries-tarball ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/5am156l976s9qgwjgrjyxcqqfd39pdfk-mingw-w64-x86_64-12.0.0.drv => /gnu/store/bas3wk6wk1l81h3ccvw71rf821h1yvzz-mingw-w64-x86_64-12.0.0 7f8056f98af0> output: "static">)
error: while processing sequoia-sq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing sequoia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing sequeler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing seq24 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing segemehl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing seer-gdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing seek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing seed ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing secrets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing seatd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing seahorse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ssh-to-pgp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing ssh-to-age ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing sqls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing sdrangel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sdr++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdlpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdl2-ttf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sdl2-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdl2-mixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdl2-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdl2-gfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdl-ttf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sdl-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdl-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdl-mixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdl-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdl-gfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sddm-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sddm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdcv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sdbus-c++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scummvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scummc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scrot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scrollkeeper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scribus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing screentest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing screengrab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing screenfetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing screen-message ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scorep-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scintilla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scilab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing schroedinger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing schismtracker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing schiffbruch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing scantailor-advanced ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scanmem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scanbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scamp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scallop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing scalapack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sc-im ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sbsigntools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sawfish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing savvy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing savane ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing satdump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sane-backends ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sane-airscan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sandbar ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing samplv1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing sameboy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing samba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing salmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sakura ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing sailfish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing saga ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing soju ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing s7 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing s2tc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rygel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rxvt-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rust-zvariant-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zvariant-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zvariant-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zvariant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zvariant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zune-inflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zstd-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zstd-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zstd-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zstd-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zstd-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zstd-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zoneinfo-compiled ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zeroize-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zeroize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zerocopy-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zerocopy-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zerocopy-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zerocopy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zerocopy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zerocopy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zbus-polkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zbus-names ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zbus-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zbus-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-zbase32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-z85 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-z-base-32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-yeslogic-fontconfig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-yeslogic-fontconfig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-yeslogic-fontconfig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-yasna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-yasna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-yansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-yansi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-yansi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-yaml-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-yaml-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-y4m ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-y4m ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xz2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xxhash-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xxhash-c-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xremap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xmltree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xmltree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xmlparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xml5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xml5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xkeysym ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xkbcommon-dl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xkbcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xkbcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xi-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xflags-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xdg-home ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xdg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xcursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-xattr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x86 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x86 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x509-signature ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x509-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x509-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x509-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x509-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x509-cert ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x25519-dalek-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11rb-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11rb-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11rb-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11rb-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11-dl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-x11 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wyz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wyz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wyz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wyhash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wycheproof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ws2-32-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wmi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wl-clipboard-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wl-clipboard-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wl-clipboard-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wiremock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winutil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winresource ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winnow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winnow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winnow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winit-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-win ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-tokens ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-tokens ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-targets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-targets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-targets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-gen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-aarch64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-aarch64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows-aarch64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wincolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wincolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winapi-x86-64-pc-windows-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winapi-wsapoll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winapi-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winapi-i686-pc-windows-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winapi-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-win-crypto-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wildmatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wild ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-widestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-widestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-widestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-whoami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-whoami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wezterm-input-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wezterm-dynamic-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wezterm-dynamic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wezterm-dynamic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wezterm-color-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wezterm-color-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wezterm-blob-leases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wezterm-bidi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wepoll-sys-stjepang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-weezl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wee-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webview-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webkit2gtk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webbrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-webbrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-web-view ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-web-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-web-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-web-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayrs-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayrs-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayrs-proto-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayrs-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-protocols-wlr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-protocols-wlr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-protocols-plasma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-egl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-egl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-csd-frame ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wayland-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-watchexec-signals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-watchexec-filterer-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-watchexec-filterer-globset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-watchexec-events ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-watchexec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-watchexec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasmparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasmparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-streams ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-streams ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-streams ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-encoder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen-test-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen-test-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen-test-crate-b ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen-test-crate-a ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen-macro-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasm-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wasi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-warp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-warp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-want ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-want ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-walkdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-walkdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-waker-fn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-wait-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vtparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vte-generate-state-changes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vt100 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vswhom-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vswhom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vsock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vsock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-void ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vlq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-version-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-version-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-version-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-version-compare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-version-compare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-version-check ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-version-check ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vergen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vergen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vec1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vec-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-vcpkg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-varbincode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-value-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-value-bag-sval2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-value-bag-serde1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-value-bag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-valuable-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-valuable-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-valuable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-v-htmlescape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-v-frame ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uzers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uutils-term-grid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uutils-term-grid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uuid-macro-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uuhelp-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uucore-procs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uucore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uu-whoami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uu-mv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uu-mktemp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uu-mkdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uu-cp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-utf8parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-utf8parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-utf8-width ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-utf8-ranges ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-utf8-ranges ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-utf-8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-users ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-user32-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-urlencoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-urlencoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ureq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-untrusted ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-untrusted ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-untrusted ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unsize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unsafe-unwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unsafe-libyaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unsafe-any ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unreachable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unreachable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unix-socket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-universal-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-universal-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-universal-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uniquote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unindent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unindent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unidecode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-xid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-xid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-xid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-width ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-truncate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-segmentation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-reverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-normalization ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-linebreak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-ident ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-categories ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-bom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicode-bidi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unicase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unic-ucd-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unic-ucd-segment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unic-ucd-normal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unic-ucd-hangul ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unic-ucd-category ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unic-segment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unic-normal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unic-emoji-char ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unic-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unic-char-range ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unic-char-property ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ungrammar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unescape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unchecked-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uncased ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-unarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-umask ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-umask ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uluru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ui-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ufmt-write ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ufmt-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ufmt-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ufmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ufmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uds-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-uds-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ucd-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ucd-trie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ucd-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ubyte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tzdb-data ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tzdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tz-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typewit-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typewit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typetag-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typetag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typenum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typemap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typed-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typed-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typed-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typed-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typed-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typed-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typed-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typed-arena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typed-arena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-typeable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-twox-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-twoway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-twoway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-twofish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tun-tap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tuikit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tuikit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tuikit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tui-textarea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tui-react ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tui-react ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tstr-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trycmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trycmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trycmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trybuild2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trybuild ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-try-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trust-dns-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-triple-accel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-triple-accel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-triomphe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-treeline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tree-magic-mini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tree-magic-db ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tree-magic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-traitobject ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracy-client-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracy-client-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracy-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracy-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trackable-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-trackable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing-tracy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing-subscriber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing-subscriber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing-chrome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tracing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tower-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tower-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tower-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tower-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tower-layer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tower-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tower-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tower ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-totp-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-totp-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-topology-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tonic-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tonic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tonic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tonic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-test-harness ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-test-data ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-datetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml-datetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-vsock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-uring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-uds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-udp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-tcp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-socks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-socks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-signal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-reactor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-process ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-postgres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-mockstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-mock-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-metrics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-io-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-io-pool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-current-thread ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tobj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tobj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-to-shmem-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-to-shmem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tls-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tls-codec-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tls-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-titlecase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-titlecase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tinyvec-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tinyvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tinytemplate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tinyfiledialogs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiny-xlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiny-skia-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiny-skia-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiny-skia-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiny-skia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiny-skia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiny-skia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiny-keccak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiny-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiny-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiny-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-timerfd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-timebomb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-timeago ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-time-macros-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-time-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-time-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-time-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tikv-jemallocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tikv-jemalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tikv-jemalloc-ctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thrift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thrift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thread-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thread-priority ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thread-local ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thread-local ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thread-local ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thread-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thread-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thread-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thousands ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thiserror-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thiserror-core-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thiserror-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thiserror ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thin-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-thin-slice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-textwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-textwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-textwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-textwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-textnonce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-text-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-text-block-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-testing-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tester ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tester ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tester ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-test-with ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-test-strategy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-test-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-test-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-test-cert-gen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-test-case-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-test-case-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-test-case-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-test-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-test-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-test-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-test-assembler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termwiz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termwiz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termtree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termios ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-terminfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-terminfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-terminal-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-terminal-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-terminal-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termimad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termimad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termcolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termcolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termbox-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-termbg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-term-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-term-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tendril ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-temptree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-temporary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tempfile-fast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tempdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-temp-testdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-temp-env ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-temp-env ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-xetex-layout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-xdv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-status-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-pdf-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-io-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-io-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-geturl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-errors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-engine-xetex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-engine-xdvipdfmx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-engine-spx2html ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-engine-spx2html ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-engine-bibtex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-docmodel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-dep-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-cfg-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-bundles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-bridge-icu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-bridge-harfbuzz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-bridge-graphite2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-bridge-freetype2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-bridge-flate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-bridge-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tectonic-bridge-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-target-lexicon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-target-lexicon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-target-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-target ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tardar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-takeable-option ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-takeable-option ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-take-mut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tabwriter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tabled-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-tabled ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-system-deps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-system-deps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing skopeo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing rust-system-deps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-system-configuration-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-system-configuration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sysinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sysinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sysinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sysctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sysctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sysctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syscallz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syscallz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sys-locale ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sys-locale ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sys-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syntex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syntex-pos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syntex-errors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syntect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syntect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-synstructure-test-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-synstructure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-synom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-synchronoise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sync-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syn-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syn-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symphonia-utils-xiph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symphonia-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symphonia-format-wav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symphonia-format-ogg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symphonia-format-isomp4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symphonia-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symphonia-codec-vorbis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symphonia-codec-pcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symphonia-codec-aac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symphonia-bundle-mp3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symphonia-bundle-flac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symphonia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symbolic-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symbolic-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symbolic-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-symbolic-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sxd-xpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sxd-document ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-swc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-swayipc-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-swayipc-command-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-swayipc-async ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-swayipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-swayipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-svgtypes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-svd-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sval-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sval-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sval-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sval-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sval-fmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sval-flatten ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sval-dynamic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sval-derive-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sval-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sval-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-surf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-supports-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-supports-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-supports-hyperlinks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-supports-hyperlinks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-supports-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-supports-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-supports-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-superluminal-perf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-superluminal-perf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-supercow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-subtle-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-subtle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-subtle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-subprocess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-subplotlib-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-subplotlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-subplot-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-subplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-structopt-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-structopt-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-structopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-structopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-structmeta-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-structmeta-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-structmeta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-structmeta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-struct-patch-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-struct-patch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strong-xml-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strong-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strobe-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strobe-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strip-ansi-escapes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strip-ansi-escapes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stringprep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-string-cache-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-string-cache-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-string-cache-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-string-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-string-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strict-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-strength-reduce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-streebog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-streebog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-streaming-stats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-streaming-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-streaming-decompression ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stream-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stream-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stream-assert ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-str-stack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-str-indices ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-str-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stfu8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stdweb-internal-test-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stdweb-internal-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stdweb-internal-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stdweb-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stdweb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stdweb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stderrlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stderrlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-std-prelude ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stb-truetype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stats-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-statrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-statrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-statrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-statistical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-static-map-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-static-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-standback ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stacker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stable-pattern ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stable-deref-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-stability ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-st-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlparser-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlparser-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlite3-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlite3-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlite3-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlite3-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sptr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spsc-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sprs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sprs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spmc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spirv-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spirv-std-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spirv-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spinning-top ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spin-sleep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spin-on ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-spin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-speedy-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-speedy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-speedate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-speculate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-special ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sourcemap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-soup-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-softbuffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-socks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-socketpair ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-socket2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-socket2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-socket2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snappy-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snapbox-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snapbox-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snapbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snapbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snapbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snafu-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snafu-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snafu-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snafu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-snafu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smol-str ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smol-str ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smithay-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smithay-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smawk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smartstring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smartstring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smart-default ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smart-default ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smallvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smallvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-smallbitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sm3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sluice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-slugify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-slug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-slotmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sloggers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-slog-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-slog-stdlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-slog-scope ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-slog-kvfilter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-slog-async ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-slog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-slice-deque ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-slice-deque ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sleef-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-slab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-skim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-skim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-skim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-skeptic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sized-chunks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-siphasher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-siphasher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simplerand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simplelog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simple-mutex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simple-logging ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simple-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simple-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simple-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simple-asn1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-similar-asserts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-similar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-similar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simdutf8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simd-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simd-helpers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simd-adler32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-signature-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-signature-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-signature ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-signature ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-signal-hook-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-signal-hook-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-signal-hook-mio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-signal-hook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-signal-hook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-shlex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-shlex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-shellexpand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-shellexpand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-shell-words ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-shell-words ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-shell-escape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-shared-library ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-shared-child ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sharded-slab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-shannon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-shadow-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-shadow-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha256 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha2-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha2-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing senpai ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing sendgmail ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing rust-sha2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha1collisiondetection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha1collisiondetection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha1-smol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha1-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha1-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sha-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-servo-fontconfig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-servo-fontconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-servo-arc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-servo-arc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serdect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serdect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serdeconv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-yaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-yaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-with-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-with-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-with ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-with ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-wasm-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-value ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-urlencoded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-urlencoded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-untagged ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-transcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-stacker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-spanned ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-repr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-qs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-qs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-path-to-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-json-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-json-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-ini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-indextree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-ignored ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-html-form ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-hjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-fmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-derive-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-derive-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-derive-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-codegen-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-cbor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde-aux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sequoia-wot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sequoia-rfc2822 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sequoia-policy-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sequoia-openpgp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sequoia-openpgp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sequoia-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sequoia-keystore-softkeys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sequoia-keystore-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sequoia-keystore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sequoia-ipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sequoia-cert-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sequoia-autocrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-seq-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-seq-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sensors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-send-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-send-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-send-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-semver-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-semver-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-semver-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-semver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-semver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-semver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-semver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-selinux-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-selinux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-self-cell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-selectors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-selectors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-selectors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-security-framework-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-security-framework-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-security-framework-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-security-framework-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing scc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing rust-security-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-security-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-security-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-security-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-section-testing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-secret-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-secp256k1-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-secp256k1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-seccomp-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sec1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sec1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-seahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-seahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sdl2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sd-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sd-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sctk-adwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sctk-adwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sctk-adwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scroll-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scroll-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scroll-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scroll-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scratch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scraper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scopetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scopeguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scopeguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scoped-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scoped-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scoped-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-schemars-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-schemars-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-schemars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-schemars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scheduled-thread-pool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-schannel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scan-fmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scale-info-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scale-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-scad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sanakirja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sample-test-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sample-test-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sample-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sample-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sample-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sample-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sample-arrow2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-sample-arrow2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-same-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-same-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-salvo-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-salvo-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-salvo-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-salvo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-salsa20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-salsa20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-salsa20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-salsa-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-salsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-safemem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-safe-arch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-safe-arch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-safe-arch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-s3handler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ryu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ruzstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ruzstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustyline-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustyline-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustyline-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustyline-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rusty-fork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rusty-fork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustup-toolchain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rusttype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rusttype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rusttype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls-pki-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls-pemfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls-pemfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls-pemfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls-native-certs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls-native-certs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls-native-certs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls-native-certs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustix-openpty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rusticata-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustdoc-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustdoc-stripper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustdoc-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-std-workspace-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-std-workspace-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-std-workspace-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-serialize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-rayon-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-rayon-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-demangle-capi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rustc-ap-rustc-lexer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
warning: request for x86_64-linux derivation for wine-staging produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine-minimal produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine produced a derivation for system i686-linux
error: while processing rust-rustbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-ini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-ini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-ini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-hawktracer-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-hawktracer-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-hawktracer-normal-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-hawktracer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-embed-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-embed-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-embed-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-embed-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-embed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-embed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-decimal-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-decimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-base58 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-argon2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rust-argon2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rusqlite-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rusqlite-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rusqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rusqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rusqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rusqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-runtime-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-runtime-raw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-runtime-native ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-runtime-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-run-script ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rtoolbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rtnetlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rt-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest-reuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest-reuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest-reuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rstar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rspotify-model ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rspotify-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rspotify-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rspotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rpds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rpassword ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rpassword ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rpassword ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-roxmltree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-roxmltree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rowan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ropey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-romio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-roff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rodio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rocket-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rocket-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rocket-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rocket-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rocket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rocket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-roadmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rmpv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rmp-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rmp-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rmp-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rlp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rle-decode-fast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rkyv-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rkyv-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rkyv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rkyv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ripemd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ringbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ring-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rhai-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rhai ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rgb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rfc7239 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rfc6979 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rfc6979 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rfc2047-decoder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-retain-mut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-result ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-resolv-conf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-resolv-conf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-resize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-resize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-reqwest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-reqwest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-reqwest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-repr-offset-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-repr-offset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-reopen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-reopen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rental-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rental ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-remove-dir-all ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-remove-dir-all ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-relative-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-region ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-region ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex-automata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex-automata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex-automata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-refpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-reference-counted-singleton ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ref-thread-local ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ref-cast-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ref-cast-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ref-cast-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ref-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ref-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-reedline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-reduce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-redox-users ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-redox-users ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-redox-termios ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-recycler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-readlock-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-readlock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-readkey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rdrand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rctree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rctree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rclite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rayon-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rawslice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rawpointer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rawpointer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rawkey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-raw-window-metal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-raw-window-handle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-raw-window-handle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-raw-window-handle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-raw-window-handle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-raw-cpuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-raw-cpuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ravif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ravif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ravif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ratatui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ratatui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ratatui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ratatui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-randomize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-random-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-random-fast-rng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-random ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-xoshiro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-xoshiro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-xoshiro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-xorshift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-xorshift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-xorshift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-pcg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-pcg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-pcg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-os ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-os ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-mt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-jitter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-isaac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-isaac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-isaac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-hc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-hc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-hc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-distr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-distr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-distr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-chacha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-chacha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand-chacha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-radix-trie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-radix-fmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-radium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-radium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-radium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-r2d2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quoted-printable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quinn-udp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quinn-udp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quinn-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quinn-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quickersort ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quickcheck-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quickcheck-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quickcheck-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quick-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quick-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quantiles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-quad-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-qoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-python3-dll-a ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-python-pkginfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-python-pkginfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyproject-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyproject-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pwd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pure-rust-locales ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pure-rust-locales ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pulse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pulldown-cmark-to-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pulldown-cmark-to-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-puffin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-publicsuffix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-publicsuffix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-public-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-public-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ptyprocess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ptree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ptr-meta-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ptr-meta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-psm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-psl-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-psl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-protobuf-codegen-pure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-protobuf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-protobuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prost-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prost-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prost-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prost-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prost-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prost-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prost-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prost-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proptest-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proptest-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proptest-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proptest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proptest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proptest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proptest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-propfuzz-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-propfuzz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-project-origins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-progressing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-progress ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-profiling-procmacros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-profiling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prodash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prodash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prodash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-procinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-procfs-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-procfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-quote-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-mounts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro2-diagnostics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro2-diagnostics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro-nested ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro-hack-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro-hack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro-hack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro-error-attr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-proc-macro-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-priority-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-print-positions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-print-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-print-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-print-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-print-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-primeorder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prettytable-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prettyplease ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-prettyplease ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pretty-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pretty-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pretty-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pretty-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pretty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pretty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-predicates-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-predicates-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-predicates-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-predicates-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-predicates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-predicates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-predicates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-predicates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-precomputed-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pq-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ppv-lite86 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pprof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pprof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-powerfmt-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-powerfmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-postgres-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-postgres-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-postgres-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-postgres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-postcard-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-postcard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-portaudio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-portaudio-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-portable-atomic-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-portable-atomic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pori ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polyval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polyval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polyval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polyval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pollster-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pollster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-sql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-row ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-plan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-pipe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-parquet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-ops ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-lazy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-lazy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-compute ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-arrow-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-polars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-poem-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-poem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pocket-resources ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pnet-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pnet-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pnet-datalink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pnet-datalink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pnet-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pnet-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pmutil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-plotters-svg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-plotters-bitmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-plotters-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-plotters ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-plist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pledge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-platforms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-platform-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-planus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-plain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pktparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkg-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkcs8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkcs8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkcs8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkcs8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkcs7 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkcs5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkcs5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkcs5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkcs5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkcs1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkcs1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pkcs1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pistoncore-window ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pistoncore-input ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pistoncore-event-loop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-piston-viewport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-piston-texture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-piston-shaders-graphics2d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-piston-graphics-api-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-piston-gfx-texture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-piston-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-piper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-piper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pipe-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pinot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ping ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pin-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pin-project-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pin-project-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pin-project-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pin-project-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pin-project ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pin-project ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pikchr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pico-args ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-petgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-petgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-petgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pest-meta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pest-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pest-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-permutohedron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-perf-event-open-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-perf-event ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-peresil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-percent-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-percent-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pep508-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pep440-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pem-rfc7468 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pem-rfc7468 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pem-rfc7468 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pem-rfc7468 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-peg-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-peg-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-peg-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-peg-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-peg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-peg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-peg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-peeking-take-while ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pear-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pear-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pear ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pear ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pdqselect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pdcurses-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pcre2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pcre2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pciid-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pcap-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pcap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pcap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pbr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-paw-structopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-paw-raw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-paw-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-paw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pathfinder-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pathfinder-geometry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pathdiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-path-slash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-path-clean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-path-clean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-path-abs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-paste-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-paste-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-paste ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-paste ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-password-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-password-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-password-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-password-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pasetors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-partition-identity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-partial-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-partial-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-partial-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parse-zoneinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parse-display-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parse-display ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parquet2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parquet2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parquet-format-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parquet-format-async-temp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parquet-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parity-wasm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parity-scale-codec-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parity-scale-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-paris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parasailors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-parasail-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-papergrid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pangocairo-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pangocairo-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pangocairo-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pangocairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pangocairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pangocairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pandoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pancurses ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pam-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-palette-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-palette-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-palette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-palette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-page-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-page-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-pad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-packed-struct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-packed-simd-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-packed-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-p384 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-p256 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-owo-colors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-owo-colors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-owning-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-owning-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-owned-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-owned-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-overload ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-output-vt100 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ouroboros-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ouroboros-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ouroboros-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ouroboros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ouroboros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ouroboros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-osmesa-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-os-str-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-os-str-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-os-str-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-os-release ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-os-pipe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-os-pipe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-os-pipe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-os-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-os-display ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-orion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-orgize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ordermap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ordered-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ordered-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ordered-multimap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ordered-multimap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ordered-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ordered-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ordered-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ordered-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ord-subset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-orc-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-orbclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-option-set ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-option-set ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-option-operations ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-option-ext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-optick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-opml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-opentelemetry-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-opentelemetry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-openssl-sys-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-openssl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-openssl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-openssl-probe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-openssl-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-openpgp-cert-d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-openpgp-cert-d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-opener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-opener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-opaque-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-opaque-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-oorandom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-onig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-onig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-once-cell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-omnipath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-oid-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-oid-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-oid-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-oid-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ogg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-odds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-odds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-odbc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-odbc-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-oboe-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-oboe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-object-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-objc2-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-objc2-encode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-objc2-encode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-objc2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-objc2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-objc-test-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-objc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-objc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-objc-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-objc-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-objc-exception ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-objc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-obj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-obj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-obfstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-oauth2-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-numtoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-numtoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-number-prefix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-number-prefix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-threads ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-rational ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-rational ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-rational ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-rational ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-iter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-integer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-format-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-enum-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-enum-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-enum-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-enum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-enum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-enum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-cpus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-conv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-complex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-complex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-complex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-complex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-bigint-dig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-bigint-dig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-test-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-term-grid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-system ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-pretty-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-lsp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-explore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-command ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-color-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-cmd-lang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-cmd-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-cmd-dataframe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-cmd-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nu-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntex-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntest-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntest-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntest-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntest-test-cases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntest-test-cases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntest-test-cases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntest-proc-macro-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntest-proc-macro-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ntapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-now ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-notmuch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-notmuch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-notify-debouncer-mini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-notify-debouncer-full ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-normpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-normpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-normpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-normalize-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-normalize-line-endings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-normalize-line-endings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-noop-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nonempty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nom8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nom-derive-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nom-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nodrop-union ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nodrop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-no-std-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-no-std-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-no-std-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-no-panic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-no-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nl80211 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nitrokey-test-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nitrokey-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nitrokey-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nitrokey-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nitrokey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nispor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nickel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nibble-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nftables ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-newtype-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-newsblur-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-news-flash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-new-debug-unreachable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nettle-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nettle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nettle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-netmap-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-netlink-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-netlink-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-netlink-packet-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-netlink-packet-route ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-netlink-packet-route ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-netlink-packet-generic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-netlink-packet-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-netlink-packet-audit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-net2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-neso ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-neli-wifi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-neli-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-neli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-neli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-neli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-needletail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk-context ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ndarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ncurses ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nb-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-natord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nasm-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-napi-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-napi-derive-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-napi-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-napi-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-napi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nanorand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nanorand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nanorand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nalgebra-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nalgebra-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mysqlclient-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mustache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-multiversion-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-multiversion-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-multiversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-multiversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-multipart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-multipart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-multimap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-multer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-multer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-muldiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-msvc-demangler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mptcp-pm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mp4parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mp4parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mp4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mozim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-more-asserts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-more-asserts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-modifier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mockito ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mockall-double ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mockall-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mockall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mock-instant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mock-instant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mirai-annotations ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mio-uds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mio-named-pipes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mio-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mio-anonymous-pipes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mio-aio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mio-aio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-minus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-minisign ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-minimp3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-minimp3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-minimal-lexical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-minimad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-minimad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-minijinja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-minijinja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miniflux-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mime-guess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mime-guess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mimalloc-rust-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mimalloc-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mimalloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-migrations-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-migrations-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miette-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miette-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-miette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-meval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-metrohash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-metrics-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-metrics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-metal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-merlin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-merlin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-merge-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-merge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memsec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memsec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memory-units ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memo-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memmem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memchr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memchr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-memchr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-md5-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-md5-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-md5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-md5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-md5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-md-5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-md-5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-md-5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-maybe-uninit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-maybe-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-maybe-async ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-matrixmultiply ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-matrixmultiply ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-matrixmultiply ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-matrixcompare-mock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-matrixcompare-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-matrixcompare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-matrixcompare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-matchit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-matches ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-matchers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-matchers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-match-cfg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mas-jose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mas-iana ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-markup5ever-rcdom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-markup5ever-rcdom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-markup-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-markup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-maplit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-malloc-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-malloc-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mailparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mailparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-maildir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-maildir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-magma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-magic-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-magic-crypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-macrotest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mach2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mach-o-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mach ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mach ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-macaddr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mac-address ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-m-lexer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lzzzz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lzw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lzma-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lz4-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lz4-flex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lz4-flex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lz4-compress ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lz4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lyon-svg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lyon-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lyon-geom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lyon-geom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lsp-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lscolors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lscolors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lscolors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lru-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lopdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lopdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lopdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-loop9 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-logos-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-logos-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-logos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lock-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lock-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lock-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lock-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-locale-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-locale ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-local-waker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-local-ip-address ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-local-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-llvm-bitcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-litrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-litrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-listenfd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-linux-raw-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-linux-raw-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-linux-raw-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-linux-raw-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-linux-keyutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-linkify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-linked-hash-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-linked-hash-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-linked-hash-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-link-cplusplus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-linecount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-linear-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-line-wrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-line-drawing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-line-col ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lifeguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libz-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libz-ng-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libwebp-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libtest-mimic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libtest-mimic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libtest-mimic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libtest-mimic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libssh2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libssh2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libsensors-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-librespot-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-librespot-playback ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-librespot-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-librespot-discovery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-librespot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-librespot-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-librespot-audio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libredox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libredox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libradicl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libpulse-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libpulse-simple-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libpulse-simple-binding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libpulse-binding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libproc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libpijul ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libnghttp2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libmimalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libmdns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libmdns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libmacchina ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libloading ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libloading ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libloading ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libloading ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libfuzzer-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libfuzzer-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libflate-lz77 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libflate-lz77 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libdeflater ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libdeflater ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libdeflate-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libdeflate-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libdeflate-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libdbus-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libdav1d-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libc-print ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libadwaita-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-libadwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lexopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lexiclean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lexical-write-integer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lexical-write-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lexical-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lexical-parse-integer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lexical-parse-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lexical-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lexical-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lexical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lexical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lewton ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-levenshtein ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lettre-email ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lettre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lebe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-leb128 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lddtree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lazycell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lazy-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lazy-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lazy-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lazy-regex-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lazy-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lazy-bytes-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lapack-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lapack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-language-tags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-language-tags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lalrpop-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lalrpop-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lalrpop-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lalrpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lalrpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lalrpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-lab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-kv-log-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-kuznyechik ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-kuchiki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-kstring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-kqueue-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-kqueue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-konst-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-konst-macro-rules ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-konst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-koibumi-base32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-khronos-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-keyring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-keyframe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-kernel32-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-keccak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-k9 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-k9 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-k256 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-juniper-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-juniper-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-juniper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-juniper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-juliex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jsonwebtoken ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jsonrpc-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jsonpath-lib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-json5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-json-deserializer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-js-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jpeg-decoder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jpeg-decoder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-joinery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jobserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jni-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jni-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jiter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jiter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jetscii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jetscii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jemallocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jemallocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jemallocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jemalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jemalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jemalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jemalloc-ctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-javascriptcore-rs-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-java-locator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jack-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jack-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-jack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ivf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-itoap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-itoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-itoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-itoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-itertools-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-isolang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-iso8601 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-iso8601 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-iso8601 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-isahc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-isahc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-is-wsl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-is-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-is-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-is-executable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-is-docker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-is-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-is-ci ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-iron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-iri-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-iptables ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ipnetwork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ipnetwork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ipnetwork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ipnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ipconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ipconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-iovec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ioslice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-io-uring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-io-lifetimes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-io-lifetimes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-io-lifetimes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-io-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-io-close ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inventory-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inventory ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inventory ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inventory ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-invalidstring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-interpolate-name ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-integer-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-integer-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-instant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-insta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-insta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-insta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-insta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-input-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-input-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inotify-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inline-c-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inline-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inlinable-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inflector ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inflections ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-inferno ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-infer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indoc-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indicatif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indicatif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indicatif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indextree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indexmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indexmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indexmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indexmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-indenter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-include-flate-codegen-exports ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-include-flate-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-include-flate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-include-flate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-include-dir-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-include-dir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-impls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-impl-trait-for-tuples ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-impl-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-impl-rlp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-impl-more ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-impl-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-imgref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-imbl-sized-chunks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-imbl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-imara-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-imageproc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-im-rc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ignore-files ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-if-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-if-addrs-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-if-addrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-if-addrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ieee754 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ident-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-idea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-icrate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-iana-time-zone-haiku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-iana-time-zone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-iai-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-iai ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyprland-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyprland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyphenation-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyphenation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-sync-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-proxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-humantime-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-humantime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-humantime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-humansize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-humansize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-human-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-human-date-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-httpdate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-httparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http-range-header ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http-range-header ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http-body-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http-body ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http-body ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http-body ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http-body ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http-auth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hts-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-htmlescape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-html-escape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-home ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hmac-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hickory-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hickory-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hickory-recursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hickory-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hickory-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hexf-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hexf-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hex-literal-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hex-literal-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hex-literal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hex-literal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hex-literal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hex-literal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hermit-abi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hermit-abi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hermit-abi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-heck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-heck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-heck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-heapsize-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-heapsize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-heapsize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-heapless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-heapless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-heapless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-heapless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-headers-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-headers-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-headers-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hdrhistogram ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hashlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hashlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hashlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hashbag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hash32-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hash32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hash32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hash32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hash-hasher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-handlebars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-handlebars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-hamcrest2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-halfbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-half ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-half ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-h3-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-h3-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-h3-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-h3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-h3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-h3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-h2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-h2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-h2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-h2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gzip-header ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gzip-header ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gumdrop-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gumdrop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gtk4-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gtk4-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gtk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gtk3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gtk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gtk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gtk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gtk-rs-lgpl-docs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gstreamer-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gstreamer-base-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gstreamer-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gstreamer-audio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gstreamer-audio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gstreamer-app-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gstreamer-app ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gstreamer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gsk4-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gsk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-groupable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-group ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-group ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-griddle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-grep-searcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-grep-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-grep-printer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-grep-printer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-grep-pcre2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-grep-matcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-grep-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-grep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-grep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-greetd-ipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-greetd-ipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-graphql-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-graphene-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-graphene-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gpu-alloc-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gpu-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-goblin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-goblin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-goblin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gmp-mpfr-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin-wgl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin-wgl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin-wgl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin-glx-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin-glx-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin-glx-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin-gles2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin-emscripten-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin-egl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin-egl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin-egl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin-egl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gloo-timers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gloo-timers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-globwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-globset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gleam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gl-loader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gl-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gl-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gl-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-validate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-validate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-trace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-submodule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-submodule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-submodule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-submodule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-sec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-sec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-prompt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-prompt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-prompt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-pathspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-pathspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-pathspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-packetline-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-packetline-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-packetline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-packetline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-mailmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-mailmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-mailmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-mailmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-hashtable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-hashtable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-hashtable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-date ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-date ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-config-value ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-config-value ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-commitgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-commitgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-commitgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-commitgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-command ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-command ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-chunk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-bitmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-archive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-archive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-archive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-archive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-actor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-actor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-actor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix-actor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git2-hooks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git2-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git2-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git2-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git-version-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git-testament-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git-testament-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-git-testament ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gir-format-check ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gimli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gimli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gimli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ghost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ghash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ghash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ghash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ghash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gh-emoji ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gg-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gfx-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gfa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gettext-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gettext-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-getset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-getset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-getrandom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-getrandom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-getopts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gethostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gethostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gethostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-geo-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-geo-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-genmesh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-genetlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-generic-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-generic-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-generic-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-generic-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-generational-arena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gemini-fetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk4-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gdi32-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gcc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gat-std-proc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gat-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-galil-seiferas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-gag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fxhash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fuzzy-matcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-util-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-sink-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-sink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-select-macro-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-micro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-join-macro-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-io-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-intrusive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-executor-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-enum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-cpupool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-core-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-channel-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-futf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-funty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-funty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-funty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fuchsia-zircon-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fuchsia-zircon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fuchsia-cprng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fslock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fsio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fsevent-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fsevent-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fsevent-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fsevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fsevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fs-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fs-set-times ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fs-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fs-err ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fs-at ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-from-variants-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-from-variants ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-freetype-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-freetype-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-freetype-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-freetype-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-freetype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fragile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fragile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-form-urlencoded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-foreign-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-foreign-types-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-foreign-types-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-foreign-types-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-foreign-types-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-foreign-types-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-foreign-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-foreign-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-force-send-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-font8x8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-font-kit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-font-kit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fnv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-flume ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-flume ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fluid-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fluid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-float-ord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-float-ord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-float-eq-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-float-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-flate2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-flatbuffers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-flatbuffers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-flamer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-flame ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-flaky-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-flagset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fixedbitset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fixedbitset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fixedbitset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fixed-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fixed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-finl-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-findshlibs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-find-cuda-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-find-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-filetreelist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-filetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-filetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-filesize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-filedescriptor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-file-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-file-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-figment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-field-offset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fiat-crypto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fiat-crypto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ff-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ff-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fever-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fetch-unroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fern ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-femme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-femme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fehler-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fehler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-feedly-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-feedbin-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-feed-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-feature-probe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fdlimit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fdeflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fd-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fd-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fd-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fat-macho ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fastrand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fastrand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fastq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-faster-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-faster-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fast-srgb8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fast-image-resize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fast-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fast-chemail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fancy-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fancy-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fancy-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fallible-streaming-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fallible-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fallible-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fallible-collections ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fakeit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-fake-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-failure-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-failure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-faccess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-eyre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-eyeball-im-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-eyeball-im ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-eyeball ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-exr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-expectrl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-expectest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-expect-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-expat-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-exitfailure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-exitcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-exhaustigen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-executors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-executable-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-exacl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-event-listener-strategy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-event-listener-strategy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-event-listener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-event-listener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-event-listener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-evdev-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-evdev-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-evdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-evdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-eui48 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-eui48 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-eui48 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-euclid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ethtool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ethnum-intrinsics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ethnum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-etherparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-etherparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-etcetera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-escargot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-escargot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-escaper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-escape8259 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-error-code ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-error-code ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-error-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-error-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-error-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-errno-dragonfly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-errno ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-errno ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-erased-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-erased-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-equivalent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-envy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-environment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-env-proxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-env-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enumset-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enumset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enumflags2-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enumflags2-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enumflags2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enumflags2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enumber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-to-u8-slice-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-primitive-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-primitive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-map-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-iterator-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-dispatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-as-inner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-as-inner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-as-inner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enum-as-inner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-entities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enterpolation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-enquote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-endian-type ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-encoding-rs-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-encoding-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-encoding-index-tradchinese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-encoding-index-tests ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-encoding-index-singlebyte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-encoding-index-simpchinese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-encoding-index-korean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-encoding-index-japanese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-encode-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-empfindung ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-emojis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-eml-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-embedded-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-embedded-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-embed-resource ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-embed-resource ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-email ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-emacs-org-link-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-emacs-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-emacs-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-emacs-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-emacs-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-emacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-emacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-elliptic-curve ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-elliptic-curve ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-elf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-elain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-either ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ego-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-editdistancek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-edit-distance ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ed25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ed25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ed25519-compact ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ed25519 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ed25519 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ecies-ed25519 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ecdsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ecdsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ecb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-eax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-easycurses ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-easy-parallel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-easy-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-easy-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dyn-clone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dwrote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dunce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-duct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dtparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dtparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dtoa-short ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dtoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-drm-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-drm-fourcc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-drm-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-drm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-draw-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-downcast-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-downcast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dotenvy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dotenv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dotenv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dotenv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dot-writer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dogged ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-document-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-docopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-docopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-docopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-docmatic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-doc-comment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dns-sd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dns-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dns-lookup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dlv-list ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dlv-list ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-divan-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-divan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dissimilar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-displaydoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dispatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dispatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-discard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dirs-sys-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dirs-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dirs-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dirs-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dirs-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-directories-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-directories ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-directories ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-directories ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dircpy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-digest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-digest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-digest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-digest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-diffs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-difflib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-difference ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-difference ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-diesel-table-macro-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-diesel-migrations ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-diesel-derives ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-diesel-derives ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-diesel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-diesel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dialoguer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dialoguer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dhcproto-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dhcproto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dhcp4r ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-devise-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-devise-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-devise-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-devise-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-devise-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-devise-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-devise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-devise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-devise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deunicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-detone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deser-hjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-des ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-des ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-des ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-where ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-new ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-new ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-more-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-more ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-more ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-error-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-arbitrary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derive-arbitrary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-derivative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deranged ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-der-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-der-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-der-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-der-oid-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-der-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-der-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-der-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-der-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-der ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-der ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-der ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-der ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-demo-hack-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-demo-hack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deltae ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dejavu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-defmt-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-defmt-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-defmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-defmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-defmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deflate64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-defer-drop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-defer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-decimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-debugid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-debugger-test-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-debugger-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-debug-unreachable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-debug-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deadpool-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deadpool-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-deadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dcv-color-primitives ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dbus-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dbus-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dbus-crossroads ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dbl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dav1d-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dav1d-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dav1d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-datetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-data-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-data-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-data-encoding-macro-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-data-encoding-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-data-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dashmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dashmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-dary-heap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-daemonize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-daemonize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-d3d12 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cxxbridge-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cxxbridge-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cxxbridge-flags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cxxbridge-flags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cxx-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cxx-gen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cxx-gen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cxx-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cxx-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cvt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-custom-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cust-raw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cust-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cust-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cust-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-curve25519-dalek-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-curve25519-dalek-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-curve25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-curve25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cursor-icon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-curl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cuda-std-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cuda-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ctrlc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ctr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ctr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ctr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ctor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ctor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ct-logs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ct-logs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ct-codecs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-csv-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-csv-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-csv-async ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-csv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-csv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cstr-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cssparser-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-csscolorparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-csrf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-tests ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-secretbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crypto-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crunchy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crosstermion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crosstermion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossterm-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossterm-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossterm-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossfont ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossfont ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-epoch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-epoch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-deque ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-deque ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crossbeam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-critical-section ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-criterion-plot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-criterion-plot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-criterion-plot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-criterion-cycles-per-byte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-criterion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-criterion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-criterion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-criterion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crc64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crc64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crc32fast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crc-catalog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crc-catalog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crc-any ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crates-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crates-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crates-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crates-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-crates-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cradle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cpuprofiler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cpuid-bool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cpufeatures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cpp-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cpp-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cpal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cov-mark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-countme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-count-instructions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-coreaudio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-coreaudio-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-video-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-text ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-text ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-graphics-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-foundation-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-foundation-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-foundation-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-foundation-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-extensions-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-extensions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-extensions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-arch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-affinity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-core-affinity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cordic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-copypasta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-copypasta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-copyless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-coolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-coolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie-factory ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-convert-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-convert-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-conv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-content-inspector ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-constant-time-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-constant-time-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-constant-time-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-random-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-random ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-panic-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-panic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-oid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-oid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-oid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-format-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-fn-assert ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-fn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-const-cstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-console-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-console-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-console-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-console-error-panic-hook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-conpty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-configparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-configparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-config-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-condtype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-concurrent-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-concurrent-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-concolor-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-concolor-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-concolor-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-concolor-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-concolor-override ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-concolor-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-concolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-concolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-concat-idents ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-comrak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-comrak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-compound-duration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-completest-pty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-completest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-compiletest-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-compiletest-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-compiletest-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-compiletest-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-compiler-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-compiler-builtins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-compact-str ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-commoncrypto-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-commoncrypto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-common-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-command-group ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-command-group ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-comfy-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-comfy-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-comfy-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-comfy-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-combine-regex-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-combine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-combine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-colorous ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-colored ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-colored ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-colorchoice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-color-to-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-color-spantrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-color-quant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-color-print-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-color-print ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-color-eyre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-color-backtrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-coitrees ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-codspeed-criterion-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-codspeed-bencher-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-codspeed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-codespan-reporting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-codespan-reporting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-codepage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-codegenrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-codegenrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cocoa-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cobs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cmake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cloudflare-zlib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cloudabi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cloudabi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-close-fds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clircle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clircle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clippy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clipboard-win ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clipboard-win ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clipboard-win ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clicolors-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cli-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clearscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clearscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-claxon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-verbosity-flag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-utilities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-mangen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-mangen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-conf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-complete-nushell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-complete-fig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-complete-fig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-complete-command ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-complete ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-complete ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-cargo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clang-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clang-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clang-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clang-ast-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-clang-ast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-circular ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ciborium-ll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ciborium-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ciborium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ci-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chunked-transfer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chunked-transfer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chumsky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chrono-tz-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chrono-tz-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chrono-tz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chrono-tz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chrono-tz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chrono-humanize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chrono ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-charset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chardetng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chalk-solve ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chalk-recursive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chalk-ir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chalk-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chacha20poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chacha20poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chacha20poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chacha20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chacha20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-chacha20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cgmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cgmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cgmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cfg-vis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cfg-if ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cfg-if ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cfg-expr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cfg-expr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cfg-expr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cfg-aliases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cfb-mode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cexpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cexpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cesu8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cblas-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cbindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cbindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cbindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cbc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-castaway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-castaway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cast5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cassowary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-casey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-util-schemas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-platform ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-options ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-options ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-manifest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-husky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-credential-wincred ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-credential-wincred ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-credential-macos-keychain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-credential-macos-keychain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-credential-libsecret ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-credential-libsecret ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-credential ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-credential ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-config2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cargo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-carapace-spec-clap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-caps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-caps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-capnpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-capnpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-capnp-rpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-capnp-rpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-capnp-rpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-capnp-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-capnp-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-capnp-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-capnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-capnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-capnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-camino ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-camellia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-calloop-wayland-source ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-calibright ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-calamine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-calamine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cachedir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-cache-padded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-c2-chacha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-c-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bzip2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bzip2-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bzip2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bzip2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-byteyarn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytesize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-byteorder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-byteorder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytemuck-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytemuck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytelines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytecount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytecheck-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytecheck-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytecheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bytecheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-byte-unit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-byte-unit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-byte-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-byte-slice-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-byte-pool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bumpalo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-built ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-built ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-build-fs-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-build-context ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-build-const ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bugreport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bugreport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bufstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-buffering-nocopy-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-buffering-nocopy-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-buffering ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-buffering ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-buffered-reader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-buffered-reader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-buffer-redux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-buf-redux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-buf-min ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-btoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bs58 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bs58 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-browserslist-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-brotli2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-brotli-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-brotli-decompressor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-brotli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-broadcaster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bresenham ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-branches ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bracoxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-boxxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-boxxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-boxfnonce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-box-drawing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-botan-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-botan-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-botan-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-botan-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-botan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-botan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-borsh-schema-derive-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-borsh-derive-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-borsh-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-borsh-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-borsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-borsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blowfish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-padding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-padding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-padding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-modes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-modes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-cipher-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-cipher-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-block ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blobby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blobby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blas-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blanket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blakeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blake3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blake3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blake2b-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blake2b-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blake2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blake2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-blake2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitstream-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitstream-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitstream-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitreader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitpacking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitmaps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitmaps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bitcoin-hashes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bit-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bit-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bit-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bit-set ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bit-set ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bit-field ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bio-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bio-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bincode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-binascii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bigdecimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bigdecimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bigdecimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bigdecimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-better-panic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bencher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-beef ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-bat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-basic-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base64ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base64ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base58 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base16ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base16ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-base-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-barrel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-backtrace-ext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-backtrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-backon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-backoff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-az ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-axum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-axum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-axum-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-axum-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-axum-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-axum-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-axum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-axum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aws-lc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aws-lc-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aws-lc-fips-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-awc-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-awc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-awc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-avro-schema ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-avro-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-avif-serialize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-avif-serialize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-avif-serialize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-avif-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-avif-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-average ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-average ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-average ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-av1-grain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-av-metrics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-automod ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-autocompress ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-autocfg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-autocfg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-auto-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-auto-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atomic-write-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atomic-waker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atomic-take ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atomic-polyfill ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atomic-polyfill ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atomic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atomic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atoi-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-atk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-asyncgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-stream-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-signal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-recursion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-ready ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-process ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-priority-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-pidfd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-oneshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-once-cell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-mutex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-log-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-h1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-global-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-dup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-datagram ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-compression ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-compression ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-broadcast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-broadcast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-async-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-associative-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert2-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert-matches2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert-matches ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert-json-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert-float-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert-cmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert-cmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert-cmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert-approx-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-assert ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-asn1-rs-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-asn1-rs-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-asn1-rs-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-asn1-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-asn1-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-asn1-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-asn1-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-asn1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-asn1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-askama-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-askama-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-askama-escape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-askama-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-askama-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-askama ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-askama ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-asio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ash-window ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ascii-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ascii-canvas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ascii-canvas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ascii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ascii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ascii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-as-variant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-as-slice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-as-slice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-as-raw-xcb-connection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-as-derive-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-as-derive-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-as-derive-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-article-scraper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-select ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-schema ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-schema ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-row ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-ord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-ipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-data ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-data ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-csv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow-arith ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrayvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrayvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrayvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arrayref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-array-ops ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-array-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-array-init-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-array-init ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arr-macro-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arr-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ariadne ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-argon2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-argminmax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-argmax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-argh-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-argh-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-argh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-argfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arg-enum-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-archery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arc-swap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arc-swap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arbitrary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-arbitrary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-approx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-approx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-approx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-approx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-app-dirs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-apache-avro-test-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-apache-avro-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-apache-avro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aom-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anymap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anymap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anyhow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-antidote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstyle-wincon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstyle-wincon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstyle-wincon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstyle-svg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstyle-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstyle-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstyle-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstyle-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstyle-lossy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstyle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstyle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstyle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ansitok ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ansiterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ansi-width ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ansi-to-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ansi-str ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ansi-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ansi-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ansi-colours ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-annotate-snippets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-annotate-snippets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-anes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-android-tzdata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-android-system-properties ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-android-properties ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-android-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-android-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-android-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-android-log-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-android-log-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-android-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-android-activity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-android-activity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-andrew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-andrew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-analyzer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rust-ammonia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-amd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-alto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-alsa-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-alsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-alsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-alsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-alphanumeric-sort ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-allocator-api2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-alloc-stdlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-alloc-no-stdlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aligned ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aliasable-deref-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aliasable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-alga-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-alga ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-al-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aho-corasick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aho-corasick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aho-corasick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aho-corasick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-afl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-afl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aesni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aesni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aesni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes-soft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes-soft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes-soft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes-ctr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-aead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-adler32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-adler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-adler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-addr2line ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-addr2line ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-addr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-addchain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-adblock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-adblock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-adaptive-barrier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-adaptive-barrier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-web-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-web-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-web-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-web-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-testing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-testing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-test-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-server-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-rt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-rt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-rt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-router ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-router ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-router ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-http-test-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-http-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-actix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-abomonation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-abi-stable-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-abi-stable-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-abi-stable-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-abi-stable-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-abi-stable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-abi-stable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ab-glyph-rasterizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust-ab-glyph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rubberband ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rtss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing rtorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rtmpdump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rtl-433 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rtaudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing rtags derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing rsyslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rsync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rspamd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rsound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rsnapshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rsibreak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rsem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rscape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rrdtool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rpi-imager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rpcbind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing roxterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rottlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rot8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing roswell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rosegarden ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rofi-wayland ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rofi-pass-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rofi-pass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rofi-calc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rofi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing roct-thunk-interface ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rocr-runtime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rocminfo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rocm-opencl-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing rocm-device-libs derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing rocm-comgr derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing rocm-bandwidth-test ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing robocut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing roary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rng-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rmath-standalone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rlottie ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rkrlv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rizin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ritornello ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ristretto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ripperx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ripit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ripgrep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing ringdecomposerlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ribotaper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ri-li ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rhythmbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rewritefs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing retroarch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing restinio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing restinio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing restbed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing repeat-masker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rep-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing remmina ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing remind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing remid-lv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing regrader ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing redshift-wayland ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing redshift ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing redland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing redkite ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing red-eclipse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing recutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing recordmydesktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing recoll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing realmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing readymedia ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rdup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rdkit ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing rdesktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rcas-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rbw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing raylib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing raxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rawtherapee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rav1e ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing ratpoison ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rasqal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing raptor2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rapidcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rakudo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rakarrack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing raider ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing rage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing radeontop ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing radare2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing racket-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing racket ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing r-phantompeakqualtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing r-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing r ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qxmpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qxlsx-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qxlsx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qwt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qwindowkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing quvi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing quesoglc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing quazip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing quazip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing quaternion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing quassel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing quakespasm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing quadrapassel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtxmlpatterns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtxdg-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtx11extras ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing qtwebview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtwebsockets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtwebsockets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtwebglplugin ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing qtwebengine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtwebengine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtwebchannel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtwebchannel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtvirtualkeyboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing qttools derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing qttools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing qtsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtsvg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing qtspell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtspeech ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtspeech ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtsolutions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtshadertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtserialport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtserialport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtserialbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtsensors-5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtsensors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtscxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtscxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtscript ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtrvsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtremoteobjects ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtractor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing qtquickcontrols2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtquickcontrols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtpurchasing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtpositioning ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtpass ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing qtox ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing qtnetworkauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtnetworkauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtmultimedia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtmultimedia ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing qtmips ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtltools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtlottie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtlocation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtlocation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtlanguageserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtkeychain-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtkeychain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtimageformats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtimageformats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qthttpserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtgraphicaleffects ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtgamepad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtermwidget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qterminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtdeclarative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtdeclarative ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing qtdatavis3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtconnectivity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtcolorwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtcharts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtbase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qtbase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qt5ct ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing qt5compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qt3d ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
warning: error when computing qt-creator derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing qsynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qsstv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qqc2-desktop-style ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qqc2-breeze-style ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qpwgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qpdfview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qolibri ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qoauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qmmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qmidiroute ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qmidiarp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qmdnsengine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qmapshack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qlogo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qjackrcd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qjackctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qhttp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qhexedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qgpgme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qgis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qemu-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qemu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qemu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qemacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qelectrotech ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qdmr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qdirstat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qcustomplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qcoro-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qcoro-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qcheckers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qca-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qca ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qbittorrent-nox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qbittorrent-no-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qbittorrent-enhanced-nox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qbittorrent-enhanced-no-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qbittorrent-enhanced ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qbittorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing qalculate-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing q5go ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python2-dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-xapian-bindings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-toolchain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-tbb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing python-shiboken-6 derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing python-shiboken-2 derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing python-sepolgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-rpds-py ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing python-pyside-6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-pyside-2-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-pyside-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-pynest2d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-pygobject ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-pydantic-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing python-pyatspi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-orjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing python-openturns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-nh3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing python-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-minimal-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-minimal-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-libsvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-libmpsse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-libfreenect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-gst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-gseapy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing python-graph-tool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing python-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-cryptography-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing python-cramjam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing python-clingo-dl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-clingo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python-clarabel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing python-blake3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing python ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing python ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pypy3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pypy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pyotherside-for-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pyotherside ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pyconfigure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pwsafe-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pwsafe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing putty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing purpose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing purpose ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing purple-mm-sms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing purple-mattermost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing purple-lurch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing pure derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing pumpa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pulseview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pulseaudio-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pulseaudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing public-inbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pt-scotch32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pt-scotch-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pt-scotch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pstoedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pspp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing psi-plus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing psi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing psfex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pscircle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing prusa-slicer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing prout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing proteinortho ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing prosody ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing proot-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing proot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing proj.4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing proj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing proj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing profanity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing procmail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing procenv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing privoxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing prison ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing print-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing prinseq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing preseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing presage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing prboom-plus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing prank ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pragha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing praat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pqiv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ppsspp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ppp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ppp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing poxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing powertabeditor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing powerdevil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing poweralertd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing power-profiles-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing povray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing postmarketos-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing postgis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing portfolio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing poppler-qt6 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing poppler-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing poppler ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ponymix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing polyml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing polybar ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing poly2tri-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing polkit-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing polkit-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing polkit-kde-agent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing polkit-gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing polkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing policycoreutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing polari ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pokerth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing poedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing podofo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing podman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing pocl derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing pocketsphinx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pnmixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plymouth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pluma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plotutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ploticus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plocate ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing plib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing playerctl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing play-to-kodi-chromium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasmatube ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma5support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-workspace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-welcome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-vault ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-systemmonitor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-redshift-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-phonebook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-phone-components ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-pass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-pa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-nm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-nano ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-mobile-settings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-mobile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-integration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-firewall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-disks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-browser-integration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-activities-stats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-activities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma-active-window-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plasma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing plan9port ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pkcs11-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pjproject-jami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pjproject ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pitivi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing piranha ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pipewire ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pipewalker ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing piper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pipe-viewer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pioneers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pioneer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pingus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pinentry-tty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pinentry-rofi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pinentry-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pinentry-gtk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pinentry-gnome3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pinentry-emacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pinentry-efl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pinentry-bemenu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pinentry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pinball ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pigx-sars-cov2-ww ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pigx-sars-cov-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pigx-chipseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pigx-bsseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pigx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing piglit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pidgin-otr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pidgin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing picom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing picolisp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing picmi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing picket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pianobar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing php ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing photoflare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing phoronix-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing phonon-backend-vlc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing phonon-backend-gstreamer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing phonon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing phonesim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing phodav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing phd2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pgvector ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing petsc-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing petsc-complex-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing petri-foo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-xml-twig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-xml-libxslt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-xml-feed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-xml-dom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-xml-compile-wsdl11 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-xml-compile-soap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-xml-atom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-x11-xcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-www-opensearch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-www-mechanize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-www-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-web-scraper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-uri-fetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-tk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-test-www-mechanize-psgi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-test-www-mechanize-catalyst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-test-www-mechanize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-rpc-epc-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-plack-test-externalserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-plack-middleware-reverseproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-plack-middleware-removeredundantbody ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-plack-middleware-methodoverride ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-plack-middleware-deflater ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-plack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-pcsc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-pango ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing perl-opengl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-net-ssleay ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-net-smtp-ssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-net-psyc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-net-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-net-dbus-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-net-dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-net-amazon-s3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-mail-dkim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-lwpx-paranoidagent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-lwp-useragent-determined ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-lwp-useragent-cached ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-lwp-protocol-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-lwp-online ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing sysbench derivation for system x86_64-linux (powerpc64-linux-gnu): (misc-error #f unsupported target ~S (powerpc64-linux-gnu) #f)
error: while processing perl-libwww ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-io-socket-ssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-io-all ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-image-magick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-http-tiny ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-html-treebuilder-xpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-html-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-html-tidy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-html-tableextract ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-html-lint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-html-element-extended ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-gtk3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-gtk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-gssapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-gnupg-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-glib-object-introspection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-gd-securityimage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-finance-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-file-mimeinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-feed-find ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-digest-md5-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-dbd-pg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-dbd-mysql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-cworld-dekker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-crypt-openssl-rsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-crypt-openssl-random ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-crypt-openssl-bignum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalystx-script-server-starman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalystx-roleapplicator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalystx-component-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-view-tt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-view-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-plugin-static-simple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-plugin-stacktrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-plugin-session-store-fastmmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-plugin-session-state-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-plugin-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-plugin-configloader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-plugin-captcha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-plugin-authorization-roles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-plugin-authentication ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-plugin-accesslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-model-dbic-schema ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-devel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-component-instancepercontext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-authentication-store-dbix-class ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-action-rest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-catalyst-action-renderview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-cairo-gobject ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing perl-cairo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing perl-bio-db-hts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-authen-sasl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-app-xml-docbook-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-anyevent-i3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-anyevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perl-alien-sdl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing perf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing perceptualdiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pep-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pencil2d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing peek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pedansee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pdsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pdfpc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pdfgrep ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pdf2svg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pdf2djvu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pdal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pcsxr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pcsc-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pcsc-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pcsc-cyberjack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pcmanfm-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pcmanfm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pcb2gcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pcb-rnd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pcaudiolib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pbuilder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pbcopper ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pbbam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pavucontrol-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pavucontrol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing paulxstretch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing patchutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing patchmatrix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pasystray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing passwordsafe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing password-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing passage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pass-tomb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pass-otp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pass-coffin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing parole ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing parlatype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing paritwine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing parinfer-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing pari-gp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing parform ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pardre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing parcimonie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing paraview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing paps ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing paprefs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing papi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing paperview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing papagayo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pantheon-wallpapers ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pantheon-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pantheon-calculator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pangox-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pangomm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pangomm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pango ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pango ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pango ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pamixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pam-uaccess ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing pam-mount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pam-krb5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pam-gnupg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing palapeli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing padthv1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing packagekit-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing packagekit-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing packagekit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing pacemaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing p4est-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing p2pool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing oxygen-icons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing owncloud-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing otpclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing osmium-tool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing osm2pgsql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing osm-gps-map ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing osinfo-db-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing osinfo-db ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing oshu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing orpheus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing orfondl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing orf-dl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing orcus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing orchis-theme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing orca-music ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing orca ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing orc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing orbit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing orage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opusfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opus-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing optizelle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing optionmatrix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openxr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing openvswitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openvpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opentype-sanitizer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing openttd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opentaxsolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opensycl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opensurge ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing opensubdiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1u gnu/packages/tls.scm:581 7f004a791e70> target: "xtensa-ath9k-elf">)
error: while processing openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openssh-sans-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opensmtpd-filter-dkimsign ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opensmtpd-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opensmtpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openshadinglanguage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openscenegraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing openscad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opensc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openriichi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openrgb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openrct2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openquest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openorienteering-mapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openocd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openni2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openmw ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing openmpi-thread-multiple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openmpi-c++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openldap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openimageio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openhmd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing openfortivpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openfoam-org ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openfoam-com ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openfoam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opendht ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opencv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing openctm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing opencsg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opencpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openconnect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opencolorio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opencog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openclonk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing opencascade-occt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing openbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openboardview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing openboard ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing openal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing oneko ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing onedrive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing omemo-wget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ola ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing okular ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing okteta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ois ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ogre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ode ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing odamex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing octave-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing octave ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ocrfeeder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ocproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ocean-sound-theme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing ocaml-llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing ocaml-llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing ocaml-llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing ocaml-llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing ocaml-calendar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ocaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ocaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ocaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ocaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing obs-wlrobs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing obs-websocket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing obs-vkcapture ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing obs-source-record ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing obs-pipewire-audio-capture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing obs-looking-glass ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing obs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing obconf-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing obconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing obby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing oath-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nzbget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nxbelld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nx-libs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nwg-launchers ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing nvme-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing nvc derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing nushell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing numlockx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nullmailer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ntp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nsxiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nss-pam-ldapd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nsncd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing nsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing npiet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing notmuch-addrlookup-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing notmuch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing notification-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing notcurses ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing nomad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nomacs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing noisetorch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing noise-suppression-for-voice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing noise-repellent ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing node ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing node ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nntpit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nmail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nm-tray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nlopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nitrokey-app ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nitrogen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nitrocli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing nip2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ninjas2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ninja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nimf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nheko ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
warning: request for x86_64-linux derivation for nhc98 produced a derivation for system i686-linux
error: while processing ngtcp2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ngspice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ngircd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nginx-rtmp-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nginx-module-vts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nginx-lua-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nginx-accept-language-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nginx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nghttp2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nfs-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nextpnr-ice40 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nextcloud-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing newt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing newsboat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing new-session-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing networkmanager-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing networkmanager-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing network-manager-vpnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing network-manager-openvpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing network-manager-openconnect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing network-manager-fortisslvpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing network-manager-applet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing network-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing netsurf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing netcdf-parallel-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing netcdf-fortran ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing netcdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing netavark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing net-snmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nestopia-ue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing neon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing neomutt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nemo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing neko ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ndctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ncmpcpp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ncmpc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ncdc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ncbi-vdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nbfc-linux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing navit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nautilus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nar-herder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nanovg-for-extempore ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing nanopolish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing nagios ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing naev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing n2p2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mysql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing myrepos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mympd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mygui-gl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mygui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mutter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mutt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mutest ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing musikcube ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing musescore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing muse-sequencer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing murrine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mupen64plus-video-z64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mupen64plus-video-rice ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mupen64plus-video-gliden64 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mupen64plus-video-glide64mk2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mupen64plus-video-glide64 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mupen64plus-video-arachnoid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mupen64plus-ui-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mupen64plus-rsp-z64 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mupen64plus-rsp-hle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mupen64plus-input-sdl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mupen64plus-core ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mupen64plus-audio-sdl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mupdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing munge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mumps-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mumps-metis-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mumi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mumble ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing multimon-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mullvadbrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mudskipper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing muchsync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mtxclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mtpaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mtd-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mswebrtc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mssilk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing msopenh264 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing msmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing msitools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing msamr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mrrescue ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mrg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mpvqt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mpv-mpris ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mpv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mplayer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mpich ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mpg321 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mpg123 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mpdscribble ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mpdris2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mpdevil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mpd-mpc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mpc123 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mp3info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing movim-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mousepad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mouseloupe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing motion ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing motif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mosquitto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mosh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mosaicatcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing morris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing morpheus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing moonlight-qt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing moonlight-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing monolith ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing monero-gui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing monero ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing monado ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing molequeue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing moka-icon-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mogan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing modules ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing modemmanager-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing modem-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mod-wsgi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mod-utilities ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mod-host ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing moc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mm-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mlucas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mlterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mlt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mlt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mkvtoolnix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mjpegtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mixxx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mit-scheme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mit-krb5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing minizip-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing minimodem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing minifb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing minetest-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing minetest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing minced ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mimetreeparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing milou ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing midori ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mgba ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing methyldackel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing metacity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing metabat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing meshlab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mesa-utils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
warning: error when computing mesa-opencl-icd derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing mesa-opencl derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing mesa-headers ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mesa ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing merkuro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing meritous ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mercurial ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing menumaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing menu-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing memphis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing memkind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing memcached ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing meld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing megatools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing megahit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing megaglest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing megadepth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing megacmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mednafen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mediastreamer2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mediasdk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mediainfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing meanwhile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing meandmyshadow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mdbtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mda-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mcrl2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mcg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mcabber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mbuffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mblaze ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing maxima ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing maturin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing materialdecoration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing materia-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mate-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mate-user-guide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mate-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mate-system-monitor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mate-settings-daemon ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mate-session-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mate-screensaver ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mate-power-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mate-polkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mate-panel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mate-netbook ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mate-menus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mate-media ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mate-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mate-control-center ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mate-calc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mate-applets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing matcha-theme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing massif-visualizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mars ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing markets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mariadb-connector-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mariadb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing marco ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing marble-marcher ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mapnik ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mantis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mangohud ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing manaplus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing mame ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mamba ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing maliit-keyboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing maliit-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing malcontent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mako ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing makeself-safeextract ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing makepasswd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mairix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing maim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mailutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing mafft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing macchina ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing m8c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing m17n-lib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lyx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lynx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxterminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxtask ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxsession ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxrandr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-sudo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-runner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-qtplugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-powermanagement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-policykit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-panel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-openssh-askpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-notificationd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-globalkeys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-connman-applet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-build-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-archiver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-admin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt-about ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxqt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxpanel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lxinput ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lximage-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxi-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxde-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxcfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lxc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lxappearance ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lv2toweb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lv2lint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lv2-speech-denoiser ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lv2-mda-piano ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lv2-mda-epiano ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lush2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing luppp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing luminance-hdr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lukesmithxyz-st ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing luit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lugaru ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing luarocks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing luakit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lua5.2-sec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lua5.2-ossl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lua5.2-luarocks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lua5.2-lgi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lua5.2-cqueues ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lua5.2-clingo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lua5.1-sec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lua5.1-ossl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lua5.1-lgi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lua5.1-cqueues ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lua5.1-clingo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lua-ossl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lua-lgi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lua-cqueues ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ltris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lsp-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lskat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lrdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing love ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing loudmouth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing looking-glass-client ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lollypop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing loksh ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lofreq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing localed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lmms ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lm-sensors ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
warning: error when computing llvm-for-mesa derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing lldpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing lldb derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing lld-wrapper derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing lld-as-ld-wrapper derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing lld-as-ld-wrapper derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing llama-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing livemedia-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lite-xl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lirc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing liquidwar6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing linsmith ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing linphone-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing links ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lingot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lilypond ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lilv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lighttpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lightspark ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lightly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lightgbm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lightdm-gtk-greeter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lightdm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing liferea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lierolibre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libzip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libzim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libzapojit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxxf86vm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxxf86dga ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxvmc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxtst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxslt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxscrnsaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxrender ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxrandr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxpresent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxpm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxmu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxmlb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxml++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxml++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxklavier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxkbfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxkbcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxkbcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxinerama ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxfixes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxfce4util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxfce4ui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxdamage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxcvt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libxcursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxcomposite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxaw3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxaw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libxapp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libx11 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libwpe ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libwnck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libwnck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libwindowswm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libwebsockets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libwebp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libwebp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libwacom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libvnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libvisual-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libvisual ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libvirt-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libvirt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libvideogfx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libvdpau-va-gl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libvdpau ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libva-utils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libva ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libusb4java ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libunique ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libtorrent-rasterbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libtorrent-rasterbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libtorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libtirpc-hurd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libtirpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libtimidity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libtifiles2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libticonv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libticalcs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libticables2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libtgvoip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libtcod ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsysstat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libstrophe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libspnav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libspatialite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsoup-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsoup-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsoup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsoundio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsmpeg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsmpeg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsmf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libslirp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libskry ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libskk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsixel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsigrokdecode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsigrok ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsignon-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsignal-protocol-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsigc++ ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libshumate ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libsemanage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libselinux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libsecret ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libseat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libscfg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libsavitar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing librttopo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing librsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing librnd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing librewolf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libresprite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing librepcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libreoffice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing librecad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libratbag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing librasterlite2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libraqm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libquvi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libquicktime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libqtxdg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libqmi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libqmatrixclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libqglviewer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libqalculate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libqaccessibilityclient-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libqaccessibilityclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libpst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libpqxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libportal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libplist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libplasma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libplacebo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libpinyin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libpepadapter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libpeas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libpanel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libostree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libosmocore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libosmium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libosinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libopensmtpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libopenshot-audio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libopenshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libopenmpt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libomemo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libofx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libofa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing libobjc2 derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing liboauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libnvme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libnsl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libnsfb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libnotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libnode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libnma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libnl-python3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libnl-python2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libnice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libngspice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libnet6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libnest2d-for-cura ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmypaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmygpo-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmusicbrainz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmpeg2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmpdclient ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libmodulemd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmixed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmirage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmicrohttpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmicrodns ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libmemcached ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmediainfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmediaart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmbim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmateweather ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmatemixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libmatekbd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libmanette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing liblxqt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing liblxi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing liblinphone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libktorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libksysguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libksieve ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkscreen ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libkomparediff2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkmahjongg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkleo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkgapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkexiv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkdepim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkdegames ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkdcraw-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkdcraw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkcompactdisc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkcddb-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkcddb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libkate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libjxl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libjcat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libjami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libircclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libinstpatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libinput-minimal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libinput ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libinih ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libinfinity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libindicator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libimobiledevice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libigl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libidl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libheif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libhandy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libhandy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgxps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgweather4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgweather ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgudev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgtop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgsf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgrss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgravatar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgpod ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgovirt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgnt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgnomeui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgnomekbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgnomecanvasmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgnomecanvas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgnome-keyring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgnome-games-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgnome-games-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libglvnd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libglib-testing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libglade ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgit2-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgeotiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgdata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libgadu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libfreenect-opencv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libfreenect-examples ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libfprint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libfm-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libfm-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libfm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libfive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libfilezilla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libfido2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libfakekey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libextractor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libevent-with-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libevdi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libetpan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libesmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libepoxy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libdv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libdrm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libdmx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libdmapsharing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libdisplay-info ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libdex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libdecor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libde265 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libdc1394 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libdbusmenu-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libdbusmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libdbi-drivers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libdazzle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libcroco ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libcmis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libcloudproviders-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libcloudproviders ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing libclc derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing libchop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libcharon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libchamplain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libcanberra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libcamera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libcallaudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libcall-ui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libcacard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libcaca ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libbraille ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libbonoboui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libbonobo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libblockdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libbigwig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libavif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing libaudec ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libatcore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libass ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing libarea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libarcus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libappindicator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libadwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libaccounts-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libaccounts-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing libaccounts-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lib9 ignoring error: %exception: (#<&gexp-input-error input: #<unspecified>>)
error: while processing lib3mf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lib2geom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lftp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lexilla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lesstif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing leptonica ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing leptonica ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lepton-eda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing leocad ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lensfun ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lemonbar-xft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lemonbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing leela-zero ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ledger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing leafpad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing le-biniou ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ldns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ldb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lcalc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lazarus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing layer-shell-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing launchmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing latte-dock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing latexml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lapack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lammps-serial ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lammps ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing lagrange ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing laby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing labwc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing labplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing lablgtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing l3afpad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing l2md ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kxstitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kxmlgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kxmlgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kwrited ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kwindowsystem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kwindowsystem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kwin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kwayland-integration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kwave ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kwalletmanager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kwallet-pam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kwallet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kwallet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kvantum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kuserfeedback ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kunitconversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kubrick ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kubo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ktuberling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ktsuss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ktouch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ktorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ktnef ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ktimer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ktextwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ktextwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ktexttemplate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ktexteditor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ktexteditor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ktextaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ksystemstats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ksystemlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ksyntaxhighlighting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ksyntaxhighlighting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ksvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ksudoku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kstatusnotifieritem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ksshaskpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ksquares ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kspaceduel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ksoloti-patcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ksnakeduel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ksmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ksirk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kshisen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kservice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kservice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kseexpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kscreenlocker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing krusader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing krunner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing krunner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kronosnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kronometer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing krona-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing krita ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kristall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing krfb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kreversi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing krdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing krdc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing krb5-auth-dialog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kraken2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kquickcharts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kquickcharts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kqtquickcharts ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kpublictransport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kpty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kpmcore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kpkpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kpipewire ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kpimtextedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kpimcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kpeoplevcard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kpeople ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kparts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kparts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kpackage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kpackage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kosmindoormap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing korganizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kopete ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kopeninghours ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing konversation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kontrast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kontactinterface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing konsole ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing konquest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kongress ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kompare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kommit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing komikku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kolourpaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kollision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kolf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kokkos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kodi-wayland ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kodi-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kodi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kochmorse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kobodeluxe ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing knotifyconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing knotifyconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing knotifications ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing knotifications ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing knotes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing knot-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing knot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing knights ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing knewstuff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing knewstuff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing knetwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing knavalbattle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmscon ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kmouth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmousetool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmessagelib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmenuedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmailtransport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmailimporter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmailcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmail-account-wizard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmahjongg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kmag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing klines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kleopatra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kldap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing klavaro ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kjumpingcube ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kjs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kjobwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kjobwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kiwix-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kiwix-lib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kiwix-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kitty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kitsas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kitinerary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kitemmodels ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kitemmodels ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kismet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kirogi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kiriki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kirigami-addons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kirigami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kirigami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kio-zeroconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kio-fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kio-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kinit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kinfocenter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kincidenceeditor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kimap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kimageformats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kimageformats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kimageannotator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing killbots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kiki ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kigo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kidletime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kidletime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kidentitymanagement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kid3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kiconthemes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kiconthemes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kicad ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kibi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing ki18n ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ki18n ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing khtml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kholidays ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing khelpcenter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing khealthcertificate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kguiaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kguiaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kgraphviewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kgpg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kgoldrunner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kglobalacceld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kglobalaccel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kglobalaccel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kgamma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kfourinline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kfind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kfilemetadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kfilemetadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing keyutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing keysmith ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing keynav ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing keybinder-3.0 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing keybinder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing keventviews ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing keurocalc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kentutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kemoticons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing keepassxc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing keepalived ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdsoap-ws-discovery-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdsoap-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdsoap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdoctools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdoctools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdnssd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdnssd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdiskmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdiamond ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdialog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdiagram ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdevelop-pg-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing kdevelop derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing kdesu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdesignerplugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdeplasma-addons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdepim-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdenlive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdelibs4support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdegraphics-mobipocket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kded ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kdecoration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdeconnect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdeclarative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdeclarative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdebugsettings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kde-gtk-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kde-games ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kde-frameworkintegration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kde-cli-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kddockwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdbusaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdbusaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kdav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcrash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcrash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcov ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcoreaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcoreaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcontacts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kconfigwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kconfigwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kconfig ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kcompletion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcompletion ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kcolorscheme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcolorchooser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcodecs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcodecs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcmutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcmutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcharselect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcalutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcalendarsupport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcalendarcore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcalc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kcachegrind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kbreakout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kbounce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kbookmarks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kbookmarks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kblocks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kblackbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kbdd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kbackup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kawa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing karchive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing karchive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kappanhang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kapman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kanshi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing kanatest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kamoso ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kallisto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kaldi-gstreamer-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kaldi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kak-lsp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing kajongg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kaiju ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kaidan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kaffeine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kaddressbook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kactivitymanagerd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kactivities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kaccounts-providers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing kaccounts-integration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing k3b ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jwm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing just ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing jupyter-guile-kernel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jumpnbump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jumpapp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing julius ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing julia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing juk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing jucipp derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing jtdx-hamlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jtdx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jstest-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jsonrpc-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jsoncpp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing json-glib-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing json-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing js8call ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jp2a ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing john-the-ripper-jumbo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jnettop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jimtcl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jgmenu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing jetring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jellyfish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jbr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing jbr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jbr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing java-pep-adapter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing java-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing java-ngs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jamm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jami ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing jalv-select ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing jalv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing jack-select ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing jack-capture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ixion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing iwgtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing iwd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ivar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing itk-snap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing itinerary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing isync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing isoimagewriter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing irssi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing irrlicht-for-minetest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing irrlicht ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing irods-client-icommands derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing irods derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing ircii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ir ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing iputils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ipp-usb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ioquake3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing inxi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing interrobang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing intel-vaapi-driver ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing intel-mpi-benchmarks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing instead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing inspircd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing inspekt3d ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing inspectrum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing insight-toolkit derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing insight-toolkit derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing insight-toolkit derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing inkscape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing inklingreader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing infiniband-diags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing infamous-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing indi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing indi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing imv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing imppg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing imposm3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing imp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing imlib2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing imlib2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing imgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing imgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing imgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing imapfilter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing imagemagick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ikiwiki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing igt-gpu-tools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ifuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing idevicerestore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ideviceinstaller ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing idesk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing icoutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing icewm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing icedtea-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing icedtea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing icedtea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing icedove-minimal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing icecat-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing icecast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ibutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ibus-table-others ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ibus-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ibus-speech-to-text ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ibus-rime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ibus-libpinyin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ibus-libhangul ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ibus-anthy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ibus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ibus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing i3status-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing i3status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing i3lock-fancy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing i3lock-color ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing i3lock-blur ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing i3lock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing i3-wm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing i3-gaps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing i2pd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hypre-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hyperrogue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hyperledger-iroha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hyperfine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing hydrogen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hydra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing hw-probe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing httping ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing httpfs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing httpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing htmlq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing hsetroot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hplip-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hplip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hpenc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hpcguix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hotspot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hostapd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing homebank ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hnsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hisat2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hisat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hikari ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing highlight ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing higan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hiawatha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hh-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hexyl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing hexchat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hexahop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing hevea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing herbstluftwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing helm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing heimdall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing heimdal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hedgewars ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing hdup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hdt-cpp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing hdf5-parallel-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hdf4-alt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hdf4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hdf-java ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hdf-eos2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hcxtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hcxdumptool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing havoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hashlink ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing hash-extender ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing harfbuzz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing haproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing handbrake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing hamlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing h264bitstream ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gzochi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gzdoom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gxtuner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gxmessage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gx-voodoo-fuzz-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gx-vintage-fuzz-master-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gx-vbass-preamp-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gx-tone-mender-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gx-switchless-wah-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gx-suppa-tone-bender-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gx-super-fuzz-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gx-slow-gear-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gx-saturator-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gx-push-pull-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gx-overdriver-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gx-hyperion-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gx-guvnor-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gwl-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gwl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gwenview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gwenhywfar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gvpe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gvfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guvcview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gusb-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gusb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gupnp-igd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gupnp-dlna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gupnp-av ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gupnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gupnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guix-jupyter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guix-data-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guix-build-coordinator-agent-only ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guix-build-coordinator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing guix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile3.0-sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile3.0-opengl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-ssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-squee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
error: while processing guile2.2-sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-rsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-present ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-picture-language ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-newt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-mailutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-gnutls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-git ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-gi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-g-golf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-charting ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile2.2-cairo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile2.0-pg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile2.0-git ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-xosd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-studio ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile-static-stripped-tarball ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position ~A (expecting ~A): ~S (1 struct #f) (#f))
error: while processing guile-static-stripped ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position ~A (expecting ~A): ~S (1 struct #f) (#f))
error: while processing guile-static-initrd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position ~A (expecting ~A): ~S (1 struct #f) (#f))
error: while processing guile-ssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-squee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-sly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-rsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing guile-pubstrate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-present ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile-plotutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-picture-language ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile-opengl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile-openai ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-newt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-mastodon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-jsonld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-irc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-imanifest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-goblins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-gnutls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-gnunet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-gnome ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile-gitlab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-git ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-gi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-gemini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-g-golf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-emacs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile-dbd-postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-dbd-mysql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-cv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-chickadee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-charting ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile-cairo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile-avahi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing guile-aiscm-next ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing guile-aiscm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gucharmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtranslator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtkwave ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtkspell3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtksourceviewmm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gtksourceview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtksourceview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtksourceview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtksourceview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtksheet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtkmm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gtkmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtkmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtkglext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtkdatabox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtk-xfce-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtk-vnc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gtk-layer-shell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gtk-frdp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gtk-engines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtk+ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtk+ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gthumb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gtg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing gstreamer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gst123 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gst-vosk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gst-plugins-ugly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gst-plugins-good-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gst-plugins-good ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gst-plugins-espeak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gst-plugins-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gst-plugins-bad-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gst-plugins-bad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gst-libav ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gst-kaldi-nnet2-online ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gst-editing-services ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gssdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gssdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gspell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gsound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gsimplecal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gsettings-desktop-schemas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gsequencer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gsegrafix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gsasl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing grsync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing grpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing grpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing grpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gromit-mpx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing grisbi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing grim ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing grilo-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing grilo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing greybird-gtk-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing greetd-pam-mount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing greetd ignoring error: wrong-type-arg: (string-append Wrong type (expecting ~A): ~S (string #f) (#f))
error: while processing grc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing grass ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing graphviz-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing graphviz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing graphicsmagick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing graphene ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing grantleetheme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing grantlee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing granite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing granite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing granatier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing grafx2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gr-satellites ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gr-osmosdr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gr-iqbal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gr-framework ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gr-dsd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gqrx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gpxsee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gpscorrelate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gpsbabel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gpredict ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gplates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gpicview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gphotofs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gpaste ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gparted ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gpaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gpa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gp2c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing goxel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gource ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing goocanvas ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing golly ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing goffice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing goffice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gobject-introspection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gobject-introspection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gobby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gobby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing goaccess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing go-ipfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing go-gopkg-in-mgo-v2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing go-github.com-nsf-gothic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing go-github-com-zenhack-go-notmuch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing go-github-com-zalando-go-keyring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing go-github-com-mesilliac-pulse-simple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing go-github-com-libp2p-go-socket-activation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing go-github-com-coreos-go-systemd-v22 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing go-github-com-akosmarton-papipes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnutls-dane ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnutls-dane ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnutls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnutls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnusim8085 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnurobots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnurl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnuradio ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnuplot ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnupg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnupg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnunet-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnunet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnumeric ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnujump ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnudatalanguage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnucash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnubik ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnubg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnuastro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnuais ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnss-sdr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnote ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnome-weather ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-video-effects ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnome-vfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-user-share ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-tweaks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-themes-standard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-themes-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-text-editor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-system-monitor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-sudoku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-shell-extensions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-shell-extension-topicons-redux ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnome-shell-extension-night-theme-switcher ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnome-shell-extension-gsconnect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-shell-extension-dash-to-panel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-shell-extension-dash-to-dock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-shell-extension-customize-ibus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-shell-extension-appindicator ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnome-shell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-settings-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-screenshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-remote-desktop ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnome-recipes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-power-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-planner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-photos ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnome-online-miners ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-online-accounts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-online-accounts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-music ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-multi-writer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-mines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-maps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-mahjongg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-latex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-klotski ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-keyring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-initial-setup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-font-viewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-disk-utility ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-dictionary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-default-applications ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-control-center ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-contacts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-connections ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-commander ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-color-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-clocks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-chess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-characters ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-calendar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-calculator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing gnome-builder derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing gnome-boxes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-bluetooth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-backgrounds ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gnome-autoar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-arcade ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome-2048 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnaural ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gnash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gmsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gmobile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gmnisrv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gmime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gmid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gmic-qt-gimp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gmic-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gmic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing glyr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing glusterfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing glu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gloox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gloo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing glnemo2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing glmark2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing glirc-lua ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing glibmm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing glibmm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing glibmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing glib-networking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing glfw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing glew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing glade ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing glabels ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gl2ps ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gkrellm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gjs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing giza ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gitui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing gitolite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gitile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gitg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing git-when-merged ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing git-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing git-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing git-interactive-rebase-tool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing git-imerge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing git-filter-repo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing git-delta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing git-crypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing git-absorb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing git ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing girara ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gimp-resynthesizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gimp-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gimp-fourier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gimp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gimagereader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gigolo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gifsicle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing giblib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing giara ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing giac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ghostwriter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ghostscript-with-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ghostscript-with-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ghostscript-with-cups ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ghostscript-with-cups ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ghmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ghex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
error: while processing gfeeds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gfbgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gexiv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing get-iplayer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gerbv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gerbil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gerbera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing geos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing geonkick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing geocode-glib-with-libsoup2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing geocode-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing geoclue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gens-gs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing genimage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gemmi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gegl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gegl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing geeqie ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing gedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing geda-gaf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing geary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing geany ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gdm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gdl-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gdk-pixbuf-xlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gdb-multiarch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gdal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gcr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gcr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gcompris-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gcompris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gcolor3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gcl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gcab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gbonds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing garcon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ganeti-instance-guix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ganeti-instance-debootstrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ganeti ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gammastep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gamine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing gamin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing galera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing g-golf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fwupd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fvwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing fuzzel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing futuresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fuseiso ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fuse-overlayfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fulcrum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ftgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fstrm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fsearch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing frozen-bubble ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing frotz-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing frotz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fritzing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing frei0r-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing freetalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freesasa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freerdp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing freerct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freeorion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freeimage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freeglut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freeglut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freegish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freedroidrpg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freedink-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freedink-dfarc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freedink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freeciv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freecad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freebayes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing freealut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing francis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fprintd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fpm2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fox ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fossil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing foot ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing foomatic-filters ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing foobillard++ ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing foo2zjs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing foo-yc20 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fontobene-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fontmanager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fontforge ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing font-unscii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing font-abattis-cantarell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing folly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing folks-with-libsoup2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing folks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fogpad ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fntsample ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fnott ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fmit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fluxbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fluidsynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fluida-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fltk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flrig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flowee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing florence ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flmsg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flightgear ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fldigi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flatzebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flatpak-xdg-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flatpak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flashrom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing flare-game ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flare-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flann ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flamp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing flameshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fizmo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing five-or-more ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing firejail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing firefox-decrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing findimagedupes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing filtlong ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fillets-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing filezilla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing filelight ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing file-roller ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fig2dev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fifengine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fifechan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fielding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fheroes2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fgallery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fftw-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ffms2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ffmpegthumbs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ffmpegthumbnailer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ffmpeg-jami ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ffmpeg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ffmpeg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ffmpeg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ffmpeg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing ffmpeg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fetchmail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fenics-dolfin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing feh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing feedgnuplot ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing feedbackd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing feathernotes ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fdm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing fcitx5-rime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fcitx5-qt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fcitx5-lua ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fcitx5-gtk4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fcitx5-gtk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fcitx5-configtool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fcitx5-chinese-addons ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fcitx5-anthy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fcitx5 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fcitx-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fcitx-configtool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fcitx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fcft ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing fc-host-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fbreader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fbida ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing faust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing faudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fastfetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing fast-downward ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing farstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing farbfeld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing falltergeist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing falkon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing falcosecurity-libs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing faba-icon-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing f3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing f2fs-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eza ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing exult ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing extremetuxracer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing extractpdfmark ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
warning: error when computing extempore derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing express-beta-diversity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing express ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing exonerate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing exo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing exim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing exa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing evremap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing evolution-data-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing evolution-data-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing evolution ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing evisum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing evince ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing evilwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eureka ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing etl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eternalterminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing espeakup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing espeak-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing espeak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing esound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing esmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing esmini ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing erlang-lfe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing erlang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing epson-inkjet-printer-escpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing epiphany ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing epic5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ephoto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ephemeralpg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eovim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eog-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing envytools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing entangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ensembl-vep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing enlightenment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing enki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing enigma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing engrampa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing endless-sky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing endeavour ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing enchant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing enchant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing encfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing enblend-enfuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emulation-station ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emilua ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing embree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emboss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacsy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacspeak ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing emacs-xwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacs-wide-int ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing emacs-w3m ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacs-telega-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacs-pgtk-xwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacs-pgtk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing emacs-pdf-tools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing emacs-no-x-toolkit ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing emacs-no-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacs-next-tree-sitter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing emacs-next-pgtk-xwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacs-next-pgtk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing emacs-next ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing emacs-motif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacs-mew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacs-lsp-booster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing emacs-libgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing emacs-irony-mode-server derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing emacs-guix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacs-eweouz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacs-ess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing emacs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing elpa-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing elogind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing elixir-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing elixir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing elisa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing elemental ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ekho ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eisl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing einstein ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eid-mw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eiciel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing egl-wayland ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing egl-gbm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing eg25-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing efl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing efitools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing editres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing edirect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing edi derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing edgar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing edbrowse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ecryptfs-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing econnman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eclib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eccodes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ecasound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ebusd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ebook-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing eboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing easytag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing easyrpg-player ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing easyeffects ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dzen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dzaima-apl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dwl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing dwarfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing dvisvgm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing dvdstyler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dvdisaster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dvdauthor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dutree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing duperemove ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dunst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-uggrid-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-uggrid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-typetree-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-typetree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-subgrid-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-subgrid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-pdelab-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-pdelab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-localfunctions-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-localfunctions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-istl-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-istl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-grid-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-grid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-geometry-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-geometry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-functions-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-functions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-common-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-alugrid-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dune-alugrid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dumpvdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dumb-allegro4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing duc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing dub ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing du-dust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing dtc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dstat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dsp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing drumstick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing drumkv1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing drpm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing drkonqi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing drill ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing dream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing drawterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing drawpile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing drawing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing dragonfly-reverb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dragon-drop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dragon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dpf-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing dozenal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dovecot-pigeonhole ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dovecot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dotherside ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dosbox-staging ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dosbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dolphin-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dolphin-emu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dolphin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing docker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing docbook2x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing docbook-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dnssec-trigger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dnsmasq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dnscrypt-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dkimproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing djview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing distrho-ports ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing discrover ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dirvish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing direwolf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing directfb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing dino ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing diffr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing diffpdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dico ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dialect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dhtnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dhewm3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing devours ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing devour ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing devhelp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: request for x86_64-linux derivation for dev86 produced a derivation for system i686-linux
error: while processing desmume ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing desktop-file-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing demlo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing delly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dehydrated ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing debootstrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing debian-devscripts-bts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dealii-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dealii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ddd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ddcutil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ddcui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dconf-editor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dcmtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dbus-verbose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dbus-test-runner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dbus-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dbus-cxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dbus-c++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dbqn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing davfs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing dav1d ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing dataparksearch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing darktable ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing darkice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing daikichi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing d-spy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing d-feet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cyrus-sasl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cvs-fast-export ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cvassistant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cutter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing curlpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing curlie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing curlftpfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cura-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cura ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cups-pk-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cups-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cups-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cups-filters ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cups ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cups ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cuirass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cubeb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cube ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ctrlr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing csound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing csfml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing cryptominisat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cryfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing crispy-doom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing createrepo-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing crawl-tiles ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing cppzmq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cppcodec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cpp-mustache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cpp-httplib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cozy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing coturn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing corsix-th ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing corosync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing corkscrew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing coq-interval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing coq-bignums ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing copyq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cool-retro-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing converseen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing conntrack-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing connman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing conmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing conky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing confclerk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing compton-conf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing compton ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing combinatorial-blas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing colordiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing colord-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing colord-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing colord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing colobot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing collectd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing coin3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cogserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cogl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing coeurl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing codingquarry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing coda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cockatrice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cmus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cmst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cmh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cmake-minimal-cross ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cmake-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cmake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing clyrics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing clutter-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing clutter-gst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing clutter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing clusterssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cloud-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing clipnotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing clipmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing clipman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing clipit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing clingo-dl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing clingo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing cling derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing cli-visualizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing clementine ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
warning: error when computing clazy derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing claws-mail ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing clang-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing clamav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ckb-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing ck derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f unsupported target ~S (xtensa-ath9k-elf) #f)
error: while processing circtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing cinnamon-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cifs-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing chrony ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing chromium-bsu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing chromaprint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing chroma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing choqok ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing chocolate-doom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing chipmunk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing chez-scheme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing chessx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cheese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing chatty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing chaiscript ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing chafa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cgoban ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cglm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing cgit-pink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cgdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cfitsio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ceph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing centrifuge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing celluloid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cellsnp-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing celestia-gtk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing celestia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cdrdao ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cdogs-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cdo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cdemu-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cdemu-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing cctools derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing ccrtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ccid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ccfits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ccextractor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing cbqn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cbatticon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cawbird ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cava ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing catimg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing catch2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing catch2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cataclysm-dda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing casync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing castxml derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing castor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing castget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing casacore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing carla ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing carla ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing caribou ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cargo-machete ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing cardpeek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing capypdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing caps-plugins-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing cantata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing candle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing camlp5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cambalache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing calls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing calindori ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing calf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing calcmysky-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing calcmysky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing caja-extensions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing caja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cairomm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing cairomm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing cairo-xcb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing cairo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing cagebreak ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing cage ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing caf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing cadabra2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
warning: error when computing c2ffi derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing c-vise derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
warning: error when computing c-reduce derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing bzflag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing byzanz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing byobu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing butt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing burp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing burgerspace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bullet ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing buildah ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing btrbk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bspwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bsnes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bshapr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing bsequencer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing bsd-games ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bschaffl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing bs1770gain ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing bruteforce-salted-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing browserpass-native ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing brltty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing brlaser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing brightnessctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing breeze-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing breeze-icons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing breeze ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing brdf-explorer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing brasero ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing bpftrace derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing box2d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bowtie1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bowtie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bower ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bovo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bootstrap-tarballs ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position ~A (expecting ~A): ~S (1 struct #f) (#f))
error: while processing boost-mpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing boolector ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing book-sparc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing bomber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bolt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing boinc-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing boinc-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bochs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing blurhash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing bluez-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bluez-alsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bluez ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing blueprint-compiler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing blueprint-compiler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing blueman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bluefish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bluedevil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing blobwars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing blktrace ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing bless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing blender ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing blastem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing blast+ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing blasr-libcpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing blasr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing blanket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bjumblr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing bitmask ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing bitlbee-purple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bitlbee-discord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bitlbee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bitcoin-unlimited ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bitcoin-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bismark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bird ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bioperl-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bigloo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing biboumi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bffe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing berry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bennu-game-development-modules ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bennu-game-development ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bemenu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing belle-sip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: error when computing beignet derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing bedtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bedtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bear ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bchoppr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
warning: error when computing bcc derivation for system x86_64-linux (xtensa-ath9k-elf): (misc-error #f LLVM target arch for system is unknown ~S (xtensa-elf) #f)
error: while processing bcachefs-tools-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bcachefs-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bcachefs-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bbcsdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing batsignal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing basu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing basket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing barrier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing barrage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing barony ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing baobab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bandage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing bamtools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing balsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing baloo-widgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing baloo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing badvpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing babl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing babl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing babeltrace-dev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing babeltrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing b3sum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing azr3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing azpainter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing azimuth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing axoloti-patcher-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing axoloti-patcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing axc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aws-sdk-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aws-crt-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aws-c-s3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aws-c-mqtt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aws-c-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aws-c-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aws-c-event-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aws-c-cal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aws-c-auth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing awesome ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing avr-gdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing avogadrolibs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing avogadro2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing avldrums-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing avizo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing avidemux ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing avahi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing autotrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing autossh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing autojump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing autofs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing authenticator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ausweisapp2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ausweisapp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing augustus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing audmes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing audit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing audiocd-kio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing audacity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing audacious ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing attica ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing attica ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing attention ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing atril ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing atop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing atomspace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing atomic-queue ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing atkmm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing atkmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing atk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing atelier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ataqv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing at-spi2-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing at-spi2-atk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing asymptote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing asunder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing astromenace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing astroid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing asio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing asignify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ashuffle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing aseprite ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing aseba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing asciidoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing arx-libertatis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing artyfx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing artanis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing arriba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing arpack-ng-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing arp-scan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing armagetronad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aria2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing arcanist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing arcan-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing arcan-sdl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing arcan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing arc-theme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing arc-icon-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing aqbanking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing apt-mirror ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing apricots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing appstream-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing appstream-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing appstream-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing appstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing appmenu-gtk-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing apostrophe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing apfs-fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing apertium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing apache-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing apache-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing apache-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aoflagger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ao ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing anubis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing antlr2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing anki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ani-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing android-file-transfer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing anarch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing amule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing amtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing amsynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing american-fuzzy-lop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing amalgamate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing alure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing alsa-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing alsa-scarlett-gui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing alsa-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing alsa-modular-synth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing alpine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing allegro ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing allegro ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing allegro ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing alienblaster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing alfis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing alfa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aldo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing alacritty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing akregator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing akonadi-search ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing akonadi-notes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing akonadi-mime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing akonadi-contacts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing akonadi-calendar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing akonadi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing akku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aisleriot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing agi-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing agg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing agate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing aflplusplus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aerc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aegisub ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "xtensa-ath9k-elf">)
error: while processing aegis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing adcli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing adaptivecpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing adanaxisgpl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
warning: request for x86_64-linux derivation for ada-ed produced a derivation for system i686-linux
error: while processing acpilight ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing accountsservice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ablorb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing ableton-link ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing abiword ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing abe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing abcde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing abbaye ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing aardvark-dns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f00503e04d0> target: "xtensa-ath9k-elf">)
error: while processing a4pdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing a2ps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing a2jmidid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing 9yacc ignoring error: %exception: (#<&gexp-input-error input: #<unspecified>>)
error: while processing 9base ignoring error: %exception: (#<&gexp-input-error input: #<unspecified>>)
error: while processing 7kaa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing 4dtris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing 389-ds-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
error: while processing 0ad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f004a791f20> target: "xtensa-ath9k-elf">)
debug: Finished getting derivations for (x86_64-linux . xtensa-ath9k-elf), took 1072 seconds
debug: Starting getting patch-file-names lint warnings
debug: Finished getting patch-file-names lint warnings, took 2 seconds
debug: Starting getting derivations for (x86_64-linux . powerpc-linux-gnu)
heap size: 543.0 MiB
inferior heap: 817.0 MiB used (915.0 MiB heap)
warning: error when computing sysbench derivation for system x86_64-linux (powerpc-linux-gnu): (misc-error #f unsupported target ~S (powerpc-linux-gnu) #f)
warning: error when computing swi-prolog derivation for system x86_64-linux (powerpc-linux-gnu): (misc-error #f swi-prolog requires --system and --target to have the same word size () #f)
error: while processing runitor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing runc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing run ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing restic-rest-server ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing restic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing rclone ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing pup ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing poussetaches ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing podman ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing pixterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing phantomsocks ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
warning: SQLite database is busy
error: while processing orfondl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing orf-dl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing opensmtpd-filter-rspamd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing omemo-wget ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing oauth2l ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing nsq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing noisetorch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing nncp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
warning: request for x86_64-linux derivation for nhc98 produced a derivation for system i686-linux
error: while processing nebula ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing nats-server ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing mullvadbrowser ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing misspell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
warning: request for x86_64-linux derivation for nhc98 produced a derivation for system i686-linux
error: while processing miniflux ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing miller ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing matterbridge ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing lxd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing lfs-s3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing lf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing kurly ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing kubo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing kineto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing kiln ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing kappanhang ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing ipp-usb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing imposm3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing hyperledger-fabric ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
error: while processing hut ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing hebcal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing harmonist ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing gx-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing gx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
warning: request for x86_64-linux derivation for nhc98 produced a derivation for system i686-linux
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
error: while processing gron ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing guile-static-stripped-tarball ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/5am156l976s9qgwjgrjyxcqqfd39pdfk-mingw-w64-x86_64-12.0.0.drv => /gnu/store/bas3wk6wk1l81h3ccvw71rf821h1yvzz-mingw-w64-x86_64-12.0.0 7f802735c0a0> output: "static">)
error: while processing guile-static-stripped ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/5am156l976s9qgwjgrjyxcqqfd39pdfk-mingw-w64-x86_64-12.0.0.drv => /gnu/store/bas3wk6wk1l81h3ccvw71rf821h1yvzz-mingw-w64-x86_64-12.0.0 7f802735c0a0> output: "static">)
error: while processing guile-static-initrd ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/5am156l976s9qgwjgrjyxcqqfd39pdfk-mingw-w64-x86_64-12.0.0.drv => /gnu/store/bas3wk6wk1l81h3ccvw71rf821h1yvzz-mingw-w64-x86_64-12.0.0 7f802735c0a0> output: "static">)
error: while processing govulncheck ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing gotypist ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing gotestsum ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing gopls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing gojq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing gofumpt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing gocryptfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-webring ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-torproject-org-pluggable-transports-goptlib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-structlayout-pretty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-structlayout-optimize ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-structlayout ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-staticcheck ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-sigs-k8s-io-yaml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-sentences ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-sctp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-pprof ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-pixelmatch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-pgregory-net-rapid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-numcpus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-nhooyr-io-websocket ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-netns ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-netlink ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-mvdan-cc-xurls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-mvdan-cc-unparam ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-mvdan-cc-gofumpt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-minisign ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-minify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-madns ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-lz4c ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-lukechampine-com-blake3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-keyify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-ipfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-howett-net-plist ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-honnef-co-go-tools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-hclogvet ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gotest-tools-internal-source ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gotest-tools-internal-format ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gotest-tools-internal-difflib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gotest-tools-assert ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg.in-tomb.v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-yaml-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-yaml-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-warnings ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-tomb-v1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-square-go-jose-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-op-go-logging-v1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-natefinch-lumberjack.v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-mgo-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-irc-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-irc-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-ini-v1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-ini ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-go-playground-validator-v9 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-go-playground-assert-v1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-errgo-fmt-errors ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-djherbis-times-v1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-check-v1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gopkg-in-alecthomas-kingpin-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-google-golang-org-protobuf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-zx2c4-com-wireguard ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-xerrors ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-vuln ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-tools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-time ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-text ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-term ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-sys ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-sync ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-oauth2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-net ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-mod ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-lint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-image ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-exp-typeparams ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-exp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-x-crypto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-sql-mock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-golang-org-rainycape-unidecode ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-go-uber-org-zap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-go-uber-org-multierr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-go-uber-org-mock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-go-uber-org-goleak ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-go-uber-org-fx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-go-uber-org-dig ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-go-uber-org-automaxprocs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-go-uber-org-atomic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-go-etcd-io-gofail ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-go-etcd-io-bbolt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gitlab.com-shackra-goimapnotify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gitlab-com-yawning-edwards25519-extra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gitlab-com-ambrevar-golua-unicode ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-gitlab-com-ambrevar-damerau ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github.com-smartystreets-gunit ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github.com-smartystreets-goconvey ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github.com-smartystreets-assertions ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github.com-nsf-termbox-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github.com-nsf-gothic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github.com-jtolds-gls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-go-git ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-zenhack-go-notmuch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-zclconf-go-cty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-zalando-go-keyring ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-yuin-goldmark-emoji ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-yuin-goldmark ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-yookoala-realpath ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-xo-terminfo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-xi2-xz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-xhit-go-str2duration-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-xeipuuv-gojsonschema ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-xeipuuv-gojsonreference ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-xeipuuv-gojsonpointer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-xdg-go-stringprep ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-xdg-go-scram ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-xdg-go-pbkdf2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-xanzy-ssh-agent ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-x448-float16 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-wtolson-go-taglib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-wraparound-wrap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-willscott-goturn ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-whyrusleeping-tar-utils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-whyrusleeping-stump ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-whyrusleeping-progmeter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-whyrusleeping-multiaddr-filter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-whyrusleeping-json-filter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-whyrusleeping-gx-util ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-whyrusleeping-go-sysinfo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-whyrusleeping-go-keyspace ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-whyrusleeping-chunker ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-whyrusleeping-cbor-gen ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-whyrusleeping-cbor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-whyrusleeping-base32 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-warpfork-go-wish ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-warpfork-go-testmark ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-vmihailenco-tagparser ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-vmihailenco-msgpack-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-vividcortex-ewma ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-vitrun-qart ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-valyala-tcplisten ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-valyala-fasthttp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-valyala-bytebufferpool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-urfave-cli-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-urfave-cli ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ulikunitz-xz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ugorji-go-codec ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-twpayne-go-xdg-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-twpayne-go-vfsafero ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-twpayne-go-vfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-twpayne-go-shell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-twmb-murmur3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tv42-httpunix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tkuchiki-go-timezone ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tklauser-numcpus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tklauser-go-sysconf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tj-docopt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tidwall-sjson ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tidwall-pretty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tidwall-match ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tidwall-gjson ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-thejerf-suture-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-thejerf-suture ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tevino-abool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tekwizely-go-parsing ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-technoweenie-multipartstreamer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tdewolff-test ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tdewolff-parse-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tdewolff-minify-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-tdewolff-hasher ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-syndtr-goleveldb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-syncthing-notify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-surgebase-porter2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-surge-glog ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-subosito-gotenv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-stretchr-testify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-stretchr-testify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-stretchr-objx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-stevedonovan-luar ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-stathat-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ssor-bom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ssgelm-cookiejarparser ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-spf13-viper ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-spf13-pflag ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-spf13-jwalterweatherman ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-spf13-cobra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-spf13-cast ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-spf13-afero ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-spaolacci-murmur3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-sourcegraph-jsonrpc2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-songmu-gitconfig ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-songgao-water ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-skratchdot-open-golang ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-skip2-go-qrcode ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-sirupsen-logrus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-signintech-gopdf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-shurcool-sanitized-anchor-name ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-shopspring-decimal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-shirou-gopsutil-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-shirou-gopsutil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-sherclockholmes-webpush-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-shadowsocks-go-shadowsocks2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-sevlyar-go-daemon ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-sergi-go-diff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-schollz-progressbar-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-schachmat-ingo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-savsgio-gotils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-sasha-s-go-deadlock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-saracen-walker ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-sabhiram-go-gitignore ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-rylans-getlang ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-russross-blackfriday ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-rubyist-tracerx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-rogpeppe-go-internal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-robfig-cron ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-riywo-loginshell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-rivo-uniseg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-rivo-tview ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-riobard-go-bloom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-rifflock-lfshook ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-rfjakob-eme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-remeh-sizedwaitgroup ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-refraction-networking-utls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-rcrowley-go-metrics ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-rakyll-statik ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-quic-go-webtransport-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-quic-go-quic-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-quic-go-qtls-go1-20 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-quic-go-qpack ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-puerkitobio-goquery ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pterm-pterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-protonmail-go-crypto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-prometheus-procfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-prometheus-node-exporter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-prometheus-common ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-prometheus-client-model ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-prometheus-client-golang ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-prashantv-gostub ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pquerna-cachecontrol ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-polydawn-refmt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pmezard-go-difflib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pkg-xattr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pkg-sftp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pkg-profile ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pkg-errors ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pkg-diff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pires-go-proxyproto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-turn-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-turn-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-turn ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-transport-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-transport-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-transport ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-stun-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-stun ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-sctp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-rtp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-randutil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-mdns-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-mdns ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-logging ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-ice-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-ice-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-ice ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-dtls-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-dtls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pion-datachannel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pierrec-lz4-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pierrec-lz4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pierrec-cmdflag ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-phpdave11-gofpdi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-petermattis-goid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-peterbourgon-diskv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pelletier-go-toml-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pelletier-go-toml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pborman-getopt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-pbnjay-memory ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-otiai10-mint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-otiai10-copy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-oschwald-maxminddb-golang ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-oschwald-geoip2-golang ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-orisano-pixelmatch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-operatorfoundation-shapeshifter-transports ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-operatorfoundation-shapeshifter-ipc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-operatorfoundation-obfs4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-operatorfoundation-monolith-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-operatorfoundation-ed25519 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-opentracing-opentracing-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-openprinting-goipp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-op-go-logging ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-onsi-gomega ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-onsi-ginkgo-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-onsi-ginkgo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-oneofone-xxhash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-olekukonko-ts ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-olekukonko-tablewriter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-nxadm-tail ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-nwidger-jsoncolor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-nwaples-rardecode-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-nwaples-rardecode ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-nsqio-go-nsq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-nsqio-go-diskqueue ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-niklasfasching-go-org ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-niemeyer-pretty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-neurosnap-sentences ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-nbrownus-go-metrics-prometheus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-nats-io-nuid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-nats-io-nkeys ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-nats-io-nats-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-nats-io-jwt-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-nathan-osman-go-sunrise ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-multiformats-go-varint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-multiformats-go-multistream ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-multiformats-go-multihash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-multiformats-go-multicodec ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-multiformats-go-multibase ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-multiformats-go-multiaddr-net ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-multiformats-go-multiaddr-fmt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-multiformats-go-multiaddr-dns ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-multiformats-go-multiaddr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-multiformats-go-multiaddr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-multiformats-go-base36 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-multiformats-go-base32 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mufti1-interconv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-muesli-termenv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-muesli-reflow ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mtibben-percent ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mtibben-androiddnsfix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-msteinert-pam-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-msteinert-pam ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mreiferson-go-svc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mreiferson-go-options ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mr-tron-base58 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-motemen-go-colorine ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-montanaflynn-stats ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-modern-go-reflect2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-modern-go-concurrent ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mitchellh-reflectwalk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mitchellh-mapstructure ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mitchellh-go-wordwrap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mitchellh-go-homedir ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mitchellh-copystructure ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mitchellh-colorstring ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-miolini-datacounter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-minio-sha256-simd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-minio-highwayhash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-minio-blake2b-simd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mikefarah-yq-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-miekg-dns ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-microcosm-cc-bluemonday ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-michiwend-gomusicbrainz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-michiwend-golang-pretty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mholt-archiver-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mgutz-ansi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mesilliac-pulse-simple ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-matttproud-golang-protobuf-extensions-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mattn-go-zglob ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mattn-go-sqlite3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mattn-go-shellwords ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mattn-go-runewidth ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mattn-go-pointer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mattn-go-isatty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-mattn-go-colorable ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-matryer-try ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-matrix-org-gomatrix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-masterminds-sprig-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-masterminds-semver-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-masterminds-goutils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-marvinjwendt-testza ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-maruel-panicparse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-marten-seemann-qtls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-marten-seemann-chacha20 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-marcinbor85-gohex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-makeworld-the-better-one-go-gemini-socks5 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-makeworld-the-better-one-go-gemini ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-magiconair-properties ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-macronut-go-tproxy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-lunixbochs-vtclean ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-lucasb-eyer-go-colorful ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-logrusorgru-aurora-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-logrusorgru-aurora-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-logrusorgru-aurora ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-lithammer-fuzzysearch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-libp2p-go-socket-activation ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-libp2p-go-libp2p-protocol ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-libp2p-go-libp2p-peer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-libp2p-go-libp2p-metrics ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-libp2p-go-libp2p-crypto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-libp2p-go-flow-metrics ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-lib-pq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-lestrrat-go-strftime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-lestrrat-go-envload ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-leonelquinteros-gotext ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-leodido-go-urn ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-kyoh86-xdg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-kylelemons-godebug ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-kr-text ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-kr-pretty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-kr-fs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-kortschak-utter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-klauspost-pgzip ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-klauspost-cpuid-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-klauspost-cpuid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-klauspost-compress ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-keybase-go-ps ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-kevinburke-ssh-config ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-kballard-go-shellquote ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-kataras-pio ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-kataras-golog ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-karrick-godirwalk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-kardianos-osext ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-kardianos-minwinsvc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-k0kubun-pp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-k0kubun-go-ansi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-junegunn-fzf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-julienschmidt-httprouter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-juju-ansiterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-json-iterator-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jpillora-backoff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-josharian-intern ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jonboulle-clockwork ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-johnkerl-lumin ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jmespath-go-jmespath ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jinzhu-copier ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jhillyerd-enmime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jessevdk-go-flags ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jdkato-twine ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jcmturner-rpc-v2-ndr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jcmturner-rpc-v2-mstypes ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jcmturner-rpc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jcmturner-gokrb5-v8 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jcmturner-goidentity-v6 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jcmturner-gofork ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jcmturner-dnsutils-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jcmturner-aescts-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jbenet-goprocess ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jbenet-go-temp-err-catcher ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jbenet-go-random ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jbenet-go-context ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jbenet-go-cienv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jba-templatecheck ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jba-printsrc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jaytaylor-html2text ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jacobsa-reqtrace ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jacobsa-ogletest ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jacobsa-oglemock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jacobsa-oglematchers ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jackpal-go-nat-pmp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-jackpal-gateway ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-itchyny-timefmt-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-itchyny-gojq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipld-go-ipld-prime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipld-go-codec-dagpb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-metrics-interface ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-log-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-log ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-ipld-legacy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-ipld-git ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-ipld-format ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-ipld-cbor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-ipfs-util ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-ipfs-exchange-interface ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-ipfs-ds-help ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-ipfs-delay ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-ipfs-cmdkit-files ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-ipfs-blocksutil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-ipfs-blockstore ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-ipfs-api ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-detect-race ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-datastore ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-cidutil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-cid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-go-block-format ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ipfs-bbloom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-imdario-mergo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ianlancetaylor-demangle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-huandu-xstrings ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hjson-hjson-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hhrutter-tiff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hhrutter-lzw ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hexops-gotextdiff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hebcal-hebcal-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hebcal-gematriya ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hashicorp-hcl-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hashicorp-hcl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hashicorp-golang-lru-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hashicorp-golang-lru ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hashicorp-go-version ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hashicorp-go-uuid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hashicorp-go-syslog ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hashicorp-go-multierror ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hashicorp-go-hclog ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hashicorp-go-cleanhttp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hashicorp-errwrap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hanwen-go-fuse-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-hanwen-fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gxed-hashland-murmur3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gxed-hashland-keccakpg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gsterjov-go-libsecret ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gregjones-httpcache ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gorilla-websocket ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gorilla-sessions ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gorilla-securecookie ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gorilla-mux ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gorilla-handlers ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gorilla-css ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gorilla-csrf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gorilla-context ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gorhill-cronexpr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gookit-color ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-uuid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-shlex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-safehtml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-renameio ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-pprof ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-gousb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-goterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-gopacket ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-gofuzz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-go-tpm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-go-querystring ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-go-jsonnet ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-go-github-v33 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-go-github ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-go-cmp-cmp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-go-cmdtest ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-cadvisor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-google-btree ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gomodule-redigo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gologme-log ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-golangplus-testing ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-golangplus-fmt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-golang-snappy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-golang-protobuf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-golang-jwt-jwt-v5 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-golang-jwt-jwt-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-golang-jwt-jwt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-golang-groupcache ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-golang-freetype ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gogs-chardet ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gogo-protobuf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-godbus-dbus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-goccy-go-yaml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-goccy-go-json ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gobwas-glob ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-webauthn-x ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-webauthn-webauthn ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-test-deep ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-telegram-bot-api-telegram-bot-api ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-task-slim-sprig-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-task-slim-sprig ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-sql-driver-mysql ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-playground-validator-v10 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-playground-universal-translator ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-playground-locales ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-playground-assert-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-md2man ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-logr-logr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-ldap-ldap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-jose-go-jose-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-jose-go-jose-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-ini-ini ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-git-go-git-fixtures ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-git-go-billy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-git-gcfg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-chi-chi-v5 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-go-asn1-ber-asn1-ber ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gizak-termui ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-git-lfs-wildmatch-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-git-lfs-pktline ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-git-lfs-go-netrc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-git-lfs-gitobj-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-getsentry-raven-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gedex-inflector ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gdamore-tcell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gdamore-tcell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gdamore-encoding ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gaukas-godicttls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gatherstars-com-jwz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-gabriel-vasile-mimetype ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-fxamacker-cbor-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-fsnotify-fsnotify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-frankban-quicktest ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-francoispqt-gojay ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-fogleman-gg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-flynn-noise ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-flynn-archive-go-shlex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-flopp-go-findfont ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-felixge-httpsnoop ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-felixge-fgprof ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-fatih-color ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-facette-natsort ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-facebookgo-atomicfile ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-expr-lang-expr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-errata-ai-regexp2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-errata-ai-ini ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emirpasic-gods ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emicklei-go-restful ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-textwrapper ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-smtp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-sasl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-pgpmail ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-msgauth ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-milter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-message ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-mbox ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-maildir ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-imap-sortthread ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-imap-idle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-imap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-emersion-go-autostart ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-elliotchance-orderedmap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-elgris-jsondiff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dvsekhvalnov-jose2go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dustin-gojson ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dustin-go-humanize ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dsnet-golib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dsnet-compress ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dreamacro-go-shadowsocks2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dpotapov-go-spnego ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-docopt-docopt-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-docker-machine ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-docker-go-units ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-docker-go-connections ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-docker-distribution ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dlclark-regexp2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-djherbis-times ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-djherbis-atime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-disintegration-imaging ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-direnv-go-dotenv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dimchansky-utfbom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dgryski-go-mph ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dgryski-go-metro ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-delthas-go-localeinfo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-delthas-go-libnp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-deckarep-golang-set ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ddevault-go-libvterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dchest-siphash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dbaggerman-cuba ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-daviddengcn-go-colortext ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-davecgh-go-xdr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-davecgh-go-spew ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-dave-jennifer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-danwakefield-fnmatch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-d5-tengo-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-d4l3k-messagediff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cyberdelia-go-metrics-graphite ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cupcake-rdb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cskr-pubsub ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-creack-pty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-couchbase-gomemcached ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-coreos-go-systemd-v22 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-coreos-go-semver ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-coreos-go-oidc-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-coreos-go-oidc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-coocood-freecache ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-containerd-console ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cloudflare-circl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-client9-misspell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cli-safeexec ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-chzyer-test ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-chzyer-readline ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-chzyer-logex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-chris-ramon-douceur ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-chmduquesne-rollinghash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cheggaaa-pb-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cheggaaa-pb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cheekybits-is ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cheekybits-genny ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-charmbracelet-harmonica ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-charmbracelet-glamour ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-charmbracelet-bubbletea ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cespare-xxhash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cespare-mph ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-certifi-gocertifi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cention-sany-utf7 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-cenkalti-backoff-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ccding-go-stun ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-calmh-xdr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-bwesterb-go-ristretto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-burntsushi-toml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-burntsushi-locker ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-btcsuite-btclog ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-btcsuite-btcd-btcec ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-briandowns-spinner ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-bradfitz-gomemcache ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-bmizerany-perks-quantile ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-bmatcuk-doublestar-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-bmatcuk-doublestar-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-bmatcuk-doublestar ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-blanu-dust ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-blang-semver-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-blang-semver ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-bits-and-blooms-bloom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-bits-and-blooms-bitset ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-bitly-timer-metrics ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-bitly-go-hostpool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-store-step ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-store-llrb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-store-kdtree ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-store-interval ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-hts-tabix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-hts-sam ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-hts-fai ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-hts-csi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-hts-cram ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-hts-bgzf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-hts-bam ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-graph ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-biogo-biogo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-bep-golibsass ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-beorn7-perks-quantile ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-benbjohnson-clock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-azure-go-ntlmssp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-ayufan-golang-kardianos-service ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aymerick-douceur ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aymanbagabas-go-osc52-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aws-smithy-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aws-sdk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aws-aws-sdk-go-v2-service-sts ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aws-aws-sdk-go-v2-service-ssooidc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aws-aws-sdk-go-v2-service-sso ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aws-aws-sdk-go-v2-service-s3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aws-aws-sdk-go-v2-service-iam ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aws-aws-sdk-go-v2-feature-s3-manager ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aws-aws-sdk-go-v2-config ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aws-aws-sdk-go-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aws-aws-sdk-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-avast-retry-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-audriusbutkevicius-recli ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-audriusbutkevicius-pfilter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-arran4-golang-ical ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-armon-go-radix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-arceliar-phony ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-arceliar-ironwood ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-apparentlymart-go-textseg-v13 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-apparentlymart-go-textseg-autoversion ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-apparentlymart-go-openvpn-mgmt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aperturerobotics-jacobsa-crypto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-anmitsu-go-shlex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-andybalholm-cascadia ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-andybalholm-brotli ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-androiddnsfix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-anaseto-gruid-tcell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-anaseto-gruid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alsm-ioprogress ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alexliesenfeld-health ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alecthomas-units ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alecthomas-template ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alecthomas-repr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alecthomas-participle-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alecthomas-kong ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alecthomas-kingpin-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alecthomas-kingpin ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alecthomas-colour ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alecthomas-chroma-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alecthomas-chroma ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alecthomas-assert-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-alcortesm-tgz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-akosmarton-papipes ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aki237-nscjar ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-agext-levenshtein ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aead-chacha20 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-adrg-xdg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-adrg-strutil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-abadojack-whatlanggo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-aarzilli-golua ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-a8m-envsubst ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-github-com-99designs-go-keyring ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-git-sr-ht-sircmpwn-go-bare ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-git-sr-ht-sircmpwn-getopt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-git-sr-ht-rockorager-tcell-term ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-git-sr-ht-emersion-gqlclient ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-git-sr-ht-emersion-go-sqlite3-fts5 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-git-sr-ht-emersion-go-scfg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-git-sr-ht-adnano-go-gemini ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-filippo-io-edwards25519 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-filippo-io-age ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-dario-cat-mergo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-code-cloudfoundry-org-bytefmt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-cloud-google-com-go-compute-metadata ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-chroma ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-c2sp-org-cctv-age ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-bazil-org-fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-atomicgo-dev-schedule ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-atomicgo-dev-keyboard ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-atomicgo-dev-cursor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-atomicgo-dev-assert ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-arc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing go-0xacab-org-leap-shapeshifter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
warning: SQLite database is busy
error: while processing git-sizer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing git-lfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing git-annex-remote-rclone ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing ginkgo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing ghq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for gens-gs produced a derivation for system i686-linux
error: while processing gemget ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
error: while processing fzf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
warning: request for x86_64-linux derivation for gens-gs produced a derivation for system i686-linux
error: while processing fiano ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing fdroidcl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing exercism ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing esbuild-node ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing esbuild ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing edirect-go-programs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing edirect ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
error: while processing dstask ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
warning: error when computing ck derivation for system x86_64-linux (powerpc64le-linux-gnu): (misc-error #f unsupported target ~S (powerpc64le-linux-gnu) #f)
error: while processing doctl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing docker-registry ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing docker-libnetwork-cmd-proxy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing docker-cli ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing docker ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing direnv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
warning: request for x86_64-linux derivation for dev86 produced a derivation for system i686-linux
error: while processing demlo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing delve ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing curlie ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing csvdiff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing countdown ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing containerd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
warning: request for x86_64-linux derivation for dev86 produced a derivation for system i686-linux
error: while processing cni-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing clipman ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing chezmoi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing chathistorysync ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing cf-tool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing buildah ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing browserpass-native ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing bootstrap-tarballs ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/5am156l976s9qgwjgrjyxcqqfd39pdfk-mingw-w64-x86_64-12.0.0.drv => /gnu/store/bas3wk6wk1l81h3ccvw71rf821h1yvzz-mingw-w64-x86_64-12.0.0 7f7fa60a1000> output: "static">)
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for gens-gs produced a derivation for system i686-linux
error: while processing bombadillo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing bitmask ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
debug: Finished getting derivations for (x86_64-linux . powerpc64le-linux-gnu), took 4126 seconds
debug: Starting getting profile-collisions lint warnings
error: while processing badass ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
debug: Finished getting derivations for (x86_64-linux . riscv64-linux-gnu), took 4177 seconds
debug: Starting getting derivations for (x86_64-linux . or1k-elf)
heap size: 559.0 MiB
inferior heap: 2642.0 MiB used (3043.0 MiB heap)
error: while processing aws-vault ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing ztoolkit-rsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing ztoolkit ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing automatic-component-toolkit ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing zsnes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zrythm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing zrtpcpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zplugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing zoxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing znc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing zile-on-guile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing zig-zls derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing zig derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing zig derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing zfs-auto-snapshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zenity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zeitgeist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zeal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zchunk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zathura-ps ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing zathura-pdf-poppler ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing zathura-pdf-mupdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zathura-djvu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing zathura-cb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing zathura ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing zam-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing zabbix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zabbix-agentd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing zabbix-agent2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing yubikey-manager-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing yubico-piv-tool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing yubico-pam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ytfzf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing youtube-viewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing yosys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing yoshimi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ykclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing yelp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: request for x86_64-linux derivation for ada-ed produced a derivation for system i686-linux
debug: Finished getting derivations for (x86_64-linux . x86_64-w64-mingw32), took 4194 seconds
error: while processing ani-cli ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
debug: Starting getting source-unstable-tarball lint warnings
debug: Finished getting source-unstable-tarball lint warnings, took 2 seconds
debug: Starting getting derivations for (x86_64-linux . mips64el-linux-gnu)
heap size: 559.0 MiB
inferior heap: 2638.0 MiB used (3084.0 MiB heap)
error: while processing yasm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing age-keygen ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing age ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing yaru-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing yapet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing yambar-wayland ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing yamagi-quake2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing yakuake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing yadifa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing yad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xzgv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xygrib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xyce-serial ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xyce-parallel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xxkb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xwud ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xwrits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xwininfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xwhite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xwd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xwallpaper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xvkbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xvinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xvfb-run ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xuidesigner ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xtrlock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xtitle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xsv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing xst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xssstate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xssproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xss-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xsnow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aerc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing xshogi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xsettingsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xsetroot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xsensors ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xsel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xsecurelock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xscreensaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xschem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xsane ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xremap-x11 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing xremap-wlroots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing xremap-sway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing xremap-hyprland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing xremap-gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing xrefresh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: request for x86_64-linux derivation for ada-ed produced a derivation for system i686-linux
error: while processing xrdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing actionlint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "x86_64-linux-gnux32">)
error: while processing xrdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xrandr-invert-colors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xrandr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xprop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xplanet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xpenguins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xpdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xpad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xournalpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xournal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xosd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xoscope ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xorriso ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xorgxrdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xorg-server-xwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xorg-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xonotic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xnotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xnee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xnedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xnec2c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmrig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmoto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmodmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmlto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmlstarlet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmlsec-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmlsec-nss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmlsec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmlrpc-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmessage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmagnify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xmag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xlsfonts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xlsclients ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xlsatoms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xlockmore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xlispstat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xl2tpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xkill ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xkeyboard-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xkbutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xkbset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xkbprint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xkbevd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xkbcomp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xkb-switch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xjackfreak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xinput ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xinit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xhost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xgoldmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xgamma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfwm4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xftwidth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfstests ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xfsprogs-static ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xfsprogs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xfsprogs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xfs_repair-static ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xforms-gl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xforms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfontsel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfoil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfishtank ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xffm+ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfe ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xfdesktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfdashboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-xkb-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-whiskermenu-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-weather-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-wavelan-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-volumed-pulse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-verve-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-timer-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-time-out-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-taskmanager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-systemload-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-stopwatch-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-statusnotifier-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-smartbookmark-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-settings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-screenshooter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-screensaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-pulseaudio-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-power-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-places-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-panel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-notifyd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-netload-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-mpc-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-mount-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-mailwatch-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-genmon-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-fsguard-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-eyes-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-diskperf-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-dict ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-dev-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-datetime-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-cpugraph-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-cpufreq-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-clipman-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-calculator-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-battery-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce4-appfinder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xfburn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-voodoo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-vmware ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-vesa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-tdfx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xf86-video-sis ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xf86-video-siliconmotion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-savage ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xf86-video-r128 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xf86-video-qxl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xf86-video-nv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-nouveau ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-neomagic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-mga ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xf86-video-mach64 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xf86-video-intel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xf86-video-i128 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-fbdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-dummy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-cirrus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-ati ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xf86-video-ast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-ark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-video-amdgpu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-input-wacom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-input-void ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-input-synaptics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-input-mouse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-input-libinput ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xf86-input-keyboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-input-joystick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xf86-input-evdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xeyes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xeus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xdriinfo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xdpyprobe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xdpyinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xdotool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xdo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xdialog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xdg-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xdg-desktop-portal-wlr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xdg-desktop-portal-kde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xdg-desktop-portal-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xdg-desktop-portal-gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xdg-desktop-portal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xdg-dbus-proxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcursorgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcursor-themes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcur2png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcompmgr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcmsdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xclock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xclip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xclickroot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xchm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcb-util-xrm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcb-util-wm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcb-util-renderutil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcb-util-keysyms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcb-util-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcb-util-errors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcb-util-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcb-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcb-imdkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcalib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xcalc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xblackjack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xbindkeys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xbattmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xbanish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xbacklight ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xautomation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xautolock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xarchiver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xarcan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing xaos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing x42-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing x2goclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing x11vnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing x11perf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing x11-ssh-askpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing x-resize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wxwidgets-gtk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wxwidgets-gtk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wxwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wxwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wxwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wxsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
debug: Finished getting derivations for (x86_64-linux . x86_64-linux-gnux32), took 4219 seconds
error: while processing wxmaxima ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
debug: Starting getting source-file-name lint warnings
error: while processing wwwoffle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wvkbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wtype ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wsjtx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wsdd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wsbg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wpewebkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wpebackend-fdo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wpa-supplicant-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wpa-supplicant-gui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wpa-supplicant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing workrave ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wordnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing woof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wolf-spectrum ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wolf-shaper ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wofi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wob ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wmnd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wmname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wmfire ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wmenu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wmctrl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wmcpuload ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wmclock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wmbattery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wmamixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wlsunset ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wlstream ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wlroots-0.16 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wlroots-0.15 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wlroots ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wlr-randr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wlogout ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wlgreet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing wld ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wl-mirror ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wl-clipboard ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wireshark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wireplumber-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wireplumber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wine64-staging ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wine64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wine-staging ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
warning: request for x86_64-linux derivation for wine-minimal produced a derivation for system i686-linux
error: while processing wine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing windowmaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wimlib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wildmidi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wiggletools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing widelands ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing widelands ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing whysynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wgetpaste ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wget2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wfview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wfmash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wf-recorder ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wf-config ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing weston ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wesnoth-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wesnoth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing welle-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing weechat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing websocketpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing webp-pixbuf-loader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing webkitgtk-with-libsoup2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing webkitgtk-for-gtk3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing webkitgtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wdl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wdisplays ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wcslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wbg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing waypipe ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing waylandpp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wayland-utils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wayland-protocols-next ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wayland-protocols ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wayland ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing waybar-experimental ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing waybar-cpu-histogram ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing waybar ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wavbreaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing watchexec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing wasm4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing warzone2100 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing warsow-qfusion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing waffle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wacomtablet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing w3m ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vxl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vxl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vulkan-validationlayers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vulkan-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vulkan-memory-allocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vulkan-loader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vtk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing vtk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing vte-with-gtk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vsftpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
debug: Finished getting source-file-name lint warnings, took 18 seconds
debug: Starting getting derivations for (x86_64-linux . i686-w64-mingw32)
heap size: 559.0 MiB
inferior heap: 2577.0 MiB used (2639.0 MiB heap)
error: while processing vosk-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vorbis-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing volumeicon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing volume-key ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing volk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vnlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vmware-open-vm-tools-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vmware-open-vm-tools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing vmpk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vlc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vlang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vl1-emulator ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing vkquake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vkmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vkd3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vivid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing virtuoso-ose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing virtualpg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing virtualgl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing virt-viewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing virglrenderer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing vips ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vinagre ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing vimb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vim-full ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vigra-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vigra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vifm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing viewnior ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing video-contact-sheet ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing vice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing velvet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing velox ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing vdpauinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vde2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vcsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vcflib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vboot-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing varnish-modules ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing varnish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vapoursynth ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
warning: request for x86_64-linux derivation for dev86 produced a derivation for system i686-linux
error: while processing valgrind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing valeronoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vala-language-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vala ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing vala ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing v4l-utils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing uxn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing uwufetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing uwsgi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing uuu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing utsushi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing utox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing usbutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing usbredir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing usbmuxd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing usbguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing usb-modeswitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing uranium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing upower ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing unshield ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing unpaper ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing unixcw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing units ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing unionfs-fuse-static ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing unionfs-fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ungoogled-chromium-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ungoogled-chromium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing unclutter-xfixes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing unclutter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing unbound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing umockdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ultrastar-deluxe ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ulogd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ulfius ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing uim-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing uim-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing uim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing uhttpmock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing uget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: request for x86_64-linux derivation for zsnes produced a derivation for system i686-linux
error: while processing ufoai ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ufo2map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing uefitool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing udisks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing udevil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ucommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ublock-origin-chromium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
debug: Finished getting profile-collisions lint warnings, took 80 seconds
debug: Starting getting mirror-url lint warnings
debug: Finished getting mirror-url lint warnings, took 0 seconds
debug: Starting getting derivations for (x86_64-linux . i586-pc-gnu)
heap size: 559.0 MiB
inferior heap: 2764.0 MiB used (3275.0 MiB heap)
error: while processing twm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing twinkle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tvtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tuxpaint-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tuxpaint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tuxmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing turbovnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tup ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tumbler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tuba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ttfautohint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tsukundere ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing trust4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing trurl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing trinityrnaseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing trigger-rally ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tremc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing treefmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing tree-sitter-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing trealla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing trayer-srg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing transset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing transmission-remote-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing transmission ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing translate-shell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing transfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing transcode ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing transanno ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing tracy-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tracy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tracker-miners ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tracker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tpm2-tss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing toxic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing touchegg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing totem-pl-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing totem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing torbrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tor-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tophat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tootle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tomlplusplus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tome4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tomb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tokei ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing tofi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tmux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tmate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tlp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tllist ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tlf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tkrev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tklib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tissue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tiramisu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tipp10 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tintin++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tint2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tinc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing timidity++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing timewarrior ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing timescaledb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tilix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tiled ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tilda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tigervnc-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tigervnc-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thunarx-python ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thunar-volman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thunar-vcs-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thunar-shares-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thunar-media-tags-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thunar-archive-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thunar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing threadweaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing threadweaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thermald ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing the-butterfly-effect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thc-ipv6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tgs2png ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tgs2png ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tgif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing textpieces ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texmaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texmacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing ck derivation for system x86_64-linux (powerpc64-linux-gnu): (misc-error #f unsupported target ~S (powerpc64-linux-gnu) #f)
error: while processing texlive-tiny ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-scheme-tetex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-scheme-small ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-scheme-minimal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-scheme-medium ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-scheme-gust ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-scheme-full ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-scheme-context ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-scheme-bookpub ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-scheme-basic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
warning: request for x86_64-linux derivation for wine-staging produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine-minimal produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ada-ed produced a derivation for system i686-linux
debug: Finished getting derivations for (x86_64-linux . powerpc64-linux-gnu), took 4086 seconds
debug: Starting getting optional-tests lint warnings
debug: Finished getting optional-tests lint warnings, took 6 seconds
debug: Starting getting derivations for (x86_64-linux . avr)
heap size: 567.0 MiB
inferior heap: 2726.0 MiB used (3019.0 MiB heap)
error: while processing ztoolkit-rsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ztoolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zsnes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zrythm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zrtpcpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zplugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing zoxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing znc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zile-on-guile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zig-zls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zfs-auto-snapshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zenity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zeitgeist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zeal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zchunk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zathura-ps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zathura-pdf-poppler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zathura-pdf-mupdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zathura-djvu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zathura-cb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zathura ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zam-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zabbix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zabbix-agentd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing zabbix-agent2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yubikey-manager-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yubico-piv-tool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yubico-pam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ytfzf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing youtube-viewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yosys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yoshimi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ykclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yggdrasil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing yelp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yasm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yapet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yambar-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yamagi-quake2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yakuake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yadifa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing yad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xzgv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xygrib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xyce-serial ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xyce-parallel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xxkb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xwud ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xwrits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xwininfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xwhite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xwd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xwallpaper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xvkbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xvinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xvfb-run ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xurls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing xuidesigner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xtrlock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xtitle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xsv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing texlive-collection-xetex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xssstate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xssproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xss-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xsnow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xshogi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xsettingsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xsetroot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xsensors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xsel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xsecurelock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xscreensaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xschem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xsane ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xremap-x11 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing xremap-wlroots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing xremap-sway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing xremap-hyprland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing xremap-gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing xrefresh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-publishers ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xrdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-pstricks ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xrdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xrandr-invert-colors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xrandr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xprop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-plaingeneric ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xplanet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xpenguins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xpdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xpad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xournalpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xournal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xosd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xoscope ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-pictures ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xorriso ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xorgxrdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xorg-server-xwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xorg-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xonotic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-music ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xnotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-metapost ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xnee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xnedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xnec2c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmrig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmoto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmodmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmlto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmlstarlet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmlsec-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmlsec-nss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmlsec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmlrpc-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmessage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmagnify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xmag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xlsfonts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xlsclients ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xlsatoms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xlockmore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xlispstat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xl2tpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xkill ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xkeyboard-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xkbutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xkbset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xkbprint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xkbevd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xkbcomp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xkb-switch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xjackfreak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xinput ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xinit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-mathscience ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xhost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xgoldmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xgamma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfwm4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xftwidth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-luatex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xfstests ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfsprogs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfsprogs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xforms-gl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xforms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfontsel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfoil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfishtank ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-latexrecommended ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing xfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xffm+ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfdesktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfdashboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-xkb-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-whiskermenu-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-weather-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-wavelan-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-volumed-pulse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-verve-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-timer-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-time-out-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-taskmanager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-systemload-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-stopwatch-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-statusnotifier-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-smartbookmark-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-settings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-screenshooter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-screensaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-pulseaudio-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-power-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-places-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-panel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-notifyd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-netload-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-mpc-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-mount-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-mailwatch-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-genmon-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-fsguard-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-eyes-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-diskperf-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-dict ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-dev-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-datetime-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-cpugraph-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-cpufreq-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-clipman-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-calculator-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-battery-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce4-appfinder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xfburn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-voodoo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-vmware ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-vesa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-tdfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-sis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-siliconmotion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-savage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-r128 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-qxl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-nv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-nouveau ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-neomagic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-mga ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-mach64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-intel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-i128 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-fbdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-dummy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-cirrus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-ati ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-ast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-ark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-video-amdgpu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-input-wacom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-input-void ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-input-synaptics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-input-mouse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-input-libinput ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-input-keyboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-input-joystick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xf86-input-evdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xeyes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xeus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdriinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdpyprobe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdpyinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdotool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdialog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdg-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdg-desktop-portal-wlr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdg-desktop-portal-kde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdg-desktop-portal-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdg-desktop-portal-gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdg-desktop-portal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xdg-dbus-proxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcursorgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcursor-themes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcur2png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcompmgr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcmsdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xclock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xclip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xclickroot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xchm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcb-util-xrm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcb-util-wm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcb-util-renderutil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcb-util-keysyms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcb-util-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcb-util-errors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcb-util-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcb-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcb-imdkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcalib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xcalc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xblackjack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xbindkeys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xbattmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xbanish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xbacklight ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xautomation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xautolock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xarchiver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xarcan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing xaos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing x42-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing x2goclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing x11vnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing x11perf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing x11-ssh-askpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing x-resize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wxwidgets-gtk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wxwidgets-gtk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wxwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wxwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wxwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wxsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wxmaxima ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wwwoffle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wvkbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wtype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wsjtx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wsdd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wsbg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wpewebkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wpebackend-fdo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wpa-supplicant-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wpa-supplicant-gui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wpa-supplicant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing workrave ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wordnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing woof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wolf-spectrum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wolf-shaper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wofi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wmnd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wmname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wmfire ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-latexextra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wmctrl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wmcpuload ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wmclock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wmbattery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wmamixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-latex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langspanish ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langportuguese ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wlstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langpolish ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wlroots-0.16 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wlroots-0.15 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wlroots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wlogout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wlgreet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing texlive-collection-langother ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wl-mirror ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langkorean ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wl-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wireshark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wireplumber-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langjapanese ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wireplumber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langitalian ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langgreek ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langgerman ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langfrench ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langeuropean ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langenglish ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langczechslovak ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langcyrillic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langcjk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langchinese ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langarabic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-humanities ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wine64-staging ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-games ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-formatsextra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-fontutils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-fontsrecommended ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wine64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-fontsextra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-context ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-binextra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing wine-staging ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: request for x86_64-linux derivation for wine-minimal produced a derivation for system i686-linux
error: while processing wine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing windowmaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wimlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wildmidi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wiggletools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing widelands ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing widelands ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing whysynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wgetpaste ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wget2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wfview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wfmash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wf-recorder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wf-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing weston ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wesnoth-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wesnoth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing welle-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wego ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing weechat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing websocketpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing webp-pixbuf-loader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing webkitgtk-with-libsoup2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing webkitgtk-for-gtk3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing webkitgtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wdisplays ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wcslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wbg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing waylandpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing waybar-experimental ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing waybar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-bibtexextra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-basic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing wavbreaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing watchexec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing wasm4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing warzone2100 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing warsow-qfusion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wally-cli ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing waffle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing wacomtablet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing w3m ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vxl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vxl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vulkan-validationlayers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vulkan-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vulkan-memory-allocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vulkan-loader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vte-with-gtk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vsftpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vosk-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vorbis-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing volumeicon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing volume-key ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing volk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vnlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vmware-open-vm-tools-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vmware-open-vm-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vmpk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vlc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vlang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vl1-emulator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vkquake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vkmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vkd3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vivid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing virtuoso-ose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing virtualpg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing virtualgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing virt-viewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing virglrenderer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vips ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vinagre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vimb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vim-full ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vigra-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vigra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vifm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing viewnior ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing video-contact-sheet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing velvet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing velox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vdpauinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vde2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vcsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing sysbench derivation for system x86_64-linux (mips64el-linux-gnu): (misc-error #f unsupported target ~S (mips64el-linux-gnu) #f)
error: while processing texlive-bin ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing vcflib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vboot-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing varnish-modules ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing varnish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vapoursynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing valgrind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing valeronoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vale ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing vala-language-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vala ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing vala ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing v4l-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing uxn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing uwufetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing uwsgi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing uuu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing utsushi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing utox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing usbutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing usbredir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing usbmuxd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing usbguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing usb-modeswitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing uranium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing upower ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing unshield ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing unparam ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing unpaper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing unixcw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing units ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-base ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ungoogled-chromium-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ungoogled-chromium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing unclutter-xfixes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing unclutter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing unbound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing umockdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing umoci ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing ultrastar-deluxe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ulogd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ulfius ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing uim-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing uim-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing uim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing uhttpmock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing uget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ufoai ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ufo2map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing uefitool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing udisks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing udevil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ucommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tetzle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing testdisk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ublock-origin-chromium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tesseract-ocr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tesseract-ocr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tesseract-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tessen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing termite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing terminology ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tepl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tensorflow-lite ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tensorflow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tennix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tenacity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing template-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing telepathy-salut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing telepathy-mission-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing telepathy-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing telepathy-idle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing telepathy-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing telepathy-gabble ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing telegram-purple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing telegram-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing telegram-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing teeworlds ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tectonic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing tealdeer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing tcpdump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tclx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tcl-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing taskwarrior ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tascam-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tap-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tao-synth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tao ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing talloc-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing talloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing taisei ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tabixpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tabbed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing t4k-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing system-settings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing system-config-printer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sysprof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sysprof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing twm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing twinkle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tvtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tuxpaint-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sysdig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing sysbench derivation for system x86_64-linux (or1k-elf): (misc-error #f unsupported target ~S (or1k-elf) #f)
error: while processing tuxpaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing synthv1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tuxmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing synthpod ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing synfigstudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing turbovnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing synfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing synergy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tumbler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing syndication-domination ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tuba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing syndication ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ttfautohint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tsukundere ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sylpheed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sxmo-st ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing trust4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sxiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sxhkd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing trurl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing swww ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing trinityrnaseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing trigger-rally ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing trezord ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing tremc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing treefmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing swineherd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing swi-prolog derivation for system x86_64-linux (or1k-elf): (misc-error #f swi-prolog requires --system and --target to have the same word size () #f)
error: while processing swh-plugins-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sweeper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing swc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing swayr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing swaynotificationcenter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing swaylock-effects ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing swaylock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing swayidle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing swayhide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing swayfx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing swaybg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sway ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing swarp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing swappy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing swaks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing svkbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing svd2rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing sushi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing surge-synth ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing surfraw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing surf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing supertuxkart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing supertux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing superlu-dist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing supercollider ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tree-sitter-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing trealla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing trayer-srg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing transset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing transmission-remote-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing transmission ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing translate-shell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing transfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sundials-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sundials-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing transcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing transanno ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing tracy-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sunclock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tracy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sumo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tracker-miners ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tracker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tpm2-tss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing toxic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing touchegg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing totem-pl-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing totem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing torbrowser ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing tor-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tophat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tootle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tome4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tomb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tokei ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing tofi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tmux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tmsu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing tmate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tlp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tlf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tkrev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tklib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tissue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tiramisu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tipp10 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sugar-toolkit-gtk3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sugar-datastore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sugar-artwork ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sugar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tintin++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tint2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tinc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing timidity++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing timewarrior ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing timescaledb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tilix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tiled ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tilda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tigervnc-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing subversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing subunit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tigervnc-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing subdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing stunnel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing stumpish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thunarx-python ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing thunar-volman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing thunar-vcs-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing strongswan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thunar-shares-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing thunar-media-tags-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stringtie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thunar-archive-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stress-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing thunar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing threadweaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing threadweaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing thermald ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing streamripper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing the-butterfly-effect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing thc-ipv6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing strawberry ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tgif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing textpieces ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing straw-viewer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texmaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texmacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing stepmania ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing stellarium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing static-binaries-tarball ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position ~A (expecting ~A): ~S (1 struct #f) (#f))
error: while processing startup-notification ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing starman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing starlong ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing stargate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing starfighter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing star ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing star ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing stalonetray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing stalin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing stagit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing stackistry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing st ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sssd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sshfs-fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sshfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing srt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sratom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing srain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sra-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing squid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing squeak-vm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing squashfs-tools-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sqlitebrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sqlcipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sqitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spread-sheet-widget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spotifyd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing spoon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spng ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing splix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing splash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
warning: error when computing spirv-llvm-translator derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing spiped ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spindle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spike ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spice-vdagent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spice-protocol ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing spice-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sphinxbase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing speedcrunch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing speech-dispatcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spectrwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spectacle-analyzer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing spectacle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spatialite-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spatialite-gui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sparql-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spacefm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing soundconverter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sound-juicer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sord ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sorcer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing soqt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sooperlooper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sonnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sonnet ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sonivox-eas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing solvespace ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sollya ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing solidity ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing solid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing solid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing solfege ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing solarus-quest-editor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing solarus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing soil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing softhsm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sofia-sip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing soci ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing socat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing soapyremote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing soapyaudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing snorenotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing snixembed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sniffglue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing snd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing snapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing snapcast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing snap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing snafu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing snac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing smproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing smplayer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing smithlab-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing smb4k ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing smartdns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing slurm-monitor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing slurm-drmaa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slstatus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slirp4netns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slimevolley ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slepc-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slepc-complex-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sleef ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slade ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing skribilo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing skopeo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing skktools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing skim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing skia ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sjcount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing siril ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sirikali ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sipwitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sipp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sioyek ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing singularity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing singular ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing single-application-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing simplescreenrecorder ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing simple-scan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing simde ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing simavr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sigrok-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing signond-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing signond ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing signon-plugin-oauth2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing signing-party ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sieve-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing siege ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sideload ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing shroud ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing show-me-the-key ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing shotwell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing shotcut ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing shorah ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing shogun ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing shishi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing shiru-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sherlock-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing shared-mime-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sgt-puzzles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sfxr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sfml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sfizz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sextractor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing setzer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing setxkbmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing setroot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing setbfree ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing serd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sequoia-wot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing sequoia-sqv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing sequoia-sq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing sequoia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing sequeler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing seq24 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing segemehl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing seer-gdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing seek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing seed ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing secrets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing seatd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing seahorse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdrangel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sdr++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdlpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdl2-ttf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sdl2-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdl2-mixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdl2-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdl2-gfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdl-ttf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sdl-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdl-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdl-mixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdl-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdl-gfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sddm-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sddm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdcv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdbus-c++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scummvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scummc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scrot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scrollkeeper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scribus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing screentest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing screengrab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing screenfetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing screen-message ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scorep-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scintilla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scilab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing schroedinger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing schismtracker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing schiffbruch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing scantailor-advanced ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scanmem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scanbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scamp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scallop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scalapack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sc-im ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sbsigntools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sawfish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing savvy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing savane ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing satdump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sane-backends ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sane-airscan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sandbar ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing samplv1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sameboy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing samba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing salmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sakura ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sailfish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing saga ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing s7 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing s2tc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rygel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rxvt-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-tiny ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rust-zvariant-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zvariant-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zvariant-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zvariant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zvariant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zune-inflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zstd-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zstd-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zstd-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zstd-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zstd-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zstd-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zoneinfo-compiled ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zeroize-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zeroize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zerocopy-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zerocopy-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zerocopy-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zerocopy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zerocopy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zerocopy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zbus-polkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zbus-names ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zbus-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zbus-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-zbase32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-z85 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-z-base-32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-yeslogic-fontconfig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-yeslogic-fontconfig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-yeslogic-fontconfig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-yasna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-yasna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-yansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-yansi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-yansi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-yaml-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-yaml-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-y4m ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-y4m ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xz2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xxhash-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xxhash-c-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xremap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xmltree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xmltree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xmlparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xml5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xml5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xkeysym ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xkbcommon-dl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xkbcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xkbcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xi-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xflags-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xdg-home ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xdg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xcursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-xattr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x86 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x86 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x509-signature ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x509-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x509-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x509-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x509-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x509-cert ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x25519-dalek-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11rb-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11rb-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11rb-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11rb-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11-dl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-x11 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wyz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wyz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wyz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wyhash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wycheproof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ws2-32-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wmi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wl-clipboard-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wl-clipboard-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wl-clipboard-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wiremock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winutil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winresource ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winnow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winnow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winnow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winit-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-win ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-tokens ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-tokens ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-targets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-targets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-targets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-gen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-aarch64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-aarch64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows-aarch64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wincolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wincolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winapi-x86-64-pc-windows-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winapi-wsapoll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winapi-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winapi-i686-pc-windows-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winapi-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-win-crypto-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wildmatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wild ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-widestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-widestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-widestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-whoami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-whoami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wezterm-input-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wezterm-dynamic-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wezterm-dynamic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wezterm-dynamic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wezterm-color-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wezterm-color-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wezterm-blob-leases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wezterm-bidi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wepoll-sys-stjepang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-weezl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wee-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webview-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webkit2gtk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webbrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-webbrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-web-view ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-web-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-web-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-web-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayrs-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayrs-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayrs-proto-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayrs-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-protocols-wlr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-protocols-wlr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-protocols-plasma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-egl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-egl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-csd-frame ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wayland-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-watchexec-signals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-watchexec-filterer-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-watchexec-filterer-globset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-watchexec-events ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-watchexec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-watchexec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasmparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasmparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-streams ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-streams ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-streams ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-encoder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-test-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-test-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-test-crate-b ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-test-crate-a ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-macro-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasm-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wasi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-warp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-warp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-want ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-want ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-walkdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-walkdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-waker-fn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-wait-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vtparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vte-generate-state-changes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vt100 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vswhom-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vswhom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vsock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vsock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-void ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vlq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-version-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-version-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-version-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-version-compare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-version-compare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-version-check ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-version-check ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vergen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vergen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vec1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vec-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-vcpkg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-varbincode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-value-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-value-bag-sval2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-value-bag-serde1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-value-bag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-valuable-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-valuable-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-valuable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-v-htmlescape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-v-frame ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uzers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uutils-term-grid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uutils-term-grid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uuid-macro-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uuhelp-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uucore-procs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uucore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uu-whoami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uu-mv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uu-mktemp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uu-mkdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uu-cp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-utf8parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-utf8parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-utf8-width ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-utf8-ranges ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-utf8-ranges ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-utf-8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-users ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-user32-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-urlencoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-urlencoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ureq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-untrusted ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-untrusted ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-untrusted ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unsize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unsafe-unwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unsafe-libyaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unsafe-any ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unreachable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unreachable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unix-socket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-universal-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-universal-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-universal-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uniquote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unindent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unindent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unidecode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-xid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-xid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-xid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-width ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-truncate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-segmentation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-reverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-normalization ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-linebreak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-ident ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-categories ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-bom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicode-bidi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unicase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unic-ucd-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unic-ucd-segment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unic-ucd-normal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unic-ucd-hangul ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unic-ucd-category ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unic-segment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unic-normal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unic-emoji-char ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unic-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unic-char-range ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unic-char-property ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ungrammar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unescape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unchecked-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uncased ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-unarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-umask ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-umask ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uluru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ui-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ufmt-write ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ufmt-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ufmt-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ufmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ufmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uds-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-uds-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ucd-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ucd-trie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ucd-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ubyte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tzdb-data ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tzdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tz-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typewit-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typewit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typetag-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typetag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typenum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typemap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typed-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typed-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typed-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typed-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typed-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typed-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typed-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typed-arena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typed-arena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-typeable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-twox-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-twoway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-twoway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-twofish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tun-tap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tuikit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tuikit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tuikit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tui-textarea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tui-react ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tui-react ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tstr-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trycmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trycmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trycmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trybuild2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trybuild ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-try-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
warning: error when computing swi-prolog derivation for system x86_64-linux (i686-w64-mingw32): (misc-error #f swi-prolog requires --system and --target to have the same word size () #f)
error: while processing rust-trust-dns-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trust-dns-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-triple-accel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-triple-accel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-triomphe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-treeline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tree-magic-mini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tree-magic-db ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tree-magic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-traitobject ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracy-client-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracy-client-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracy-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracy-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trackable-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-trackable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing-tracy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing-subscriber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing-subscriber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing-chrome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tracing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tower-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tower-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tower-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tower-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tower-layer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tower-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tower-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tower ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-totp-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-totp-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-topology-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tonic-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tonic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tonic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tonic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-test-harness ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-test-data ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-datetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml-datetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-vsock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-uring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-uds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-udp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-tcp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-socks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-socks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-signal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-reactor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-process ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-postgres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-mockstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-mock-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-metrics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-io-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-io-pool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-current-thread ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tobj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tobj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-to-shmem-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-to-shmem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tls-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tls-codec-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tls-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-titlecase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-titlecase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tinyvec-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tinyvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tinytemplate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tinyfiledialogs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiny-xlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiny-skia-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiny-skia-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiny-skia-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiny-skia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiny-skia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiny-skia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiny-keccak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiny-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiny-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiny-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-timerfd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-timebomb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-timeago ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-time-macros-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-time-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-time-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-time-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tikv-jemallocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tikv-jemalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tikv-jemalloc-ctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thrift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thrift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thread-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thread-priority ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thread-local ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thread-local ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thread-local ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thread-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thread-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thread-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thousands ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thiserror-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thiserror-core-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thiserror-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thiserror ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thin-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-thin-slice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-textwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-textwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-textwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-textwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-textnonce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-text-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-text-block-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-testing-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tester ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tester ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tester ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-test-with ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-test-strategy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-test-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-test-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-test-cert-gen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-test-case-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-test-case-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-test-case-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-test-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-test-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-test-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-test-assembler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termwiz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termwiz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termtree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termios ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-terminfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-terminfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-terminal-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-terminal-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-terminal-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termimad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termimad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termcolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termcolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termbox-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-termbg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-term-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-term-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tendril ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-temptree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-temporary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tempfile-fast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tempdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-temp-testdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-temp-env ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-temp-env ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-xetex-layout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-xdv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-status-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-pdf-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-io-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-io-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-geturl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-errors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-engine-xetex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-engine-xdvipdfmx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-engine-spx2html ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-engine-spx2html ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-engine-bibtex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-docmodel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-dep-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-cfg-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-bundles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-bridge-icu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-bridge-harfbuzz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-bridge-graphite2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-bridge-freetype2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-bridge-flate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-bridge-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tectonic-bridge-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-target-lexicon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-target-lexicon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-target-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-target ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tardar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-takeable-option ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-takeable-option ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-take-mut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tabwriter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tabled-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-tabled ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-system-deps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-system-deps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-system-deps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-system-configuration-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-system-configuration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sysinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sysinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sysinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sysctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sysctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sysctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syscallz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syscallz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sys-locale ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sys-locale ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sys-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syntex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syntex-pos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syntex-errors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syntect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syntect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-synstructure-test-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-synstructure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-synom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-synchronoise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sync-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syn-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syn-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symphonia-utils-xiph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symphonia-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symphonia-format-wav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symphonia-format-ogg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symphonia-format-isomp4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symphonia-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symphonia-codec-vorbis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symphonia-codec-pcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symphonia-codec-aac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symphonia-bundle-mp3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symphonia-bundle-flac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symphonia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symbolic-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symbolic-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symbolic-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-symbolic-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sxd-xpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sxd-document ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-swc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-swayipc-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-swayipc-command-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-swayipc-async ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-swayipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-swayipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-svgtypes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-svd-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sval-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sval-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sval-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sval-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sval-fmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sval-flatten ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sval-dynamic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sval-derive-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sval-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sval-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-surf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-supports-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-supports-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-supports-hyperlinks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-supports-hyperlinks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-supports-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-supports-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-supports-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-superluminal-perf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-superluminal-perf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-supercow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-subtle-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-subtle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-subtle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-subprocess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-subplotlib-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-subplotlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-subplot-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-subplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-structopt-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-structopt-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-structopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-structopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-structmeta-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-structmeta-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-structmeta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-structmeta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-struct-patch-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing static-binaries-tarball ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/agjw26p2pgs1yy1zb51csrxg2rrqxcam-mingw-w64-i686-12.0.0.drv => /gnu/store/n6a8w6jqkw36rqyp8gni94j246q437qm-mingw-w64-i686-12.0.0 7f0b499cf410> output: "static">)
error: while processing rust-struct-patch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strong-xml-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strong-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strobe-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strobe-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strip-ansi-escapes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strip-ansi-escapes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stringprep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-string-cache-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-string-cache-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-string-cache-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-string-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-string-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strict-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-strength-reduce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-streebog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-streebog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-streaming-stats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-streaming-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-streaming-decompression ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stream-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stream-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stream-assert ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-str-stack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-str-indices ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-str-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stfu8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stdweb-internal-test-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stdweb-internal-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stdweb-internal-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stdweb-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stdweb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stdweb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stderrlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stderrlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-std-prelude ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stb-truetype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stats-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-statrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-statrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-statrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-statistical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-static-map-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-static-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-standback ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stacker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stable-pattern ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stable-deref-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-stability ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-st-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlparser-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlparser-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlite3-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlite3-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlite3-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlite3-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sptr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spsc-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sprs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sprs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spmc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spirv-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spirv-std-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spirv-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spinning-top ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spin-sleep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spin-on ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-spin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-speedy-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-speedy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-speedate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-speculate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-special ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sourcemap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-soup-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-softbuffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-socks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-socketpair ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-socket2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-socket2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-socket2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snappy-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snapbox-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snapbox-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snapbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snapbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snapbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snafu-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snafu-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snafu-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snafu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-snafu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smol-str ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smol-str ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smithay-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smithay-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smawk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smartstring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smartstring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smart-default ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smart-default ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smallvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smallvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-smallbitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sm3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sluice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-slugify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-slug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-slotmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sloggers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-slog-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-slog-stdlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-slog-scope ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-slog-kvfilter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-slog-async ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-slog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-slice-deque ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-slice-deque ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sleef-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-slab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-skim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-skim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-skim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-skeptic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sized-chunks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-siphasher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-siphasher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simplerand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simplelog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simple-mutex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simple-logging ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simple-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simple-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simple-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simple-asn1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-similar-asserts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-similar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-similar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simdutf8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simd-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simd-helpers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simd-adler32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-signature-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-signature-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-signature ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-signature ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-signal-hook-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-signal-hook-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-signal-hook-mio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-signal-hook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-signal-hook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-shlex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-shlex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-shellexpand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-shellexpand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-shell-words ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-shell-words ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-shell-escape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-shared-library ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-shared-child ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sharded-slab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-shannon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-shadow-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-shadow-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha256 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha2-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha2-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha1collisiondetection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha1collisiondetection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha1-smol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha1-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha1-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sha-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-servo-fontconfig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-servo-fontconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-servo-arc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-servo-arc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serdect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serdect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serdeconv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-yaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-yaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-with-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-with-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-with ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-with ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-wasm-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-value ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-urlencoded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-urlencoded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-untagged ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-transcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-stacker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-spanned ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-repr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-qs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-qs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-path-to-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-json-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-json-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-ini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-indextree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-ignored ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-html-form ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-hjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-fmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-derive-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-derive-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-derive-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-codegen-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-cbor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde-aux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sequoia-wot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sequoia-rfc2822 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sequoia-policy-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sequoia-openpgp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sequoia-openpgp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sequoia-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sequoia-keystore-softkeys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sequoia-keystore-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sequoia-keystore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sequoia-ipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sequoia-cert-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sequoia-autocrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-seq-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-seq-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sensors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-send-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-send-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-send-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-semver-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-semver-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-semver-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-semver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-semver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-semver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-semver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-selinux-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-selinux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-self-cell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-selectors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-selectors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing texlive-scheme-tetex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rust-selectors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-security-framework-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-security-framework-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-security-framework-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-security-framework-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-security-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-security-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-security-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-security-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-section-testing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-secret-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-secp256k1-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-secp256k1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-seccomp-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sec1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sec1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-seahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-seahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sdl2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sd-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sd-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sctk-adwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sctk-adwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sctk-adwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing texlive-scheme-small ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rust-scrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scroll-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scroll-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scroll-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scroll-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing texlive-scheme-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rust-scroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scratch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scraper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scopetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scopeguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scopeguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scoped-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scoped-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scoped-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-schemars-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-schemars-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-schemars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing texlive-scheme-medium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-scheme-gust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-scheme-full ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rust-schemars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scheduled-thread-pool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-schannel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scan-fmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scale-info-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scale-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-scad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sanakirja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing texlive-scheme-context ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rust-sample-test-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sample-test-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sample-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sample-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sample-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sample-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sample-arrow2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-sample-arrow2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-same-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-same-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-salvo-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-salvo-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-salvo-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-salvo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-salsa20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-salsa20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-salsa20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing texlive-scheme-bookpub ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rust-salsa-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-salsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-safemem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-safe-arch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-safe-arch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-safe-arch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-s3handler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ryu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ruzstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ruzstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustyline-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustyline-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustyline-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustyline-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rusty-fork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing texlive-scheme-basic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rust-rusty-fork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustup-toolchain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rusttype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rusttype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rusttype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls-pki-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls-pemfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls-pemfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls-pemfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls-native-certs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls-native-certs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls-native-certs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls-native-certs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustix-openpty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rusticata-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustdoc-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustdoc-stripper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustdoc-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-std-workspace-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-std-workspace-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-std-workspace-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-serialize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-rayon-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-rayon-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-demangle-capi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustc-ap-rustc-lexer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rustbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-ini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-ini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-ini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-hawktracer-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-hawktracer-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-hawktracer-normal-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-hawktracer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-embed-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-embed-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-embed-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-embed-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-embed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-embed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-decimal-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-decimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-base58 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-argon2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rust-argon2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rusqlite-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rusqlite-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rusqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rusqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rusqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rusqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-runtime-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-runtime-raw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-runtime-native ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-runtime-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-run-script ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rtoolbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rtnetlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rt-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest-reuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest-reuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest-reuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rstar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rspotify-model ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rspotify-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rspotify-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rspotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rpds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rpassword ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rpassword ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rpassword ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-roxmltree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-roxmltree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rowan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ropey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-romio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-roff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rodio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rocket-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rocket-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rocket-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rocket-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rocket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rocket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-roadmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rmpv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rmp-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rmp-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rmp-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rlp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rle-decode-fast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rkyv-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rkyv-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rkyv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rkyv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ripemd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ringbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ring-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rhai-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rhai ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rgb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rfc7239 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rfc6979 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rfc6979 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rfc2047-decoder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-retain-mut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-result ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-resolv-conf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-resolv-conf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-resize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-resize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-reqwest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-reqwest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-reqwest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-repr-offset-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-repr-offset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-reopen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-reopen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rental-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rental ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-remove-dir-all ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-remove-dir-all ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-relative-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-region ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-region ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex-automata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex-automata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex-automata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-refpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-reference-counted-singleton ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ref-thread-local ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ref-cast-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ref-cast-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ref-cast-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ref-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ref-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-reedline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-reduce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-redox-users ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-redox-users ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-redox-termios ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-recycler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-readlock-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-readlock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-readkey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rdrand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rctree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rctree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rclite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rayon-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rawslice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rawpointer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rawpointer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rawkey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-raw-window-metal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-raw-window-handle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-raw-window-handle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-raw-window-handle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-raw-window-handle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-raw-cpuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-raw-cpuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ravif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ravif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ravif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ratatui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ratatui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ratatui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ratatui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-randomize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-random-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-random-fast-rng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-random ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-xoshiro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-xoshiro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-xoshiro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-xorshift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-xorshift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-xorshift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-pcg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-pcg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-pcg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-os ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-os ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-mt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-jitter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-isaac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-isaac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-isaac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-hc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-hc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-hc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-distr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-distr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-distr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-chacha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-chacha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand-chacha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-radix-trie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-radix-fmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-radium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-radium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-radium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-r2d2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quoted-printable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quinn-udp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quinn-udp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quinn-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quinn-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quickersort ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quickcheck-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quickcheck-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quickcheck-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quick-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quick-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quantiles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quad-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-qoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-python3-dll-a ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-python-pkginfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-python-pkginfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyproject-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyproject-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pwd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pure-rust-locales ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pure-rust-locales ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pulse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pulldown-cmark-to-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pulldown-cmark-to-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-puffin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-publicsuffix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-publicsuffix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-public-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-public-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ptyprocess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ptree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ptr-meta-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ptr-meta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-psm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-psl-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-psl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-protobuf-codegen-pure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-protobuf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-protobuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prost-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prost-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prost-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prost-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prost-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prost-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prost-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prost-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proptest-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proptest-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proptest-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proptest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proptest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proptest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proptest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-propfuzz-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-propfuzz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-project-origins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-progressing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-progress ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-profiling-procmacros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-profiling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prodash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prodash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prodash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-procinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-procfs-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-procfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-quote-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-mounts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro2-diagnostics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro2-diagnostics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro-nested ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro-hack-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro-hack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro-hack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro-error-attr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-proc-macro-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-priority-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-print-positions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-print-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-print-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-print-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-print-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-primeorder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prettytable-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prettyplease ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-prettyplease ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pretty-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pretty-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pretty-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pretty-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pretty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pretty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-predicates-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-predicates-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-predicates-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-predicates-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-predicates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-predicates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-predicates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-predicates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-precomputed-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pq-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ppv-lite86 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pprof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pprof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-powerfmt-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-powerfmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-postgres-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-postgres-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-postgres-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-postgres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-postcard-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-postcard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-portaudio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-portaudio-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-portable-atomic-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-portable-atomic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pori ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polyval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polyval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polyval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polyval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pollster-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pollster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-sql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-row ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-plan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-pipe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-parquet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-ops ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-lazy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-lazy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-compute ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-arrow-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-polars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-poem-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-poem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pocket-resources ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pnet-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pnet-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pnet-datalink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pnet-datalink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pnet-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pnet-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pmutil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-plotters-svg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-plotters-bitmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-plotters-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-plotters ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-plist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pledge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-platforms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-platform-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-planus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-plain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pktparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkg-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkcs8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkcs8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkcs8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkcs8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkcs7 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkcs5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkcs5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkcs5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkcs5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkcs1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkcs1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pkcs1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pistoncore-window ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pistoncore-input ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pistoncore-event-loop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-piston-viewport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-piston-texture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-piston-shaders-graphics2d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-piston-graphics-api-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-piston-gfx-texture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-piston-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-piper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-piper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pipe-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pinot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ping ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pin-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pin-project-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pin-project-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pin-project-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pin-project-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pin-project ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pin-project ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pikchr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pico-args ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-petgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-petgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-petgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pest-meta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pest-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pest-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-permutohedron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-perf-event-open-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-perf-event ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-peresil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-percent-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-percent-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pep508-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pep440-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pem-rfc7468 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pem-rfc7468 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pem-rfc7468 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pem-rfc7468 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-peg-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-peg-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-peg-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-peg-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-peg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-peg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-peg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-peeking-take-while ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pear-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pear-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pear ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pear ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pdqselect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pdcurses-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pcre2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pcre2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pciid-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pcap-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pcap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pcap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pbr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-paw-structopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-paw-raw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-paw-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-paw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pathfinder-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pathfinder-geometry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pathdiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-path-slash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-path-clean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-path-clean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-path-abs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-paste-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-paste-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-paste ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-paste ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-password-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-password-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-password-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-password-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pasetors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-partition-identity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-partial-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-partial-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-partial-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parse-zoneinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parse-display-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parse-display ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parquet2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parquet2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parquet-format-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parquet-format-async-temp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parquet-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parity-wasm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parity-scale-codec-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parity-scale-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-paris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parasailors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-parasail-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-papergrid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pangocairo-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pangocairo-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pangocairo-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pangocairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pangocairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pangocairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pandoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pancurses ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pam-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-palette-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-palette-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-palette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-palette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-page-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-page-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-pad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-packed-struct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-packed-simd-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-packed-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-p384 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-p256 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-owo-colors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-owo-colors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-owning-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-owning-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-owned-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-owned-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-overload ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-output-vt100 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ouroboros-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ouroboros-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ouroboros-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ouroboros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ouroboros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ouroboros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-osmesa-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-os-str-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-os-str-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-os-str-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-os-release ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-os-pipe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-os-pipe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-os-pipe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-os-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-os-display ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-orion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-orgize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ordermap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ordered-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ordered-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ordered-multimap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ordered-multimap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ordered-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ordered-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ordered-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ordered-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ord-subset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-orc-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-orbclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-option-set ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-option-set ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-option-operations ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-option-ext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-optick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-opml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-opentelemetry-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-opentelemetry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-openssl-sys-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-openssl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-openssl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-openssl-probe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-openssl-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-openpgp-cert-d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-openpgp-cert-d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-opener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-opener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-opaque-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-opaque-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-oorandom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-onig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-onig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-once-cell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-omnipath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-oid-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-oid-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-oid-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-oid-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ogg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-odds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-odds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-odbc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-odbc-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-oboe-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-oboe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-object-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-objc2-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-objc2-encode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-objc2-encode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-objc2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-objc2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-objc-test-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-objc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-objc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-objc-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-objc-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-objc-exception ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-objc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-obj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-obj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-obfstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-oauth2-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-numtoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-numtoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-number-prefix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-number-prefix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-threads ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-rational ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-rational ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-rational ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-rational ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-iter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-integer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-format-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-enum-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-enum-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-enum-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-enum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-enum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-enum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-cpus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-conv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-complex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-complex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-complex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-complex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-bigint-dig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-bigint-dig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-test-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-term-grid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-system ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-pretty-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-lsp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-explore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-command ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-color-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-cmd-lang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-cmd-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-cmd-dataframe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-cmd-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nu-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntex-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntest-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntest-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntest-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntest-test-cases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntest-test-cases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntest-test-cases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntest-proc-macro-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntest-proc-macro-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ntapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-now ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-notmuch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-notmuch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-notify-debouncer-mini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-notify-debouncer-full ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-normpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-normpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-normpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-normalize-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-normalize-line-endings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-normalize-line-endings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-noop-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nonempty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nom8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nom-derive-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nom-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nodrop-union ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nodrop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-no-std-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-no-std-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-no-std-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-no-panic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-no-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nl80211 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nitrokey-test-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nitrokey-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nitrokey-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nitrokey-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nitrokey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nispor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nickel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nibble-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nftables ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-newtype-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-newsblur-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-news-flash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-new-debug-unreachable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nettle-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nettle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nettle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-netmap-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-netlink-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-netlink-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-netlink-packet-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-netlink-packet-route ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-netlink-packet-route ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-netlink-packet-generic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-netlink-packet-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-netlink-packet-audit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-net2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-neso ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-neli-wifi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-neli-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-neli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-neli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-neli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-needletail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk-context ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ndarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ncurses ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nb-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-natord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nasm-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-napi-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-napi-derive-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-napi-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-napi-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-napi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nanorand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nanorand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nanorand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nalgebra-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nalgebra-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mysqlclient-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mustache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-multiversion-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-multiversion-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-multiversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-multiversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-multipart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-multipart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-multimap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-multer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-multer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-muldiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-msvc-demangler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mptcp-pm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mp4parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mp4parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mp4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mozim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-more-asserts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-more-asserts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-modifier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mockito ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mockall-double ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mockall-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mockall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mock-instant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mock-instant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mirai-annotations ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mio-uds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mio-named-pipes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mio-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mio-anonymous-pipes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mio-aio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mio-aio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-minus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-minisign ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-minimp3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-minimp3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-minimal-lexical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-minimad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-minimad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-minijinja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-minijinja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miniflux-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mime-guess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mime-guess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mimalloc-rust-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mimalloc-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mimalloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-migrations-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-migrations-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miette-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miette-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-miette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-meval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-metrohash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-metrics-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-metrics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-metal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-merlin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-merlin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-merge-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-merge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memsec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memsec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memory-units ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memo-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memmem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memchr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memchr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-memchr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-md5-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-md5-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-md5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-md5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-md5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-md-5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-md-5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-md-5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-maybe-uninit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-maybe-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-maybe-async ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-matrixmultiply ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-matrixmultiply ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-matrixmultiply ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-matrixcompare-mock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-matrixcompare-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-matrixcompare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-matrixcompare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-matchit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-matches ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-matchers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-matchers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-match-cfg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mas-jose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mas-iana ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-markup5ever-rcdom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-markup5ever-rcdom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-markup-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-markup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-maplit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-malloc-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-malloc-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mailparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mailparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-maildir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-maildir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-magma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-magic-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-magic-crypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-macrotest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mach2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mach-o-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mach ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mach ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-macaddr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mac-address ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-m-lexer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lzzzz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lzw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lzma-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lz4-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lz4-flex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lz4-flex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lz4-compress ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lz4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lyon-svg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lyon-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lyon-geom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lyon-geom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lsp-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lscolors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lscolors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lscolors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lru-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lopdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lopdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lopdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-loop9 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-logos-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-logos-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-logos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lock-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lock-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lock-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lock-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-locale-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-locale ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-local-waker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-local-ip-address ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-local-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-llvm-bitcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-litrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-litrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-listenfd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-linux-raw-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-linux-raw-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-linux-raw-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-linux-raw-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-linux-keyutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-linkify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-linked-hash-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-linked-hash-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-linked-hash-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-link-cplusplus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-linecount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-linear-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-line-wrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-line-drawing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-line-col ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lifeguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libz-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libz-ng-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libwebp-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libtest-mimic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libtest-mimic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libtest-mimic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libtest-mimic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libssh2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libssh2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libsensors-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-librespot-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-librespot-playback ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-librespot-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-librespot-discovery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-librespot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-librespot-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-librespot-audio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libredox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libredox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libradicl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libpulse-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libpulse-simple-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libpulse-simple-binding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libpulse-binding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libproc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libpijul ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libnghttp2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libmimalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libmdns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libmdns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libmacchina ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libloading ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libloading ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libloading ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libloading ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libfuzzer-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libfuzzer-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libflate-lz77 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libflate-lz77 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libdeflater ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libdeflater ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libdeflate-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libdeflate-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libdeflate-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libdbus-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libdav1d-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libc-print ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libadwaita-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-libadwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lexopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lexiclean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lexical-write-integer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lexical-write-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lexical-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lexical-parse-integer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lexical-parse-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lexical-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lexical-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lexical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lexical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lewton ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-levenshtein ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lettre-email ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lettre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lebe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-leb128 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lddtree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lazycell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lazy-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lazy-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lazy-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lazy-regex-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lazy-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lazy-bytes-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lapack-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lapack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-language-tags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-language-tags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lalrpop-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lalrpop-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lalrpop-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lalrpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lalrpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lalrpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-lab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-kv-log-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-kuznyechik ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-kuchiki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-kstring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-kqueue-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-kqueue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-konst-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-konst-macro-rules ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-konst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-koibumi-base32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-khronos-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-keyring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-keyframe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-kernel32-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-keccak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-k9 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-k9 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-k256 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-juniper-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-juniper-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-juniper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-juniper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-juliex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jsonwebtoken ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jsonrpc-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jsonpath-lib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-json5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-json-deserializer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-js-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jpeg-decoder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jpeg-decoder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-joinery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jobserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jni-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jni-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jiter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jiter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jetscii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jetscii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jemallocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jemallocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jemallocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jemalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jemalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jemalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jemalloc-ctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-javascriptcore-rs-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-java-locator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jack-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jack-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-jack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ivf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-itoap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-itoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-itoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-itoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-itertools-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-isolang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-iso8601 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-iso8601 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-iso8601 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-isahc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-isahc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-is-wsl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-is-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-is-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-is-executable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-is-docker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-is-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-is-ci ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-iron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-iri-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-iptables ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ipnetwork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ipnetwork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ipnetwork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ipnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ipconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ipconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-iovec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ioslice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-io-uring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-io-lifetimes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-io-lifetimes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-io-lifetimes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-io-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-io-close ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inventory-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inventory ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inventory ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inventory ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-invalidstring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-interpolate-name ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-integer-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-integer-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-instant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-insta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-insta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-insta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-insta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-input-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-input-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inotify-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inline-c-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inline-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inlinable-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inflector ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inflections ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-inferno ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-infer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indoc-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indicatif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indicatif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indicatif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indextree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indexmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indexmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indexmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indexmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-indenter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-include-flate-codegen-exports ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-include-flate-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-include-flate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-include-flate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-include-dir-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-include-dir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-impls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-impl-trait-for-tuples ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-impl-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-impl-rlp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-impl-more ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-impl-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-imgref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-imbl-sized-chunks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-imbl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-imara-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-imageproc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-im-rc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ignore-files ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-if-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-if-addrs-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-if-addrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-if-addrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ieee754 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ident-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-idea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-icrate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-iana-time-zone-haiku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-iana-time-zone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-iai-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-iai ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyprland-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyprland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyphenation-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyphenation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-sync-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-proxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-humantime-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-humantime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-humantime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-humansize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-humansize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-human-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-human-date-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-httpdate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-httparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http-range-header ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http-range-header ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http-body-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http-body ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http-body ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http-body ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http-body ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http-auth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hts-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-htmlescape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-html-escape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-home ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hmac-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hickory-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hickory-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hickory-recursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hickory-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hickory-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hexf-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hexf-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hex-literal-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hex-literal-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hex-literal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hex-literal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hex-literal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hex-literal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hermit-abi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hermit-abi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hermit-abi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-heck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-heck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-heck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-heapsize-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-heapsize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-heapsize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-heapless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-heapless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-heapless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-heapless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-headers-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-headers-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-headers-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hdrhistogram ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hashlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hashlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hashlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hashbag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hash32-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hash32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hash32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hash32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hash-hasher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-handlebars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-handlebars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-hamcrest2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-halfbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-half ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-half ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-h3-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-h3-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-h3-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-h3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-h3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-h3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-h2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-h2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-h2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-h2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gzip-header ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gzip-header ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gumdrop-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gumdrop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gtk4-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gtk4-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gtk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gtk3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gtk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gtk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gtk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gtk-rs-lgpl-docs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gstreamer-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gstreamer-base-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gstreamer-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gstreamer-audio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gstreamer-audio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gstreamer-app-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gstreamer-app ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gstreamer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gsk4-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gsk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-groupable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-group ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-group ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-griddle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-grep-searcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-grep-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-grep-printer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-grep-printer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-grep-pcre2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-grep-matcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-grep-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-grep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-grep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-greetd-ipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-greetd-ipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-graphql-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-graphene-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-graphene-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gpu-alloc-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gpu-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-goblin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-goblin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-goblin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gmp-mpfr-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin-wgl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin-wgl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin-wgl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin-glx-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin-glx-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin-glx-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin-gles2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin-emscripten-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin-egl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin-egl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin-egl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin-egl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gloo-timers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gloo-timers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-globwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-globset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gleam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gl-loader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gl-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gl-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gl-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-validate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-validate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-trace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-submodule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-submodule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-submodule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-submodule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-sec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-sec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-prompt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-prompt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-prompt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-pathspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-pathspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-pathspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-packetline-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-packetline-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-packetline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-packetline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-mailmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-mailmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-mailmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-mailmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-hashtable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-hashtable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-hashtable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-date ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-date ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-config-value ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-config-value ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-commitgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-commitgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-commitgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-commitgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-command ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-command ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-chunk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-bitmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-archive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-archive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-archive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-archive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-actor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-actor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-actor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-actor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git2-hooks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git2-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git2-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git2-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git-version-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git-testament-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git-testament-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-git-testament ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gir-format-check ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gimli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gimli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gimli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ghost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ghash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ghash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ghash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ghash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gh-emoji ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gg-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gfx-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gfa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gettext-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gettext-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-getset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-getset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-getrandom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-getrandom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-getopts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gethostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gethostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gethostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-geo-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-geo-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-genmesh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-genetlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-generic-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-generic-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-generic-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-generic-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-generational-arena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gemini-fetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk4-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gdi32-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gcc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gat-std-proc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gat-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-galil-seiferas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fxhash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fuzzy-matcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-util-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-sink-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-sink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-select-macro-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-micro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-join-macro-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-io-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-intrusive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-executor-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-enum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-cpupool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-core-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-channel-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-futf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-funty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-funty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-funty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fuchsia-zircon-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fuchsia-zircon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fuchsia-cprng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fslock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fsio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fsevent-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fsevent-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fsevent-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fsevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fsevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fs-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fs-set-times ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fs-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fs-err ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fs-at ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-from-variants-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-from-variants ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-freetype-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-freetype-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-freetype-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-freetype-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-freetype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fragile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fragile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-form-urlencoded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-foreign-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-foreign-types-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-foreign-types-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-foreign-types-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-foreign-types-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-foreign-types-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-foreign-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-foreign-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-force-send-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-font8x8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-font-kit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-font-kit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fnv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-flume ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-flume ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fluid-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fluid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-float-ord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-float-ord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-float-eq-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-float-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-flate2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-flatbuffers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-flatbuffers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-flamer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-flame ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-flaky-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-flagset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fixedbitset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fixedbitset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fixedbitset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fixed-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fixed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-finl-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-findshlibs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-find-cuda-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-find-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-filetreelist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-filetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-filetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-filesize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-filedescriptor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-file-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-file-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-figment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-field-offset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fiat-crypto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fiat-crypto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ff-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ff-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fever-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fetch-unroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fern ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-femme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-femme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fehler-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fehler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-feedly-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-feedbin-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-feed-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-feature-probe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fdlimit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fdeflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fd-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fd-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fd-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fat-macho ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fastrand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fastrand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fastq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-faster-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-faster-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fast-srgb8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fast-image-resize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fast-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fast-chemail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fancy-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fancy-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fancy-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fallible-streaming-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fallible-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fallible-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fallible-collections ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fakeit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-fake-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-failure-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-failure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-faccess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-eyre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-eyeball-im-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-eyeball-im ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-eyeball ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-exr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-expectrl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-expectest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-expect-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-expat-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-exitfailure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-exitcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-exhaustigen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-executors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-executable-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-exacl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-event-listener-strategy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-event-listener-strategy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-event-listener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-event-listener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-event-listener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-evdev-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-evdev-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-evdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-evdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-eui48 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-eui48 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-eui48 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-euclid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ethtool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ethnum-intrinsics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ethnum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-etherparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-etherparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-etcetera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-escargot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-escargot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-escaper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-escape8259 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-error-code ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-error-code ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-error-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-error-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-error-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-errno-dragonfly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-errno ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-errno ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-erased-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-erased-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-equivalent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-envy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-environment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-env-proxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-env-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enumset-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enumset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enumflags2-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enumflags2-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enumflags2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enumflags2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enumber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-to-u8-slice-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-primitive-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-primitive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-map-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-iterator-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-dispatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-as-inner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-as-inner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-as-inner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enum-as-inner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-entities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enterpolation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-enquote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-endian-type ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-encoding-rs-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-encoding-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-encoding-index-tradchinese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-encoding-index-tests ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-encoding-index-singlebyte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-encoding-index-simpchinese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-encoding-index-korean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-encoding-index-japanese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-encode-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-empfindung ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-emojis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-eml-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-embedded-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-embedded-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-embed-resource ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-embed-resource ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-email ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-emacs-org-link-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-emacs-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-emacs-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-emacs-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-emacs-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-emacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-emacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-elliptic-curve ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-elliptic-curve ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-elf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-elain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-either ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ego-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-editdistancek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-edit-distance ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ed25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ed25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ed25519-compact ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ed25519 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ed25519 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ecies-ed25519 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ecdsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ecdsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ecb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-eax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-easycurses ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-easy-parallel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-easy-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-easy-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dyn-clone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dwrote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dunce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-duct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dtparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dtparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dtoa-short ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dtoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-drm-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-drm-fourcc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-drm-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-drm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-draw-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-downcast-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-downcast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dotenvy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dotenv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dotenv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dotenv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dot-writer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dogged ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-document-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-docopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-docopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-docopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-docmatic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-doc-comment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dns-sd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dns-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dns-lookup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dlv-list ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dlv-list ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-divan-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-divan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dissimilar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-displaydoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dispatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dispatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-discard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dirs-sys-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dirs-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dirs-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dirs-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dirs-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-directories-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-directories ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-directories ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-directories ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dircpy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-digest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-digest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-digest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-digest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-diffs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-difflib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-difference ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-difference ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-diesel-table-macro-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-diesel-migrations ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-diesel-derives ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-diesel-derives ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-diesel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-diesel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dialoguer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dialoguer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dhcproto-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dhcproto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dhcp4r ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-devise-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-devise-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-devise-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-devise-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-devise-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-devise-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-devise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-devise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-devise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deunicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-detone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deser-hjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-des ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-des ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-des ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-where ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-new ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-new ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-more-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-more ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-more ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-error-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-arbitrary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derive-arbitrary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-derivative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deranged ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-der-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-der-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-der-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-der-oid-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-der-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-der-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-der-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-der-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-der ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-der ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-der ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-der ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-demo-hack-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-demo-hack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deltae ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dejavu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-defmt-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-defmt-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-defmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-defmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-defmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deflate64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-defer-drop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-defer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-decimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-debugid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-debugger-test-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-debugger-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-debug-unreachable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-debug-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deadpool-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deadpool-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-deadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dcv-color-primitives ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dbus-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dbus-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dbus-crossroads ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dbl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dav1d-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dav1d-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dav1d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-datetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-data-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-data-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-data-encoding-macro-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-data-encoding-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-data-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dashmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dashmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-dary-heap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-daemonize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-daemonize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-d3d12 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cxxbridge-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cxxbridge-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cxxbridge-flags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cxxbridge-flags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cxx-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cxx-gen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cxx-gen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cxx-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cxx-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cvt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-custom-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cust-raw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cust-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cust-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cust-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-curve25519-dalek-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-curve25519-dalek-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-curve25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-curve25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cursor-icon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-curl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cuda-std-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cuda-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ctrlc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ctr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ctr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ctr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ctor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ctor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ct-logs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ct-logs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ct-codecs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-csv-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-csv-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-csv-async ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-csv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-csv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cstr-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cssparser-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-csscolorparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-csrf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-tests ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-secretbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crypto-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crunchy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crosstermion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crosstermion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossterm-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossterm-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossterm-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossfont ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossfont ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-epoch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-epoch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-deque ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-deque ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crossbeam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-critical-section ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-criterion-plot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-criterion-plot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-criterion-plot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-criterion-cycles-per-byte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-criterion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-criterion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-criterion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-criterion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crc64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crc64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crc32fast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crc-catalog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crc-catalog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crc-any ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crates-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crates-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crates-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crates-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-crates-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cradle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cpuprofiler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cpuid-bool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cpufeatures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cpp-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cpp-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cpal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cov-mark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-countme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-count-instructions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-coreaudio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-coreaudio-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-video-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-text ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-text ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-graphics-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-foundation-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-foundation-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-foundation-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-foundation-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-extensions-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-extensions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-extensions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-arch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-affinity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-core-affinity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cordic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-copypasta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-copypasta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-copyless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-coolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-coolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie-factory ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-convert-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-convert-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-conv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-content-inspector ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-constant-time-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-constant-time-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-constant-time-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-random-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-random ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-panic-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-panic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-oid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-oid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-oid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-format-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-fn-assert ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-fn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-const-cstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-console-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-console-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-console-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-console-error-panic-hook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-conpty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-configparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-configparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-config-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-condtype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-concurrent-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-concurrent-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-concolor-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-concolor-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-concolor-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-concolor-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-concolor-override ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-concolor-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-concolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-concolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-concat-idents ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-comrak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-comrak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-compound-duration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-completest-pty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-completest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-compiletest-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-compiletest-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-compiletest-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-compiletest-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-compiler-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-compiler-builtins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-compact-str ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-commoncrypto-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-commoncrypto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-common-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-command-group ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-command-group ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-comfy-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-comfy-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-comfy-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-comfy-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-combine-regex-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-combine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-combine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-colorous ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-colored ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-colored ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-colorchoice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-color-to-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-color-spantrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-color-quant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-color-print-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-color-print ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-color-eyre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-color-backtrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-coitrees ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-codspeed-criterion-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-codspeed-bencher-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-codspeed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-codespan-reporting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-codespan-reporting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-codepage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-codegenrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-codegenrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cocoa-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cobs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cmake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cloudflare-zlib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cloudabi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cloudabi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-close-fds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clircle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clircle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clippy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clipboard-win ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clipboard-win ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clipboard-win ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clicolors-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cli-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clearscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clearscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-claxon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-verbosity-flag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-utilities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-mangen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-mangen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-conf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-complete-nushell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-complete-fig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-complete-fig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-complete-command ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-complete ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-complete ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-cargo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clang-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clang-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clang-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clang-ast-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-clang-ast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-circular ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ciborium-ll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ciborium-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ciborium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ci-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chunked-transfer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chunked-transfer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chumsky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chrono-tz-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chrono-tz-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chrono-tz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chrono-tz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chrono-tz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chrono-humanize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chrono ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-charset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chardetng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chalk-solve ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chalk-recursive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chalk-ir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chalk-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chacha20poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chacha20poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chacha20poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chacha20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chacha20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-chacha20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cgmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cgmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cgmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cfg-vis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cfg-if ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cfg-if ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cfg-expr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cfg-expr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cfg-expr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cfg-aliases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cfb-mode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cexpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cexpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cesu8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cblas-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cbindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cbindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cbindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cbc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-castaway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-castaway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cast5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cassowary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-casey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-util-schemas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-platform ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-options ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-options ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-manifest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-husky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-credential-wincred ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-credential-wincred ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-credential-macos-keychain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-credential-macos-keychain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-credential-libsecret ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-credential-libsecret ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-credential ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-credential ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-config2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cargo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-carapace-spec-clap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-caps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-caps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-capnpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-capnpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-capnp-rpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-capnp-rpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-capnp-rpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-capnp-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-capnp-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-capnp-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-capnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-capnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-capnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-camino ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-camellia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-calloop-wayland-source ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-calibright ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-calamine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-calamine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cachedir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-cache-padded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-c2-chacha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-c-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bzip2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bzip2-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bzip2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bzip2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-byteyarn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytesize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-byteorder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-byteorder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytemuck-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytemuck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytelines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytecount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytecheck-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytecheck-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytecheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bytecheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-byte-unit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-byte-unit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-byte-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-byte-slice-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-byte-pool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bumpalo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-built ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-built ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-build-fs-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-build-context ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-build-const ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bugreport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bugreport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bufstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-buffering-nocopy-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-buffering-nocopy-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-buffering ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-buffering ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-buffered-reader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-buffered-reader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-buffer-redux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-buf-redux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-buf-min ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-btoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bs58 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bs58 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-browserslist-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-brotli2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-brotli-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-brotli-decompressor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-brotli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-broadcaster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bresenham ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-branches ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bracoxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-boxxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-boxxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-boxfnonce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-box-drawing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-botan-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-botan-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-botan-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-botan-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-botan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-botan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-borsh-schema-derive-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-borsh-derive-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-borsh-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-borsh-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-borsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-borsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blowfish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-padding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-padding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-padding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-modes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-modes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-cipher-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-cipher-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-block ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blobby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blobby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blas-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blanket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blakeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blake3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blake3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blake2b-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blake2b-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blake2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blake2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-blake2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
warning: error when computing swi-prolog derivation for system x86_64-linux (i586-pc-gnu): (misc-error #f swi-prolog requires --system and --target to have the same word size () #f)
error: while processing rust-bitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitstream-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitstream-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitstream-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitreader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitpacking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitmaps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitmaps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bitcoin-hashes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bit-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bit-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bit-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bit-set ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bit-set ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bit-field ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bio-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bio-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bincode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-binascii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bigdecimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bigdecimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bigdecimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bigdecimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-better-panic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bencher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-beef ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-bat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-basic-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base64ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base64ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base58 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base16ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base16ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-base-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-barrel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-backtrace-ext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-backtrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-backon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-backoff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-az ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-axum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-axum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-axum-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-axum-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-axum-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-axum-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-axum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-axum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aws-lc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aws-lc-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aws-lc-fips-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-awc-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-awc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-awc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-avro-schema ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-avro-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-avif-serialize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-avif-serialize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-avif-serialize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-avif-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-avif-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-average ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-average ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-average ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-av1-grain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-av-metrics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-automod ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-autocompress ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-autocfg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-autocfg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-auto-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-auto-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atomic-write-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atomic-waker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atomic-take ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atomic-polyfill ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atomic-polyfill ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atomic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atomic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atoi-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-atk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-asyncgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-stream-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-signal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-recursion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-ready ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-process ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-priority-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-pidfd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-oneshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-once-cell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-mutex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-log-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-h1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-global-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-dup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-datagram ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-compression ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-compression ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-broadcast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-broadcast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-async-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-associative-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert2-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert-matches2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert-matches ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert-json-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert-float-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert-cmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert-cmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert-cmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert-approx-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-assert ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-asn1-rs-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-asn1-rs-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-asn1-rs-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-asn1-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-asn1-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-asn1-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-asn1-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-asn1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-asn1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-askama-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-askama-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-askama-escape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-askama-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-askama-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-askama ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-askama ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-asio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ash-window ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ascii-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ascii-canvas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ascii-canvas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ascii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ascii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ascii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-as-variant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-as-slice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-as-slice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-as-raw-xcb-connection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-as-derive-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-as-derive-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-as-derive-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-article-scraper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-select ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-schema ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-schema ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-row ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-ord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-ipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-data ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-data ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-csv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow-arith ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrayvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrayvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrayvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arrayref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-array-ops ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-array-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-array-init-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-array-init ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arr-macro-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arr-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ariadne ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-argon2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-argminmax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-argmax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-argh-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-argh-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-argh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-argfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arg-enum-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-archery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arc-swap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arc-swap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arbitrary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-arbitrary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-approx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-approx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-approx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-approx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-app-dirs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-apache-avro-test-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-apache-avro-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-apache-avro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aom-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anymap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anymap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anyhow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-antidote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstyle-wincon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstyle-wincon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstyle-wincon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstyle-svg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstyle-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstyle-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstyle-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstyle-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstyle-lossy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstyle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstyle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstyle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ansitok ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ansiterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ansi-width ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ansi-to-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ansi-str ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ansi-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ansi-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ansi-colours ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-annotate-snippets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-annotate-snippets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-anes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-android-tzdata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-android-system-properties ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-android-properties ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-android-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-android-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-android-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-android-log-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-android-log-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-android-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-android-activity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-android-activity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-andrew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-andrew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-analyzer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ammonia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-amd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-alto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-alsa-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-alsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-alsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-alsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-alphanumeric-sort ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-allocator-api2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-alloc-stdlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-alloc-no-stdlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aligned ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aliasable-deref-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aliasable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-alga-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-alga ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-al-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aho-corasick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aho-corasick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aho-corasick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aho-corasick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-afl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-afl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aesni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aesni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aesni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes-soft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes-soft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes-soft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes-ctr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-aead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-adler32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-adler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-adler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-addr2line ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-addr2line ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-addr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-addchain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-adblock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-adblock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-adaptive-barrier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-adaptive-barrier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-web-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-web-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-web-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-web-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-testing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-testing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-test-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-server-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-rt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-rt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-rt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-router ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-router ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-router ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-http-test-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-http-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-actix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-abomonation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-abi-stable-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-abi-stable-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-abi-stable-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-abi-stable-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-abi-stable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-abi-stable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ab-glyph-rasterizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-ab-glyph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rubberband ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rtss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rtorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rtmpdump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rtl-433 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rtaudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing rtags derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing rsyslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rsync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rspamd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rsound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rsnapshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rsibreak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rsem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rscape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rrdtool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rpi-imager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rpcbind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing roxterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rottlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rot8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing roswell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rosegarden ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rofi-wayland ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rofi-pass-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rofi-pass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rofi-calc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rofi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing roct-thunk-interface ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rocr-runtime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rocminfo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rocm-opencl-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing rocm-device-libs derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing rocm-comgr derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing rocm-bandwidth-test ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing robocut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing roary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rng-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rmath-standalone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rlottie ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rkrlv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rizin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ritornello ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ristretto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ripperx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ripit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ripgrep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing ringdecomposerlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ribotaper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ri-li ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rhythmbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rewritefs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing retroarch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing restinio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing restinio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing restbed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing repeat-masker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rep-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing remmina ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing remind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing remid-lv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing regrader ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing redshift-wayland ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing redshift ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing redland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing redkite ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing red-eclipse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing recutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing recordmydesktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing recoll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing realmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing readymedia ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rdup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rdkit ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rdesktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rcas-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rbw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing raylib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing raxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rawtherapee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rav1e ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing ratpoison ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rasqal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing raptor2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rapidcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rakudo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rakarrack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing raider ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing radeontop ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing radare2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing racket-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing racket ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing r-phantompeakqualtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing r-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing r ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qxmpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qxlsx-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qxlsx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qwt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qwindowkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing quvi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing quesoglc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing quazip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing quazip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing quaternion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing quassel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing quakespasm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing quadrapassel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtxmlpatterns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtxdg-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtx11extras ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing qtwebview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtwebsockets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtwebsockets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtwebglplugin ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing qtwebengine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtwebengine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtwebchannel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtwebchannel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtvirtualkeyboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing qttools derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing qttools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing qtsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtsvg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing qtspell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtspeech ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtspeech ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtsolutions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtshadertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtserialport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtserialport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtserialbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtsensors-5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtsensors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtscxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtscxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtscript ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtrvsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtremoteobjects ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtractor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing qtquickcontrols2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtquickcontrols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtpurchasing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtpositioning ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtpass ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing qtox ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing qtnetworkauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtnetworkauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtmultimedia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtmultimedia ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing qtmips ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtltools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtlottie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtlocation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtlocation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtlanguageserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtkeychain-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtkeychain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtimageformats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtimageformats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qthttpserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtgraphicaleffects ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtgamepad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtermwidget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qterminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtdeclarative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtdeclarative ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing qtdatavis3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtconnectivity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtcolorwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtcharts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtbase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtbase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qt5ct ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing qt5compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qt3d ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
warning: error when computing qt-creator derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing qsynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qsstv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qqc2-desktop-style ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qqc2-breeze-style ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qpwgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qpdfview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qolibri ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qoauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qmmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qmidiroute ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qmidiarp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qmdnsengine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qmapshack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qlogo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qjackrcd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qjackctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qhttp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qhexedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qgpgme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qgis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qemu-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qemu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qemu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qemacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qelectrotech ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qdmr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qdirstat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qcustomplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qcoro-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qcoro-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qcheckers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qca-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qca ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qbittorrent-nox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qbittorrent-no-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qbittorrent-enhanced-nox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qbittorrent-enhanced-no-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qbittorrent-enhanced ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qbittorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qalculate-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing q5go ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python2-dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-xapian-bindings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-toolchain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-tbb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing python-shiboken-6 derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing python-shiboken-2 derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing python-sepolgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-rpds-py ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing python-pyside-6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-pyside-2-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-pyside-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-pynest2d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-pygobject ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-pydantic-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing python-pyatspi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-orjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing python-openturns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-nh3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing python-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-minimal-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-minimal-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-libsvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-libmpsse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-libfreenect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-gst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-gseapy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing python-graph-tool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing python-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-cryptography-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing python-cramjam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing python-clingo-dl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-clingo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-clarabel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing python-blake3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing python ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pypy3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pypy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pyotherside-for-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pyotherside ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pyconfigure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pwsafe-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pwsafe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing putty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing purpose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing purpose ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing purple-mm-sms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing purple-mattermost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing purple-lurch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing pure derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing pumpa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pulseview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pulseaudio-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pulseaudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing public-inbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pt-scotch32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pt-scotch-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pt-scotch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pstoedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pspp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing psi-plus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing psi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing psfex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pscircle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing prusa-slicer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing prout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing proteinortho ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing prosody ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing proot-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing proot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing proj.4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing proj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing proj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing profanity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing procmail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing procenv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing privoxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing prison ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing print-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing prinseq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing preseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing presage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing prboom-plus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing prank ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pragha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing praat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pqiv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ppsspp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ppp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ppp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing poxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing powertabeditor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing powerdevil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing poweralertd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing power-profiles-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing povray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing postmarketos-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing postgis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing portfolio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing poppler-qt6 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing poppler-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing poppler ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ponymix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing polyml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing polybar ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing poly2tri-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing polkit-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing polkit-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing polkit-kde-agent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing polkit-gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing polkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing policycoreutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing polari ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pokerth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing poedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing podofo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing podman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing pocl derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing pocketsphinx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pnmixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plymouth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pluma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plotutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ploticus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plocate ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing plib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing playerctl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing play-to-kodi-chromium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasmatube ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma5support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-workspace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-welcome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-vault ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-systemmonitor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-redshift-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-phonebook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-phone-components ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-pass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-pa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-nm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-nano ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-mobile-settings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-mobile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-integration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-firewall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-disks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-browser-integration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-activities-stats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-activities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-active-window-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plan9port ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pkcs11-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pjproject-jami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pjproject ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pitivi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing piranha ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pipewire ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pipewalker ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing piper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pipe-viewer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pioneers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pioneer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pingus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pinentry-tty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pinentry-rofi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pinentry-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pinentry-gtk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pinentry-gnome3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pinentry-emacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pinentry-efl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pinentry-bemenu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pinentry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pinball ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pigx-sars-cov2-ww ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pigx-sars-cov-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pigx-chipseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pigx-bsseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pigx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing piglit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pidgin-otr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pidgin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing picom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing picolisp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing picmi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing picket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pianobar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing php ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing photoflare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing phoronix-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing phonon-backend-vlc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing phonon-backend-gstreamer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing phonon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing phonesim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing phodav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing phd2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pgvector ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing petsc-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing petsc-complex-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing petri-foo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-xml-twig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-xml-libxslt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-xml-feed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-xml-dom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-xml-compile-wsdl11 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-xml-compile-soap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-xml-atom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-x11-xcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-www-opensearch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-www-mechanize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-www-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-web-scraper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-uri-fetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-tk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-test-www-mechanize-psgi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-test-www-mechanize-catalyst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-test-www-mechanize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-xetex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-publishers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-pstricks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-plaingeneric ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-rpc-epc-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-pictures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-plack-test-externalserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-music ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-plack-middleware-reverseproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-metapost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-plack-middleware-removeredundantbody ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-plack-middleware-methodoverride ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-plack-middleware-deflater ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-plack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-pcsc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-pango ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing perl-opengl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-net-ssleay ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-net-smtp-ssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-net-psyc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-net-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-mathscience ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-net-dbus-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-net-dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-net-amazon-s3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-luatex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-latexrecommended ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-mail-dkim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-lwpx-paranoidagent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-lwp-useragent-determined ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-lwp-useragent-cached ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-lwp-protocol-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-lwp-online ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-libwww ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-io-socket-ssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-io-all ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-image-magick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-http-tiny ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-html-treebuilder-xpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-html-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-html-tidy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-html-tableextract ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-html-lint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-html-element-extended ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-gtk3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-gtk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-gssapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-gnupg-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-glib-object-introspection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-gd-securityimage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-finance-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-file-mimeinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-feed-find ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-latexextra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-digest-md5-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-latex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langspanish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langportuguese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langpolish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langother ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-dbd-pg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-dbd-mysql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-langkorean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langjapanese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langitalian ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-cworld-dekker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-langgreek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-crypt-openssl-rsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-crypt-openssl-random ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-crypt-openssl-bignum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-langgerman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langfrench ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langeuropean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalystx-script-server-starman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalystx-roleapplicator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalystx-component-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-view-tt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-view-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-langenglish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langczechslovak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langcyrillic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-langcjk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-plugin-static-simple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-plugin-stacktrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-langchinese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-plugin-session-store-fastmmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-plugin-session-state-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-plugin-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-plugin-configloader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-plugin-captcha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-plugin-authorization-roles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-plugin-authentication ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-plugin-accesslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-model-dbic-schema ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-devel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-component-instancepercontext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-authentication-store-dbix-class ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-action-rest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-catalyst-action-renderview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-cairo-gobject ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing perl-cairo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-langarabic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-bio-db-hts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-authen-sasl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-humanities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-app-xml-docbook-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-anyevent-i3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-anyevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-games ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-alien-sdl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing perf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-formatsextra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perceptualdiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pep-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pencil2d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing peek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pedansee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pdsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pdfpc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-fontutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pdfgrep ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pdf2svg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-fontsrecommended ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pdf2djvu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pdal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pcsxr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pcsc-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pcsc-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pcsc-cyberjack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pcmanfm-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pcmanfm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pcb2gcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pcb-rnd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pcaudiolib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pbuilder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pbcopper ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pbbam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pavucontrol-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pavucontrol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing paulxstretch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing patchutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing patchmatrix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pasystray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing passwordsafe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing password-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing passage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pass-tomb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pass-otp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pass-coffin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing parole ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing parlatype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing paritwine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing parinfer-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing pari-gp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing parform ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pardre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing parcimonie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing paraview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing paps ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing paprefs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing papi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing paperview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing papagayo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pantheon-wallpapers ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pantheon-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pantheon-calculator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pangox-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pangomm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pangomm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pango ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pango ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pango ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-fontsextra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pamixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pam-uaccess ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing texlive-collection-context ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing texlive-collection-binextra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pam-mount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pam-krb5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pam-gnupg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing palapeli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing padthv1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing packagekit-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing packagekit-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing packagekit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pacemaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing p4est-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing p2pool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing oxygen-icons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing owncloud-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing otpclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing osmium-tool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing osm2pgsql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing osm-gps-map ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing osinfo-db-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing osinfo-db ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing oshu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing orpheus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing orfondl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing orf-dl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing orcus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing orchis-theme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing orca-music ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing orca ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing orc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing orbit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing orage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opusfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opus-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing optizelle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing optionmatrix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openxr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing openvswitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openvpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opentype-sanitizer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing openttd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opentaxsolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opensycl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opensurge ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing opensubdiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1u gnu/packages/tls.scm:581 7fa40858fe70> target: "or1k-elf">)
error: while processing openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openssh-sans-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-bibtexextra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing opensmtpd-filter-dkimsign ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opensmtpd-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-collection-basic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing opensmtpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openshadinglanguage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openscenegraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing openscad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opensc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openriichi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openrgb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openrct2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openquest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openorienteering-mapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openocd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openni2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openmw ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing openmpi-thread-multiple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openmpi-c++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openldap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openimageio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openhmd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing openfortivpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openfoam-org ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openfoam-com ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openfoam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opendht ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opencv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing openctm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing opencsg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opencpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openconnect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opencolorio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opencog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openclonk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opencascade-occt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing openbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openboardview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openboard ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing openal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-bin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing oneko ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing onedrive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing omemo-wget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ola ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing okular ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing okteta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ois ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ogre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ode ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing odamex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing octave-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing octave ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ocrfeeder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ocproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ocean-sound-theme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing ocaml-llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing ocaml-llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing ocaml-llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing ocaml-llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing ocaml-calendar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ocaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ocaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ocaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ocaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing obs-wlrobs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing obs-websocket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing obs-vkcapture ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing obs-source-record ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing obs-pipewire-audio-capture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing obs-looking-glass ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing obs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing obconf-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing obconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing obby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing oath-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nzbget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nxbelld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nx-libs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nwg-launchers ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing nvme-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing nvc derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing nushell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing numlockx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nullmailer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ntp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nsxiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nss-pam-ldapd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nsncd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing nsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing npiet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing notmuch-addrlookup-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing notmuch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing notification-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing notcurses ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing nomad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nomacs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing noisetorch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing noise-suppression-for-voice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing noise-repellent ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing node ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing node ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nntpit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nmail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nm-tray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nlopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nitrokey-app ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nitrogen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nitrocli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing nip2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ninjas2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ninja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nimf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nheko ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
warning: request for x86_64-linux derivation for nhc98 produced a derivation for system i686-linux
error: while processing ngtcp2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ngspice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ngircd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nginx-rtmp-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nginx-module-vts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nginx-lua-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nginx-accept-language-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nginx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nghttp2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nfs-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nextpnr-ice40 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nextcloud-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing newt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing newsboat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing new-session-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing networkmanager-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing networkmanager-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing network-manager-vpnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing network-manager-openvpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing network-manager-openconnect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing network-manager-fortisslvpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing network-manager-applet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing network-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing netsurf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing netcdf-parallel-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing netcdf-fortran ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing netcdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing netavark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing net-snmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nestopia-ue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing texlive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tetzle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing testdisk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tesseract-ocr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing neon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing neomutt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nemo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing neko ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tesseract-ocr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tesseract-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tessen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing terraform-docs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing termite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing terminology ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tepl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tensorflow-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tensorflow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tennix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tengo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing tenacity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing template-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing telepathy-salut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing telepathy-mission-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing telepathy-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing telepathy-idle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing telepathy-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing telepathy-gabble ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing telegram-purple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing telegram-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing telegram-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tegola ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing teeworlds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ndctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tectonic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing tealdeer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ncmpcpp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ncmpc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing tcpdump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tclx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tcl-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ncdc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ncbi-vdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nbfc-linux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing navit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing taskwarrior ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nautilus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing tascam-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tarsplitter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing tao-synth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tao ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing talloc-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing talloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing taisei ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tabixpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing tabbed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing t4k-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing system-settings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing system-config-printer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sysprof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nar-herder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sysprof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nanovg-for-extempore ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing nanopolish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sysdig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nagios ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing sysbench derivation for system x86_64-linux (avr): (misc-error #f unsupported target ~S (avr) #f)
error: while processing synthv1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing naev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing n2p2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing synthpod ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mysql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing myrepos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing synfigstudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing synfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing synergy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mympd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing syndication-domination ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing syndication ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mygui-gl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mygui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing syncthing ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing mutter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mutt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mutest ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing musikcube ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing musescore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sylpheed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing muse-sequencer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sxmo-st ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing murrine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mupen64plus-video-z64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mupen64plus-video-rice ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sxiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sxhkd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-video-gliden64 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-video-glide64mk2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing swww ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing mupen64plus-video-glide64 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mupen64plus-video-arachnoid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mupen64plus-ui-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mupen64plus-rsp-z64 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mupen64plus-rsp-hle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mupen64plus-input-sdl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mupen64plus-core ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mupen64plus-audio-sdl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mupdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing munge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mumps-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mumps-metis-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mumi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mumble ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing multimon-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing swineherd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing swi-prolog derivation for system x86_64-linux (avr): (misc-error #f swi-prolog requires --system and --target to have the same word size () #f)
error: while processing mullvadbrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mudskipper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing muchsync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sweeper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mtxclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mtpaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mtd-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing swc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing swayr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing swaynotificationcenter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mswebrtc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mssilk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing swaylock-effects ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing msopenh264 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing msmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing msitools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing swaylock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing swayidle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing swayhide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing msamr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing swayfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing swaybg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mrrescue ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mrg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mpvqt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpv-mpris ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mpv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing swarp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing swappy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mplayer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mpich ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpg321 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpg123 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpdscribble ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpdris2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpdevil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpd-mpc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpc123 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mp3info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing movim-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mousepad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mouseloupe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing motion ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing motif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mosquitto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mosh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mosaicatcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing morris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing morpheus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing moonlight-qt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing moonlight-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing monolith ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing monero-gui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing monero ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing monado ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing molequeue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing moka-icon-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mogan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing modules ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing modemmanager-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing modem-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mod-wsgi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mod-utilities ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mod-host ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing moc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mm-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mlucas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mlterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mlt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mlt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mkvtoolnix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mjpegtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mixxx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mit-scheme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mit-krb5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing swaks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing minizip-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing svkbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing svd2rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing sushi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing surge-synth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing surfraw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing surf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing supertuxkart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing supertux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing minimodem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing superlu-dist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing supercollider ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sundials-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sundials-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sunclock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing minifb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sumo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sugar-toolkit-gtk3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sugar-datastore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sugar-artwork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sugar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing subversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing subunit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing subdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stunnel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stumpish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing strongswan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stringtie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stress-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing streamripper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing strawberry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing straw-viewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing minetest-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing stgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing minetest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing minced ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mimetreeparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing milou ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing stepmania ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stellarium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing midori ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mgba ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing methyldackel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing metacity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing metabat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing meshlab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mesa-utils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
warning: error when computing mesa-opencl-icd derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing mesa-opencl derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing mesa-headers ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mesa ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing merkuro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing meritous ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing static-binaries-tarball ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/kyfj7gxbil93qa1879zny028apzaia1z-avr-libc-2.0.0.drv => /gnu/store/f9ja8x34v17j3c1ay98p2lw847gyz8js-avr-libc-2.0.0 7f8e49fe5d70> output: "static">)
error: while processing startup-notification ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mercurial ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing menumaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing menu-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing starman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing starlong ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stargate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing starfighter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing star ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing star ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stalonetray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stalin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stagit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing stackistry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing st ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sssd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sshfs-fuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sshfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ssh-to-pgp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing ssh-to-age ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing srt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing srain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sra-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing squid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing squeak-vm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing memphis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing memkind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing squashfs-tools-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing memcached ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sqls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing sqlitebrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing meld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sqlcipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing megatools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing megahit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing megaglest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing megadepth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing megacmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mednafen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mediastreamer2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mediasdk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mediainfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing meanwhile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing meandmyshadow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mdbtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mda-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sqitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing spread-sheet-widget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing spotifyd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing spoon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mcrl2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing splix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mcg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing splash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mcabber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mbuffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spiped ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mblaze ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spindle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing maxima ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing spike ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing spice-vdagent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing spice-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing maturin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing spice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sphinxbase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing speedcrunch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing materialdecoration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing speech-dispatcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing spectrwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing materia-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mate-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate-user-guide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate-system-monitor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mate-settings-daemon ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mate-session-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate-screensaver ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mate-power-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spectacle-analyzer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing spectacle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-polkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate-panel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate-netbook ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mate-menus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate-media ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing spatialite-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing spatialite-gui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate-control-center ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate-calc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sparql-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-applets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing matcha-theme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing massif-visualizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mars ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing markets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mariadb-connector-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing spacefm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mariadb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing marco ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing soundconverter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing marble-marcher ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sound-juicer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mapnik ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mantis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mangohud ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing manaplus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing soqt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sooperlooper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sonnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sonnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sonivox-eas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mame ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mamba ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing maliit-keyboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing maliit-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing solvespace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing malcontent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mako ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing makeself-safeextract ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing makepasswd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sollya ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing solid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing solid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing solfege ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing solarus-quest-editor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing solarus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mairix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing soju ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing soil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing softhsm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sofia-sip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing maim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing soci ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing socat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mailutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mafft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing soapyremote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing soapyaudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing snorenotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing snixembed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sniffglue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing snd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing macchina ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing snapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing snapcast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing m8c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing snap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing snafu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing snac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing smproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing smplayer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing m17n-lib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing smithlab-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing smb4k ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing smartdns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lyx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lynx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxterminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxtask ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxsession ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxrandr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm-drmaa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-sudo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-runner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-qtplugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-powermanagement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-policykit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-panel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-openssh-askpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-notificationd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-globalkeys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-connman-applet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-build-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-archiver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-admin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-about ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxpanel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxinput ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lximage-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxi-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing slurm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing slstatus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxde-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing slirp4netns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing slimevolley ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing slim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxcfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing slepc-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxappearance ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing slepc-complex-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lv2toweb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lv2lint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lv2-speech-denoiser ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sleef ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lv2-mda-piano ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing slade ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lv2-mda-epiano ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lush2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing luppp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing skribilo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing luminance-hdr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lukesmithxyz-st ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing luit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lugaru ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing skopeo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing skktools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing skim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing luarocks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing luakit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lua5.2-sec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing skia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.2-ossl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sjcount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing siril ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.2-luarocks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sirikali ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sipwitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sipp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.2-lgi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lua5.2-cqueues ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lua5.2-clingo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sioyek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.1-sec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lua5.1-ossl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing singularity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.1-lgi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lua5.1-cqueues ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lua5.1-clingo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing singular ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing single-application-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua-ossl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lua-lgi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lua-cqueues ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing simplescreenrecorder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing simple-scan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing simavr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sigrok-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing signond-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing signond ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing signon-plugin-oauth2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing signing-party ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sieve-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing siege ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sideload ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ltris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing shroud ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lsp-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing show-me-the-key ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing shotwell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lskat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing shotcut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing shorah ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing shogun ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lrdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing shishi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing shiru-lv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sherlock-lv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing love ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing shared-mime-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing loudmouth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing looking-glass-client ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sgt-puzzles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lollypop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sfxr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing loksh ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing sfml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sfizz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sextractor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing setzer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing setxkbmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing setroot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing setbfree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sequoia-wot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing sequoia-sqv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing sequoia-sq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lofreq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sequoia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing sequeler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing localed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lmms ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing seq24 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing senpai ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing sendgmail ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing lm-sensors ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
warning: error when computing llvm-for-mesa derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing segemehl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing seer-gdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing llvm derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing lldpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing seek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing lldb derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing lld-wrapper derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing lld-as-ld-wrapper derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing lld-as-ld-wrapper derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing lld derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing llama-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing seed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing secrets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing livemedia-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing seatd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing seahorse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lite-xl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lirc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing liquidwar6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sdrangel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdr++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdlpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl2-ttf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl2-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl2-mixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl2-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl2-gfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl-ttf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl-mixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl-gfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sddm-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sddm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdcv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sdbus-c++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing scummvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing scummc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing scrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing scrot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing scrollkeeper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing linsmith ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scribus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing screentest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing screengrab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing linphone-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing screenfetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing screen-message ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing links ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lingot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scorep-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing scintilla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing scilab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing schroedinger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing schismtracker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing schiffbruch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lilypond ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lilv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing scc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing lighttpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lightspark ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lightly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scantailor-advanced ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing scanmem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing scanbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lightgbm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lightdm-gtk-greeter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scamp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lightdm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scallop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing liferea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lierolibre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing scalapack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sc-im ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sbsigntools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libzip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libzim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libzapojit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxxf86vm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxxf86dga ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxvmc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxtst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxslt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sawfish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing savvy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing savane ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing satdump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxscrnsaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxrender ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxrandr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxpresent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxpm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sane-backends ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sane-airscan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxmu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxmlb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sandbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxml++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxml++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxklavier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxkbfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxkbcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxkbcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing samtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing samplv1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxinerama ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sameboy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxfixes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxfce4util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxfce4ui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxdamage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxcvt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing libxcursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing samba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxcomposite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxaw3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing salmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing sakura ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxaw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing sailfish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing saga ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxapp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libx11 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing s7 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libwpe ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing libwnck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libwnck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libwindowswm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libwebsockets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libwebp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libwebp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libwacom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rygel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rxvt-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libvnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libvisual-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libvisual ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libvirt-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libvirt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libvideogfx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing libvdpau-va-gl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing libvdpau ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libva-utils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-zvariant-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zvariant-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libva ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-zvariant-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zvariant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zvariant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zune-inflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zstd-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zstd-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zstd-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zstd-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zstd-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zstd-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zoneinfo-compiled ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libusb4java ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-zip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zeroize-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zeroize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zerocopy-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zerocopy-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zerocopy-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zerocopy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zerocopy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zerocopy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zbus-polkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zbus-names ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zbus-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zbus-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-zbase32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-z85 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-z-base-32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-yeslogic-fontconfig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-yeslogic-fontconfig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-yeslogic-fontconfig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-yasna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-yasna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-yansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-yansi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-yansi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libunique ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-yaml-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-yaml-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-y4m ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-y4m ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xz2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xxhash-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xxhash-c-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xremap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xmltree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xmltree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xmlparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xml5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xml5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xkeysym ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xkbcommon-dl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xkbcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xkbcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xi-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xflags-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xdg-home ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xdg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xcursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-xattr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x86 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x86 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x509-signature ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x509-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x509-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x509-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x509-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x509-cert ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x25519-dalek-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x11rb-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libtorrent-rasterbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libtorrent-rasterbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-x11rb-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libtorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-x11rb-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x11rb-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x11rb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libtirpc-hurd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libtirpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-x11-dl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x11-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libtimidity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-x11-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-x11 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libtifiles2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libticonv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wyz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libticalcs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libticables2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wyz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wyz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wyhash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wycheproof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ws2-32-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wmi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wl-clipboard-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wl-clipboard-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wl-clipboard-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wiremock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winutil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libtgvoip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-winresource ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libtcod ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsysstat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winreg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winnow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winnow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winnow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winit-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-x86-64-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-win ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-tokens ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-tokens ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-targets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-targets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-targets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-implement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-i686-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-gen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-aarch64-msvc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-aarch64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-aarch64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows-aarch64-gnullvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wincolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wincolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winapi-x86-64-pc-windows-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winapi-wsapoll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winapi-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winapi-i686-pc-windows-gnu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winapi-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-win-crypto-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wildmatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wild ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-widestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-widestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-widestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-whoami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-whoami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-which ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wezterm-input-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libstrophe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wezterm-dynamic-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wezterm-dynamic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wezterm-dynamic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wezterm-color-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wezterm-color-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wezterm-blob-leases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wezterm-bidi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wepoll-sys-stjepang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-weezl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wee-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webview-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki-roots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libspnav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webkit2gtk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webbrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-webbrowser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-web-view ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-web-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-web-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-web-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libspatialite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wayrs-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayrs-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayrs-proto-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsoup-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libsoup-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libsoup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wayrs-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsoundio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsmpeg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsmpeg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsmf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-scanner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-protocols-wlr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-protocols-wlr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libslirp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wayland-protocols-plasma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libskry ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libskk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsixel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libsigrokdecode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsigrok ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wayland-protocols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-egl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsignon-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wayland-egl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsignal-protocol-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wayland-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-csd-frame ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsigc++ ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wayland-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libshumate ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-wayland-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-watchexec-signals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-watchexec-filterer-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-watchexec-filterer-globset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-watchexec-events ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-watchexec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-watchexec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasmparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasmparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-streams ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-streams ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-streams ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-encoder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsemanage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libselinux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-test-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-bindgen-test-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsecret ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-test-crate-b ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-bindgen-test-crate-a ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-bindgen-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-bindgen-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-bindgen-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-bindgen-macro-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-bindgen-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-bindgen-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-bindgen-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libseat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-wasm-bindgen-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasm-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wasi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-warp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-warp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-want ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-want ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libscfg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-walkdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-walkdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-waker-fn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-wait-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vtparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vte-generate-state-changes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vt100 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vswhom-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vswhom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vsock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libsavitar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-vsock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-void ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vlq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing librttopo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-version-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-version-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-version-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-version-compare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-version-compare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-version-check ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-version-check ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vergen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vergen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vec1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vec-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-vcpkg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-varbincode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-value-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-value-bag-sval2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-value-bag-serde1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-value-bag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing librsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-valuable-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-valuable-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-valuable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-v-htmlescape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-v-frame ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uzers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uutils-term-grid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uutils-term-grid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uuid-macro-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uuhelp-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uucore-procs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uucore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uu-whoami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing librnd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-uu-mv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uu-mktemp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uu-mkdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uu-cp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-utf8parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-utf8parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-utf8-width ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-utf8-ranges ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-utf8-ranges ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-utf-8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-users ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-user32-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-urlencoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-urlencoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ureq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-untrusted ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-untrusted ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-untrusted ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unsize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unsafe-unwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unsafe-libyaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unsafe-any ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unreachable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unreachable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unix-socket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-universal-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing librewolf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-universal-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-universal-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uniquote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unindent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unindent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unidecode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicode-xid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicode-xid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicode-xid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicode-width ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicode-truncate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libresprite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-unicode-segmentation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicode-reverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicode-normalization ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicode-linebreak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicode-ident ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing librepcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-unicode-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicode-categories ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicode-bom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicode-bidi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unicase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unic-ucd-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unic-ucd-segment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unic-ucd-normal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unic-ucd-hangul ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libreoffice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-unic-ucd-category ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unic-segment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unic-normal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unic-emoji-char ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unic-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unic-char-range ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unic-char-property ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ungrammar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unescape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unchecked-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uncased ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-unarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-umask ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-umask ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uluru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ui-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ufmt-write ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ufmt-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ufmt-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ufmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ufmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uds-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-uds-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ucd-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ucd-trie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ucd-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ubyte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tzdb-data ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tzdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tz-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typewit-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typewit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typetag-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typetag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typenum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typemap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typed-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typed-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typed-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typed-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typed-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typed-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typed-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typed-arena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typed-arena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-typeable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing librecad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-twox-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-twoway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-twoway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-twofish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libratbag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tun-tap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tuikit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tuikit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tuikit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing librasterlite2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-tui-textarea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tui-react ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tui-react ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tstr-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libraqm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-tstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trycmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trycmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trycmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trybuild2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trybuild ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-try-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libquvi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libquicktime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libqtxdg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-trust-dns-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libqmi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libqmatrixclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libqglviewer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libqalculate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-trust-dns-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libqaccessibilityclient-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-trust-dns-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libqaccessibilityclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-trust-dns-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trust-dns-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-triple-accel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-triple-accel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-triomphe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-treeline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tree-magic-mini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tree-magic-db ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tree-magic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-traitobject ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracy-client-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracy-client-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracy-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracy-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trackable-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-trackable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracing-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracing-tracy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracing-subscriber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracing-subscriber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libpst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tracing-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracing-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracing-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracing-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracing-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libpqxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tracing-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracing-chrome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracing-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tracing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tower-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tower-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tower-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tower-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libportal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tower-layer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tower-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tower-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tower ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-totp-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-totp-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libplist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-topology-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tonic-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libplasma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tonic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tonic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tonic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml-test-harness ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml-test-data ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libplacebo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing libpinyin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-toml-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libpepadapter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libpeas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-toml-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml-datetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml-datetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-vsock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-uring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-uds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-udp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libpanel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-tungstenite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libostree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tokio-tcp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-socks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libosmocore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tokio-socks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-signal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-reactor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-process ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-postgres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-mockstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-mock-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-metrics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libosmium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libosinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tokio-io-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-io-pool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libopensmtpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tokio-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libopenshot-audio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tokio-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libopenshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tokio-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-current-thread ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libopenmpt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-tokio-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tobj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tobj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-to-shmem-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-to-shmem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tls-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tls-codec-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tls-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-titlecase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-titlecase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tinyvec-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tinyvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tinytemplate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tinyfiledialogs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiny-xlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiny-skia-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiny-skia-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiny-skia-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiny-skia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiny-skia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiny-skia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiny-keccak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiny-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiny-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiny-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-timerfd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-timebomb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-timeago ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-time-macros-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-time-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-time-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-time-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tikv-jemallocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tikv-jemalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tikv-jemalloc-ctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thrift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thrift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thread-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thread-priority ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thread-local ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thread-local ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thread-local ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thread-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thread-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thread-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thousands ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thiserror-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thiserror-core-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thiserror-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thiserror ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thin-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-thin-slice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-textwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-textwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-textwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-textwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-textnonce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-text-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-text-block-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-testing-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tester ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tester ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tester ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-test-with ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-test-strategy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-test-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-test-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-test-cert-gen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-test-case-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-test-case-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-test-case-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-test-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-test-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-test-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-test-assembler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termwiz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termwiz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termtree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termios ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-terminfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-terminfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-terminal-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-terminal-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-terminal-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termimad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termimad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termcolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termcolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termbox-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-termbg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-term-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-term-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tendril ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-temptree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-temporary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tempfile-fast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tempdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-temp-testdir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-temp-env ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-temp-env ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-xetex-layout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-xdv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-status-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-pdf-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-io-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-io-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-geturl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-errors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-engine-xetex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-engine-xdvipdfmx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-engine-spx2html ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-engine-spx2html ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-engine-bibtex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-docmodel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-dep-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-cfg-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-bundles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-bridge-icu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-bridge-harfbuzz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-bridge-graphite2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-bridge-freetype2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-bridge-flate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-bridge-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tectonic-bridge-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-target-lexicon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-target-lexicon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-target-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-target ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tardar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-takeable-option ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-takeable-option ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-take-mut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tabwriter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tabled-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-tabled ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-system-deps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-system-deps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-system-deps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-system-configuration-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-system-configuration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sysinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sysinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sysinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sysctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sysctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sysctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syscallz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syscallz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sys-locale ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sys-locale ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sys-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syntex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syntex-pos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syntex-errors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syntect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syntect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-synstructure-test-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-synstructure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-synom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-synchronoise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sync-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syn-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syn-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-syn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symphonia-utils-xiph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symphonia-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symphonia-format-wav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symphonia-format-ogg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symphonia-format-isomp4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symphonia-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symphonia-codec-vorbis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symphonia-codec-pcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symphonia-codec-aac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symphonia-bundle-mp3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symphonia-bundle-flac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symphonia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symbolic-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symbolic-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symbolic-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-symbolic-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sxd-xpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sxd-document ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-swc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-swayipc-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-swayipc-command-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libomemo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-swayipc-async ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-swayipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libofx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-swayipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-svgtypes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libofa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-svd-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sval-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sval-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sval-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sval-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sval-fmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sval-flatten ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sval-dynamic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sval-derive-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sval-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sval-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-surf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-supports-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-supports-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-supports-hyperlinks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-supports-hyperlinks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-supports-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-supports-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-supports-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-superluminal-perf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-superluminal-perf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-supercow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
warning: error when computing libobjc2 derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing rust-subtle-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-subtle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing liboauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libnvme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-subtle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-subprocess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-subplotlib-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-subplotlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-subplot-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-subplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-structopt-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-structopt-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-structopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libnsl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-structopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-structmeta-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-structmeta-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-structmeta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-structmeta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-struct-patch-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-struct-patch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strong-xml-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strong-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libnsfb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-strobe-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strobe-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strip-ansi-escapes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strip-ansi-escapes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stringprep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-string-cache-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-string-cache-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libnotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-string-cache-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-string-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-string-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strict-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-strength-reduce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-streebog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-streebog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-streaming-stats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-streaming-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-streaming-decompression ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libnode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-stream-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stream-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libnma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libnl-python3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libnl-python2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-stream-assert ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-str-stack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-str-indices ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-str-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libnice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libngspice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-stfu8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stdweb-internal-test-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stdweb-internal-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stdweb-internal-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stdweb-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stdweb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stdweb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stderrlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stderrlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-std-prelude ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stb-truetype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stats-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-statrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-statrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-statrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-statistical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-static-map-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-static-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-standback ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stacker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libnet6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-stable-pattern ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stable-deref-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-stability ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-st-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlparser-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlparser-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libnest2d-for-cura ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sqlparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlite3-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlite3-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlite3-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlite3-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sptr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spsc-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmypaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sprs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmygpo-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sprs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spmc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmusicbrainz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-spki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spirv-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spirv-std-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spirv-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spinning-top ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spin-sleep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spin-on ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-spin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-speedy-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-speedy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-speedate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-speculate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-special ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sourcemap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-soup-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-softbuffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-socks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-socketpair ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmpeg2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-socket2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-socket2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-socket2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-snappy-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-snapbox-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-snapbox-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-snapbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmpdclient ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-snapbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-snapbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-snap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-snap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-snafu-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-snafu-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-snafu-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-snafu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-snafu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smol-str ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smol-str ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smithay-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmodulemd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-smithay-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smithay-client-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smawk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smartstring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smartstring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmixed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-smart-default ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smart-default ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmirage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-smallvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smallvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-smallbitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sm3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmicrohttpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sluice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-slugify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-slug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmicrodns ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing libmemcached ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-slotmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sloggers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmediainfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libmediaart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-slog-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-slog-stdlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmbim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-slog-scope ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-slog-kvfilter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-slog-async ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-slog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-slice-deque ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-slice-deque ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sleef-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-slab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-skim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-skim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-skim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-skeptic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sized-chunks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmateweather ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libmatemixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-siphasher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-siphasher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simplerand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simplelog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmatekbd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-simple-mutex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simple-logging ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simple-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libmanette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-simple-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing liblxqt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-simple-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing liblxi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-simple-asn1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-similar-asserts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-similar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-similar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simdutf8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simd-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simd-helpers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simd-adler32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-simba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-signature-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-signature-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-signature ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-signature ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-signal-hook-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-signal-hook-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-signal-hook-mio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-signal-hook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-signal-hook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-shlex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-shlex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-shellexpand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-shellexpand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-shell-words ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-shell-words ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-shell-escape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-shared-library ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-shared-child ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sharded-slab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-shannon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-shadow-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-shadow-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha256 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha2-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha2-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing liblinphone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sha1collisiondetection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha1collisiondetection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha1-smol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha1-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha1-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sha-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-servo-fontconfig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-servo-fontconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-servo-arc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-servo-arc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libktorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serial-test-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libksysguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libksieve ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libkscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libkscreen ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serial-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serdect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serdect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libkomparediff2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libkmahjongg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serdeconv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-yaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-yaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libkleo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libkgapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serde-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-xml-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-with-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-with-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libkexiv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libkdepim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serde-with ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-with ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libkdegames ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libkdcraw-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serde-wasm-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libkdcraw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serde-value ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-urlencoded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libkcompactdisc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serde-urlencoded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libkcddb-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serde-untagged ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libkcddb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libkate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serde-transcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-stacker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-spanned ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-repr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libjxl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serde-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-qs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-qs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-path-to-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-json-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-json-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-ini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-indextree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libjcat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serde-ignored ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-html-form ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-hjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-fmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-derive-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-derive-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-derive-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-codegen-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-cbor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libjami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serde-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-big-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde-aux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libircclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sequoia-wot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sequoia-rfc2822 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libinstpatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sequoia-policy-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sequoia-openpgp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sequoia-openpgp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sequoia-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sequoia-keystore-softkeys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libinput-minimal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-sequoia-keystore-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libinput ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing libinih ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing libinfinity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sequoia-keystore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libindicator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libimobiledevice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sequoia-ipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sequoia-cert-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sequoia-autocrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-seq-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-seq-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sensors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libigl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-send-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-send-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-send-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-semver-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-semver-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-semver-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-semver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libidl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-semver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-semver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-semver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-selinux-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-selinux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-self-cell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-selectors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-selectors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-selectors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-security-framework-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-security-framework-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-security-framework-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-security-framework-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-security-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-security-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libheif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-security-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-security-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-section-testing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-secret-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-secp256k1-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-secp256k1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-seccomp-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sec1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sec1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-seahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-seahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libhandy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libhandy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sdl2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgxps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgweather4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sd-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sd-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgweather ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sctk-adwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgudev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgtop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sctk-adwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sctk-adwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgsf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgrss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-scrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgravatar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-scroll-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scroll-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scroll-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scroll-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgpod ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-scroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scratch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scraper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scopetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scopeguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scopeguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scoped-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scoped-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scoped-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-schemars-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-schemars-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-schemars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-schemars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scheduled-thread-pool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-schannel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgovirt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgnt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-scan-fmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgnomeui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgnomekbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-scale-info-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scale-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-scad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sanakirja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgnomecanvasmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sample-test-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sample-test-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sample-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgnomecanvas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgnome-keyring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sample-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sample-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgnome-games-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sample-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgnome-games-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-sample-arrow2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-sample-arrow2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-same-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-same-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-salvo-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libglvnd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-salvo-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libglib-testing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-salvo-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libglade ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgit2-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-salvo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-salsa20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-salsa20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-salsa20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-salsa-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-salsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-safemem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-safe-arch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-safe-arch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-safe-arch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-s3handler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ryu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ruzstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ruzstd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustyline-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustyline-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustyline-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustyline-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustyline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rusty-fork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rusty-fork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgeotiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rustversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgdata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rustup-toolchain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rusttype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rusttype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rusttype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls-webpki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls-pki-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls-pemfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls-pemfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls-pemfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls-native-certs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls-native-certs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls-native-certs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls-native-certs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libgadu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustix-openpty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rusticata-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libfreenect-opencv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libfreenect-examples ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustfix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustdoc-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustdoc-stripper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustdoc-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libfprint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rustc-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libfm-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libfm-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rustc-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libfm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rustc-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-std-workspace-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-std-workspace-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-std-workspace-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-serialize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-rayon-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-rayon-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-demangle-capi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustc-ap-rustc-lexer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rustbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-ini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libfive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rust-ini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-ini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libfilezilla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rust-hawktracer-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-hawktracer-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libfido2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rust-hawktracer-normal-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-hawktracer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-embed-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-embed-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-embed-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-embed-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libfakekey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rust-embed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-embed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-decimal-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-decimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-base58 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libextractor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rust-argon2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rust-argon2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rusqlite-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rusqlite-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libevent-with-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rusqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rusqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rusqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rusqlite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-runtime-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libevdi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-runtime-raw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-runtime-native ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-runtime-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-run-script ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rtoolbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rtnetlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libetpan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rt-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest-reuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest-reuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest-reuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libesmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libepoxy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-rstest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rstar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rspotify-model ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rspotify-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rspotify-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rspotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rpds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rpassword ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rpassword ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rpassword ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-roxmltree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-roxmltree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rowan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ropey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-romio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-roff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rodio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rocket-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rocket-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libdv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rocket-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rocket-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libdrm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-rocket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rocket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-roadmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rmpv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libdmx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rmp-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rmp-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rmp-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rlp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libdmapsharing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rle-decode-fast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rkyv-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rkyv-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rkyv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rkyv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ripemd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ringbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ring-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libdisplay-info ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-ring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rhai-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rhai ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libdex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rgb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rfc7239 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rfc6979 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libdecor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-rfc6979 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rfc2047-decoder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-retain-mut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-result ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-resolv-conf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-resolv-conf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libde265 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-resize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-resize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-reqwest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-reqwest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-reqwest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libdc1394 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-repr-offset-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-repr-offset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-reopen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-reopen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rental-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rental ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libdbusmenu-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libdbusmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-remove-dir-all ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-remove-dir-all ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-relative-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-region ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-region ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-regex-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-regex-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libdbi-drivers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-regex-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-regex-automata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-regex-automata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libdazzle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-regex-automata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-refpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-reference-counted-singleton ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ref-thread-local ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ref-cast-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ref-cast-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ref-cast-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ref-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ref-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-reedline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-reduce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-redox-users ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-redox-users ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-redox-termios ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-redox-syscall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-recycler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-readlock-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-readlock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-readkey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rdrand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rctree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rctree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rclite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rcgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rayon-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rawslice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rawpointer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rawpointer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rawkey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-raw-window-metal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-raw-window-handle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-raw-window-handle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-raw-window-handle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-raw-window-handle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-raw-cpuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-raw-cpuid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ravif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ravif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ravif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ratatui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libcroco ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ratatui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ratatui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ratatui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-randomize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-random-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-random-fast-rng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-random ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-xoshiro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-xoshiro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-xoshiro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-xorshift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libcmis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rand-xorshift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libcloudproviders-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rand-xorshift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libcloudproviders ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing libclc derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing rust-rand-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-pcg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-pcg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-pcg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-os ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-os ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libchop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rand-mt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libcharon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libchamplain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-rand-jitter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-isaac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-isaac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-isaac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-hc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-hc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-hc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-distr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-distr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-distr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-chacha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-chacha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand-chacha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libcanberra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-radix-trie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libcamera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libcallaudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libcall-ui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-radix-fmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libcacard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-radium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-radium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-radium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libcaca ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-r2d2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quoted-printable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quinn-udp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libbraille ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-quinn-udp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quinn-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quinn-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libbonoboui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libbonobo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quickersort ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quickcheck-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quickcheck-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quickcheck-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libblockdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quickcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libbigwig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libavif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libaudec ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing libatcore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libass ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libarea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libarcus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quick-xml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quick-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quick-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-quantiles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libappindicator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-quad-rand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-qoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-python3-dll-a ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-python-pkginfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-python-pkginfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyproject-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyproject-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libadwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libaccounts-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libaccounts-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-macros-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libaccounts-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lib9 ignoring error: %exception: (#<&gexp-input-error input: #<unspecified>>)
error: while processing lib3mf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lib2geom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3-build-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lftp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pyo3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pwd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pure-rust-locales ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pure-rust-locales ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pulse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pulldown-cmark-to-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pulldown-cmark-to-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pulldown-cmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-puffin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-publicsuffix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-publicsuffix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-public-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-public-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ptyprocess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ptree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ptr-meta-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ptr-meta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-psm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-psl-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-psl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-protobuf-codegen-pure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-protobuf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-protobuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prost-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prost-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prost-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prost-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prost-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prost-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prost-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prost-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proptest-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proptest-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proptest-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proptest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proptest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proptest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proptest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-propfuzz-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-propfuzz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-project-origins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-progressing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-progress ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-profiling-procmacros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-profiling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prodash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prodash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prodash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lexilla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-procinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lesstif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-procfs-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-procfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-quote-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-mounts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-macro2-diagnostics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-macro2-diagnostics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing leptonica ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-proc-macro2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-macro2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-macro2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-macro-nested ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-macro-hack-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing leptonica ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lepton-eda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-proc-macro-hack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-macro-hack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-macro-error-attr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-macro-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing leocad ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lensfun ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lemonbar-xft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-proc-macro-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lemonbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing leela-zero ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ledger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-proc-macro-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-macro-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-proc-macro-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-priority-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing leafpad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-print-positions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-print-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing le-biniou ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ldns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-print-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ldb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-print-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-print-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-primeorder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prettytable-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prettyplease ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-prettyplease ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pretty-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pretty-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pretty-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pretty-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pretty-assertions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pretty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pretty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-predicates-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-predicates-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-predicates-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-predicates-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-predicates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-predicates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-predicates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-predicates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-precomputed-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pq-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ppv-lite86 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lcalc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pprof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lazarus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing layer-shell-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pprof ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-powerfmt-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-powerfmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing launchmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-postgres-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing latte-dock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-postgres-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-postgres-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-postgres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing latexml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-postcard-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-postcard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-portaudio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-portaudio-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-portable-atomic-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-portable-atomic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pori ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polyval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polyval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polyval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polyval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lapack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pollster-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pollster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lammps-serial ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-polling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-time ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lammps ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-polars-sql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-row ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-plan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-pipe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-parquet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-ops ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-lazy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-lazy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lagrange ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-polars-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-compute ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-arrow-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-polars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-poem-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-poem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pocket-resources ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing laby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing labwc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-png ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pnet-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pnet-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing labplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pnet-datalink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pnet-datalink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pnet-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pnet-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pmutil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing lablgtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-plotters-svg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing l3afpad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-plotters-bitmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-plotters-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-plotters ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing l2md ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-plist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pledge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-platforms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-platform-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-planus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-plain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pktparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pkg-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pkcs8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pkcs8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pkcs8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pkcs8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pkcs7 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pkcs5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kxstitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pkcs5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pkcs5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pkcs5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kxmlgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pkcs1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pkcs1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kxmlgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pkcs1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pistoncore-window ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pistoncore-input ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pistoncore-event-loop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-piston-viewport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-piston-texture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-piston-shaders-graphics2d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-piston-graphics-api-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kwrited ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-piston-gfx-texture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-piston-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kwindowsystem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-piper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-piper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kwindowsystem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pipe-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pinot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ping ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pin-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kwin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pin-project-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pin-project-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pin-project-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pin-project-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pin-project ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pin-project ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pikchr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pico-args ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kwayland-integration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-phf-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kwave ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-phf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-petgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kwalletmanager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-petgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-petgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kwallet-pam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pest-meta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pest-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kwallet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pest-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-permutohedron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-perf-event-open-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-perf-event ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-peresil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-percent-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-percent-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kwallet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pep508-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pep440-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pem-rfc7468 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pem-rfc7468 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pem-rfc7468 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pem-rfc7468 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kvantum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kuserfeedback ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-peg-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-peg-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-peg-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-peg-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-peg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-peg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-peg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-peeking-take-while ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pear-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pear-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pear ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pear ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pdqselect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pdcurses-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pcre2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pcre2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pciid-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pcap-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pcap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pcap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pbr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pbkdf2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-paw-structopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-paw-raw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-paw-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-paw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pathfinder-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pathfinder-geometry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pathdiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-path-slash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-path-clean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-path-clean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-path-abs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-paste-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-paste-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-paste ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-paste ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-password-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-password-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-password-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-password-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kunitconversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pasetors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-partition-identity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-partial-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-partial-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-partial-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kubrick ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-parse-zoneinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parse-display-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parse-display ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parquet2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parquet2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parquet-format-safe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parquet-format-async-temp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parquet-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking-lot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parity-wasm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parity-scale-codec-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parity-scale-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-paris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parasailors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-parasail-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-papergrid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pangocairo-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pangocairo-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pangocairo-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pangocairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pangocairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pangocairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pango-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kubo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ktuberling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ktsuss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ktouch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ktorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ktnef ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ktimer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pandoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pancurses ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ktextwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-pam-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-palette-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ktextwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-palette-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-palette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ktexttemplate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-palette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-page-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-page-size ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-pad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-packed-struct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-packed-simd-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-packed-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ktexteditor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-p384 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-p256 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-owo-colors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-owo-colors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-owning-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-owning-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-owned-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-owned-ttf-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-overload ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-output-vt100 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ouroboros-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ktexteditor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ouroboros-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ouroboros-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ouroboros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ouroboros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ktextaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ouroboros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ksystemstats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-osmesa-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-os-str-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ksystemlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-os-str-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-os-str-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-os-release ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-os-pipe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-os-pipe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-os-pipe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ksyntaxhighlighting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-os-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-os-display ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ksyntaxhighlighting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-orion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-orgize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ksvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ordermap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ordered-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ordered-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ksudoku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ordered-multimap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ordered-multimap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kstatusnotifieritem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ordered-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ordered-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ksshaskpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ordered-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ordered-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ord-subset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ksquares ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-orc-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-orbclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kspaceduel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-option-set ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-option-set ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-option-operations ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-option-ext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-optick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-opml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-opentelemetry-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-opentelemetry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-openssl-sys-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-openssl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-openssl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-openssl-probe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-openssl-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-openpgp-cert-d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-openpgp-cert-d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-opener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-opener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-open ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-opaque-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-opaque-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-oorandom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-onig-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-onig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-once-cell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-omnipath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-oid-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-oid-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-oid-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-oid-registry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ogg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-odds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-odds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-odbc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-odbc-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-oboe-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-oboe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-object-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-objc2-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-objc2-encode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-objc2-encode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-objc2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-objc2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-objc-test-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-objc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-objc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-objc-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-objc-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-objc-exception ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-objc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-obj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-obj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-obfstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-oauth2-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-numtoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-numtoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-number-prefix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-number-prefix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-threads ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-rational ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-rational ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-rational ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-rational ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-iter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-integer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-format-windows ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-enum-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-enum-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-enum-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-enum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-enum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-enum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-cpus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-conv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-complex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-complex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-complex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-complex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-bigint-dig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-bigint-dig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-test-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-term-grid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-system ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-pretty-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-lsp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-explore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-command ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-color-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-cmd-lang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-cmd-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ksoloti-patcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nu-cmd-dataframe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-cmd-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ksnakeduel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ksmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nu-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ksirk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nu-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nu-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ntex-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kshisen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ntest-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ntest-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kservice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ntest-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ntest-test-cases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ntest-test-cases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ntest-test-cases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ntest-proc-macro-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ntest-proc-macro-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kservice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ntest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ntest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kseexpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ntest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ntapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ntapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-now ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kscreenlocker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-notmuch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-notmuch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-notify-debouncer-mini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-notify-debouncer-full ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing krusader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing krunner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-notify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-normpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing krunner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-normpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kronosnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-normpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-normalize-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-normalize-line-endings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-normalize-line-endings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-noop-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nonempty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nom8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kronometer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nom-derive-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nom-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing krona-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nodrop-union ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nodrop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-no-std-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-no-std-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-no-std-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-no-panic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-no-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nl80211 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing krita ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nitrokey-test-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nitrokey-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nitrokey-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nitrokey-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nitrokey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nispor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nickel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nibble-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kristall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nftables ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-newtype-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-newsblur-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing krfb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kreversi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-news-flash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing krdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-new-debug-unreachable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing krdc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing krb5-auth-dialog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nettle-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kraken2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kquickcharts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nettle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nettle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-netmap-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kquickcharts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-netlink-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-netlink-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-netlink-packet-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-netlink-packet-route ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-netlink-packet-route ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kqtquickcharts ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-netlink-packet-generic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-netlink-packet-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-netlink-packet-audit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-net2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-neso ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-neli-wifi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-neli-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-neli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-neli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-neli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-needletail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kpublictransport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ndk-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk-context ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kpty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kpmcore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ndarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ndarray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ncurses ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nb-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-natord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nasm-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-napi-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-napi-derive-backend ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-napi-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-napi-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kpkpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kpipewire ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-napi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kpimtextedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kpimcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kpeoplevcard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nanorand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kpeople ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kparts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kparts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kpackage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nanorand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kpackage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kosmindoormap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing korganizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kopete ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nanorand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kopeninghours ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nalgebra-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nalgebra-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing konversation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kontrast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kontactinterface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-nalgebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mysqlclient-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mustache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-multiversion-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-multiversion-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing konsole ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-multiversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-multiversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-multipart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing konquest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-multipart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-multimap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-multer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-multer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-muldiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kongress ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-msvc-demangler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mptcp-pm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mp4parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kompare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-mp4parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mp4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mozim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-more-asserts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-more-asserts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-modifier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mockito ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mockall-double ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mockall-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mockall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kommit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-mock-instant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing komikku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-mock-instant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mirai-annotations ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kolourpaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mio-uds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mio-named-pipes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mio-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mio-anonymous-pipes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mio-aio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mio-aio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kollision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-mio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kolf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-mio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-minus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miniz-oxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-minisign ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-minimp3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-minimp3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-minimal-lexical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-minimad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kokkos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-minimad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-minijinja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-minijinja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miniflux-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kodi-wayland ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-mime-guess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mime-guess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mimalloc-rust-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mimalloc-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mimalloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-migrations-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-migrations-internals ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miette-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miette-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-miette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kodi-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-miette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-meval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-metrohash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-metrics-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-metrics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-metal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kodi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-merlin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-merlin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-merge-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-merge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memsec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kochmorse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-memsec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memory-units ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memoffset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memo-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memmem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kobodeluxe ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memmap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memchr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing knotifyconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-memchr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-memchr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-md5-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-md5-asm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-md5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-md5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-md5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing knotifyconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-md-5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-md-5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing knotifications ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-md-5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-maybe-uninit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing knotifications ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-maybe-rayon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing knotes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing knot-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-maybe-async ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing knot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-matrixmultiply ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-matrixmultiply ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-matrixmultiply ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-matrixcompare-mock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-matrixcompare-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-matrixcompare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-matrixcompare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-matchit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-matches ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-matchers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-matchers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-match-cfg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing knights ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-mas-jose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing knewstuff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-mas-iana ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing knewstuff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-markup5ever-rcdom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing knetwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-markup5ever-rcdom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing knavalbattle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmscon ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmouth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmousetool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kmix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-markup5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-markup-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-markup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-maplit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-malloc-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-malloc-buf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mailparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-mailparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmessagelib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-maildir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-maildir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmenuedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-magma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-magic-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kmailtransport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-magic-crypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmailimporter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-macrotest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mach2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mach-o-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mach ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-mach ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-macaddr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmailcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-mac-address ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmail-account-wizard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-m-lexer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lzzzz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lzw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lzma-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmahjongg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-lz4-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lz4-flex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kmag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-lz4-flex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lz4-compress ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing klines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-lz4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lyon-svg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lyon-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lyon-geom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lyon-geom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kleopatra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lsp-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lsp-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lscolors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lscolors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lscolors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lru-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lopdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lopdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lopdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-loop9 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kldap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-loom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-logos-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-logos-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-logos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing klavaro ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lock-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lock-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lock-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lock-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-locale-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-locale ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-local-waker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-local-ip-address ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-local-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-llvm-bitcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-litrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-litrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-listenfd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-linux-raw-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-linux-raw-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-linux-raw-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-linux-raw-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-linux-keyutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-linkify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-linked-hash-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kjumpingcube ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-linked-hash-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-linked-hash-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-link-cplusplus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-linecount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-linear-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-line-wrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-line-drawing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-line-col ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lifeguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libz-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libz-ng-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kjs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-libxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libwebp-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libtest-mimic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libtest-mimic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libtest-mimic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libtest-mimic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kjobwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-libssh2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libssh2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kjobwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libsqlite3-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libsensors-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-librespot-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-librespot-playback ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-librespot-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kiwix-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-librespot-discovery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-librespot-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-librespot-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-librespot-audio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libredox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libredox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libradicl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libpulse-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kiwix-lib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-libpulse-simple-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libpulse-simple-binding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libpulse-binding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kiwix-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-libproc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libpijul ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libnghttp2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libmimalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libmdns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libmdns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kitty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-libmacchina ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libloading ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libloading ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libloading ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libloading ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kitsas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libgit2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kitinerary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-libfuzzer-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libfuzzer-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libflate-lz77 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libflate-lz77 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libdeflater ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libdeflater ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libdeflate-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libdeflate-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libdeflate-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libdbus-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libdav1d-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libc-print ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libadwaita-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-libadwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lexopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lexiclean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lexical-write-integer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lexical-write-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lexical-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lexical-parse-integer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lexical-parse-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lexical-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lexical-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lexical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kitemmodels ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kitemmodels ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing kismet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kirogi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kiriki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kirigami-addons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kirigami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kirigami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kio-zeroconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kio-fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing kio-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kinit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kinfocenter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-lexical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lewton ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-levenshtein ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lettre-email ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lettre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lebe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kincidenceeditor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kimap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-leb128 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lddtree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kimageformats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-lazycell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lazy-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kimageformats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-lazy-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lazy-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kimageannotator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-lazy-regex-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lazy-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lazy-bytes-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lapack-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lapack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-language-tags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-language-tags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lalrpop-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lalrpop-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lalrpop-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lalrpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lalrpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lalrpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-lab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-kv-log-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-kuznyechik ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-kuchiki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-kstring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-kqueue-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-kqueue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-konst-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-konst-macro-rules ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-konst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-koibumi-base32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-khronos-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing killbots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-keyring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-keyframe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-kernel32-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-keccak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-k9 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kiki ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-k9 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-k256 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kigo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-jwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kidletime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-juniper-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kidletime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-juniper-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-juniper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-juniper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kidentitymanagement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-juliex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jsonwebtoken ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jsonrpc-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kid3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-jsonpath-lib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-json5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kiconthemes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-json-deserializer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-js-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jpeg-decoder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kiconthemes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-jpeg-decoder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-joinery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jobserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jni-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jni-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jiter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jiter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jetscii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jetscii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jemallocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jemallocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jemallocator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jemalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jemalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jemalloc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jemalloc-ctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-javascriptcore-rs-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-java-locator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jack-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jack-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-jack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ivf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-itoap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-itoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-itoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-itoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-itertools-num ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kicad ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-itertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kibi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-isolang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-iso8601 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ki18n ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-iso8601 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ki18n ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-iso8601 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-isahc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing khtml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-isahc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kholidays ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-is-wsl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-is-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing khelpcenter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-is-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-is-executable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing khealthcertificate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-is-docker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kguiaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-is-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-is-ci ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kguiaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-iron ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kgraphviewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-iri-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kgpg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-iptables ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kgoldrunner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ipnetwork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ipnetwork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kglobalacceld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ipnetwork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kglobalaccel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ipnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ipconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ipconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kglobalaccel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-iovec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ioslice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-io-uring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-io-lifetimes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-io-lifetimes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kgamma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-io-lifetimes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kfourinline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-io-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kfind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-io-close ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inventory-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inventory ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inventory ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inventory ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-invalidstring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-interpolate-name ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kfilemetadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-integer-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-integer-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-instant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-insta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kfilemetadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing keyutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-insta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-insta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing keysmith ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-insta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-input-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-input-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inotify-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing keynav ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-inotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inline-c-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inline-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inlinable-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing keybinder-3.0 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-inflector ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inflections ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-inflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing keybinder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-inferno ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-infer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-indoc-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-indoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-indoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-indoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-indicatif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-indicatif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-indicatif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing keventviews ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-indextree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-indexmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing keurocalc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-indexmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-indexmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-indexmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-indenter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-include-flate-codegen-exports ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kentutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-include-flate-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-include-flate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kemoticons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-include-flate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-include-dir-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-include-dir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-impls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-impl-trait-for-tuples ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-impl-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-impl-rlp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-impl-more ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-impl-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-imgref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-imbl-sized-chunks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-imbl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-imara-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-imageproc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing keepassxc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing keepalived ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdsoap-ws-discovery-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-image ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-im-rc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdsoap-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ignore-files ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-if-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-if-addrs-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-if-addrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-if-addrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdsoap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-ieee754 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-idna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ident-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdoctools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-idea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-icrate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-iana-time-zone-haiku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-iana-time-zone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-iai-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-iai ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyprland-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyprland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyphenation-commons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyphenation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyper-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdoctools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hyper-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdnssd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hyper-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyper-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdnssd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hyper-timeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdiskmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hyper-sync-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdiamond ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdialog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hyper-rustls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdiagram ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hyper-proxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyper-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdevelop-pg-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hyper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-humantime-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-humantime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-humantime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
warning: error when computing kdevelop derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing rust-humansize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-humansize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-human-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdesu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-human-date-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-httpdate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdesignerplugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-httparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdeplasma-addons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-http-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdepim-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-http-range-header ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-http-range-header ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-http-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdenlive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-http-body-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-http-body ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-http-body ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-http-body ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-http-body ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdelibs4support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-http-auth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdegraphics-mobipocket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hts-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-htmlescape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kded ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdecoration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-html5ever ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-html-escape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdeconnect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-home ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hmac-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdeclarative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdeclarative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdebugsettings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kde-gtk-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hkdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kde-games ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hickory-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kde-frameworkintegration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hickory-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hickory-recursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hickory-proto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kde-cli-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hickory-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hexf-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hexf-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hex-literal-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hex-literal-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hex-literal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hex-literal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hex-literal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hex-literal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hermit-abi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hermit-abi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hermit-abi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-heck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-heck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-heck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-heapsize-plugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-heapsize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-heapsize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-heapless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-heapless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-heapless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-heapless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-headers-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-headers-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-headers-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-headers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kddockwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hdrhistogram ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hashlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdbusaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hashlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hashlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdbusaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kdav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcrash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-hashbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hashbag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hash32-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hash32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hash32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hash32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hash-hasher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-handlebars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcrash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-handlebars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-hamcrest2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-halfbrown ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-half ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-half ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-h3-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-h3-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-h3-quinn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-h3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-h3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-h3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-h2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-h2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcov ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-h2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-h2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gzip-header ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gzip-header ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gumdrop-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gumdrop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gtk4-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gtk4-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcoreaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gtk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gtk3-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gtk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gtk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gtk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gtk-rs-lgpl-docs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gstreamer-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcoreaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gstreamer-base-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gstreamer-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gstreamer-audio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gstreamer-audio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcontacts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gstreamer-app-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gstreamer-app ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kconfigwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gstreamer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gsk4-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kconfigwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gsk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-groupable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-group ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-group ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-griddle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-grep-searcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-grep-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kconfig ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-grep-printer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-grep-printer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcompletion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-grep-pcre2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-grep-matcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-grep-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-grep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-grep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcompletion ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-greetd-ipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-greetd-ipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcolorscheme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-graphql-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-graphene-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-graphene-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gpu-alloc-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gpu-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-goblin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-goblin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-goblin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcolorchooser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gobject-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gmp-mpfr-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glutin-wgl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcodecs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glutin-wgl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glutin-wgl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glutin-glx-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcodecs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glutin-glx-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glutin-glx-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glutin-gles2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcmutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glutin-emscripten-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glutin-egl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glutin-egl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glutin-egl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcmutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glutin-egl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcharselect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcalutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcalendarsupport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glutin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcalendarcore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gloo-timers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcalc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gloo-timers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-globwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-globset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kcachegrind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kbreakout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kbounce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kbookmarks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kbookmarks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glib-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kblocks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kblackbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kbdd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gleam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kbackup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kawa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-glam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gl-loader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gl-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gl-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing karchive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gl-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing karchive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kappanhang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-worktree-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kapman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-worktree-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-worktree-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-worktree-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kanshi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-gix-worktree-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kanatest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kamoso ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-worktree-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kallisto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-worktree-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kaldi-gstreamer-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-worktree-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kaldi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kak-lsp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-worktree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-validate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-validate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kajongg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kaiju ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kaidan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kaffeine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kaddressbook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kactivitymanagerd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-traverse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kactivities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kaccounts-providers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kaccounts-integration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing k3b ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-transport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-trace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jwm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-gix-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing just ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rust-gix-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jupyter-guile-kernel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-tempfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jumpnbump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-submodule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jumpapp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing julius ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-submodule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-submodule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-submodule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-sec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-sec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-revwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-revision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-refspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing julia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing juk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-ref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-protocol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
warning: error when computing jucipp derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing rust-gix-prompt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-prompt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jtdx-hamlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-prompt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-pathspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jtdx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-pathspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-pathspec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jstest-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jsonrpc-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-packetline-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-packetline-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-packetline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-packetline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jsoncpp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-gix-pack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-odb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-object ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-negotiate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-mailmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-mailmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-mailmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-mailmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing json-glib-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing json-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing js8call ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-ignore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-hashtable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-hashtable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-hashtable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-glob ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-date ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-date ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-credentials ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-config-value ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-config-value ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-commitgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-commitgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-commitgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-commitgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-command ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-command ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-chunk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-bitmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-archive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-archive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-archive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-archive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-actor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-actor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-actor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix-actor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jp2a ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing john-the-ripper-jumbo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-git2-hooks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git2-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git2-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git2-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git-version-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git-version ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git-testament-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git-testament-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-git-testament ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gir-format-check ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jnettop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gimli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gimli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gimli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jimtcl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ghost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ghash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ghash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ghash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ghash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gh-emoji ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gg-alloc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gfx-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jgmenu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-gfa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gettext-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gettext-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-getset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-getset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-getrandom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-getrandom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-getopts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gethostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gethostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gethostname ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-geo-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-geo-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-genmesh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-genetlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-generic-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-generic-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-generic-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-generic-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-generator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-generational-arena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gemini-fetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk4-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-pixbuf-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jetring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jellyfish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing jbr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing jbr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing jbr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing java-pep-adapter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing java-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing java-ngs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-gdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gdi32-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gcc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gat-std-proc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gat-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-galil-seiferas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-gag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fxhash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fuzzy-matcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-util-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-timer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-sink-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-sink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-select-macro-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-micro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-join-macro-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-io-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-intrusive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-executor-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-enum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-cpupool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-core-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-channel-preview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-futf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-funty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-funty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-funty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fuchsia-zircon-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fuchsia-zircon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fuchsia-cprng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fslock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fsio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fsevent-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fsevent-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fsevent-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fsevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fsevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fs-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fs-set-times ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fs-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fs-err ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fs-at ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-from-variants-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-from-variants ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-freetype-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-freetype-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-freetype-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-freetype-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-freetype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fragile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fragile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-form-urlencoded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fork ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-foreign-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-foreign-types-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-foreign-types-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-foreign-types-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-foreign-types-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-foreign-types-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-foreign-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-foreign-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-force-send-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-font8x8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-font-kit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-font-kit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fnv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-flume ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-flume ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fluid-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fluid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-float-ord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-float-ord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-float-eq-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-float-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-float-cmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-flate2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-flatbuffers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-flatbuffers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-flamer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-flame ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-flaky-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-flagset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fixedbitset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fixedbitset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fixedbitset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fixed-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fixed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-finl-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-findshlibs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-find-cuda-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-find-crate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-filetreelist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-filetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-filetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-filesize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-filedescriptor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-file-id ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-file-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-figment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-field-offset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fiat-crypto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fiat-crypto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ff-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ff-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fever-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fetch-unroll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fern ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-femme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-femme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fehler-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fehler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-feedly-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-feedbin-api ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-feed-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-feature-probe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fdlimit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fdeflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fd-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fd-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fd-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fat-macho ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fastrand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fastrand ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fastq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-faster-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-faster-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fast-srgb8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fast-image-resize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fast-float ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fast-chemail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fancy-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fancy-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fancy-regex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fallible-streaming-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fallible-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fallible-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fallible-collections ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jamm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-fakeit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-fake-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-failure-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-failure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-faccess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-eyre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-eyeball-im-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-eyeball-im ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-eyeball ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-exr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-expectrl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-expectest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-expect-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-expat-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-exitfailure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-exitcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-exhaustigen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-executors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-executable-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-exacl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-event-listener-strategy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-event-listener-strategy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-event-listener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-event-listener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-event-listener ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-evdev-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-evdev-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-evdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-evdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-eui48 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-eui48 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-eui48 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-euclid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ethtool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ethnum-intrinsics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ethnum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-etherparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-etherparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-etcetera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-escargot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-escargot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-escaper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-escape8259 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-error-code ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-error-code ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-error-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-error-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-error-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-errno-dragonfly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-errno ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-errno ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-erased-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-erased-serde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-equivalent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-envy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-environment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-env-proxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-env-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-env-filter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enumset-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enumset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enumflags2-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enumflags2-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enumflags2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enumflags2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enumber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-to-u8-slice-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-primitive-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-primitive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-map-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-iterator-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-iterator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-dispatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-as-inner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-as-inner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-as-inner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enum-as-inner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-entities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enterpolation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-enquote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-endian-type ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-encoding-rs-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-encoding-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-encoding-index-tradchinese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-encoding-index-tests ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-encoding-index-singlebyte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-encoding-index-simpchinese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-encoding-index-korean ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-encoding-index-japanese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-encode-unicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ena ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-empfindung ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-emojis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-eml-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-embedded-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-embedded-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-embed-resource ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-embed-resource ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-email ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-emacs-org-link-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-emacs-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-emacs-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-emacs-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-emacs-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-emacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-emacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-elliptic-curve ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-elliptic-curve ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-elf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-elain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-either ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ego-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-editdistancek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-edit-distance ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ed25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ed25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ed25519-compact ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ed25519 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ed25519 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ecies-ed25519 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ecdsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ecdsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ecb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-eax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-easycurses ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-easy-parallel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-easy-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-easy-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dyn-clone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dwrote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dunce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-duct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dtparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dtparse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dtoa-short ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dtoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-drm-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-drm-fourcc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-drm-ffi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-drm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-draw-state ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-downcast-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-downcast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dotenvy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dotenv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dotenv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dotenv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dot-writer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dogged ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-document-features ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-docopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-docopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-docopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-docmatic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-doc-comment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dns-sd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dns-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dns-lookup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dlv-list ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dlv-list ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-divan-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-divan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dissimilar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-displaydoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dispatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dispatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-discard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dirs-sys-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dirs-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dirs-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dirs-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dirs-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dirs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-directories-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-directories ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-directories ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-directories ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dircpy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-digest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-digest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-digest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-digest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-diffs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-difflib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-difference ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-difference ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-diesel-table-macro-syntax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-diesel-migrations ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-diesel-derives ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-diesel-derives ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-diesel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-diesel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dialoguer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dialoguer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dhcproto-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dhcproto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dhcp4r ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-devise-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-devise-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-devise-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-devise-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-devise-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-devise-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-devise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-devise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-devise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deunicode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-detone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deser-hjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-des ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-des ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-des ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-where ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-new ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-new ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-more-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-more ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-more ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-error-chain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-arbitrary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derive-arbitrary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-derivative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deranged ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-der-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-der-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-der-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-der-oid-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-der-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-der-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-der-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-der-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-der ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-der ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-der ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-der ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-demo-hack-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-demo-hack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deltae ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dejavu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-defmt-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-defmt-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-defmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-defmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-defmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deflate64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deflate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-defer-drop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-defer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-decimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-debugid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-debugger-test-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-debugger-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-debug-unreachable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-debug-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deadpool-sync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deadpool-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-deadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dcv-color-primitives ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dbus-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dbus-tokio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dbus-crossroads ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dbl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dav1d-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dav1d-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dav1d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-datetime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-data-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-data-url ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-data-encoding-macro-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-data-encoding-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-data-encoding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dashmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dashmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-dary-heap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-darling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-daemonize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-daemonize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-d3d12 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cxxbridge-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cxxbridge-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cxxbridge-flags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cxxbridge-flags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cxx-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cxx-gen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cxx-gen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cxx-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cxx-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cvt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-custom-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cust-raw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cust-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cust-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cust-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-curve25519-dalek-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-curve25519-dalek-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-curve25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-curve25519-dalek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cursor-icon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-curl-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cuda-std-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cuda-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ctrlc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ctr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ctr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ctr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ctor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ctor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ct-logs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ct-logs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ct-codecs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-csv-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-csv-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-csv-async ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-csv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-csv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cstr-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cssparser-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cssparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-csscolorparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-csrf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-tests ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-secretbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-mac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-hash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crypto-bigint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crunchy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crosstermion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crosstermion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossterm-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossterm-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossterm-winapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossfont ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossfont ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jami ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-crossbeam-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam-epoch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam-epoch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam-deque ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam-deque ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crossbeam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-critical-section ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-criterion-plot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-criterion-plot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jalv-select ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-criterion-plot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-criterion-cycles-per-byte ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-criterion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-criterion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-criterion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-criterion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crc64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crc64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crc32fast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crc-catalog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crc-catalog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crc-any ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jalv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-crc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crates-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crates-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crates-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crates-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-crates-index ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cradle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cpuprofiler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cpuid-bool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cpufeatures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cpp-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jack-select ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-cpp-demangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cpal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cov-mark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-countme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-count-instructions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jack-capture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-coreaudio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-coreaudio-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-video-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-text ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-text ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-graphics-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-graphics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-foundation-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-foundation-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-foundation-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-foundation-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ixion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-core-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-extensions-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-extensions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-extensions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-arch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing iwgtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-core-affinity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-core-affinity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cordic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-copypasta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing iwd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-copypasta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-copyless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-coolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-coolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cookie-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cookie-factory ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ivar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-convert-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-convert-case ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-conv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-content-inspector ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-constant-time-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-constant-time-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-constant-time-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-sha1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-random-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-random ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-panic-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-panic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-oid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-oid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-oid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-format-proc-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-fn-assert ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-fn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-const-cstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-console-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-console-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-console-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-console-error-panic-hook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-conpty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-configparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-configparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-config-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-condtype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-concurrent-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-concurrent-queue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-concolor-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-concolor-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-concolor-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-concolor-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-concolor-override ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-concolor-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-concolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-concolor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-concat-idents ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-comrak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-comrak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-compound-duration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-completest-pty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing itk-snap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-completest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-compiletest-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-compiletest-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-compiletest-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-compiletest-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-compiler-error ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing itinerary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-compiler-builtins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-compact-str ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-commoncrypto-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-commoncrypto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-common-path ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-command-group ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-command-group ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-comfy-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-comfy-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-comfy-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-comfy-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-combine-regex-1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-combine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-combine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-colorous ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-colored ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-colored ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-colorchoice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-color-to-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-color-spantrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-color-quant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-color-print-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-color-print ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-color-eyre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-color-backtrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing isync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-coitrees ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-codspeed-criterion-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-codspeed-bencher-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-codspeed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-codespan-reporting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-codespan-reporting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-codepage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-codegenrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-codegenrs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cocoa-foundation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cocoa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cobs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cmake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cmac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cloudflare-zlib-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cloudabi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cloudabi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-close-fds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clircle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clircle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clippy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clipboard-win ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clipboard-win ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clipboard-win ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clicolors-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cli-clipboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clearscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing isoimagewriter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-clearscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-claxon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-verbosity-flag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-utilities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-mangen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-mangen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-lex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-conf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-complete-nushell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-complete-fig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-complete-fig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-complete-command ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-complete ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-complete ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-cargo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clang-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clang-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clang-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clang-ast-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-clang-ast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-circular ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ciborium-ll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ciborium-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ciborium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ci-info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chunked-transfer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chunked-transfer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chumsky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chrono-tz-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chrono-tz-build ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chrono-tz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chrono-tz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chrono-tz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chrono-humanize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chrono ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-charset ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chardetng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chalk-solve ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chalk-recursive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chalk-ir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chalk-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chacha20poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chacha20poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chacha20poly1305 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chacha20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chacha20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-chacha20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cgmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cgmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cgmath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cfg-vis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cfg-if ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cfg-if ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cfg-expr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cfg-expr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cfg-expr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cfg-aliases ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cfb-mode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cexpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cexpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing irssi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-cesu8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cblas-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cbindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing irrlicht-for-minetest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-cbindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cbindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing irrlicht ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-cbc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-castaway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-castaway ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cast5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cassowary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-casey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-util-schemas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-platform ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-options ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-options ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-metadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-manifest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-husky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-edit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-credential-wincred ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-credential-wincred ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-credential-macos-keychain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-credential-macos-keychain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-credential-libsecret ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-credential-libsecret ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-credential ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-credential ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo-config2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
warning: error when computing irods-client-icommands derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing rust-cargo-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cargo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-carapace-spec-clap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-caps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-caps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-capnpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-capnpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-capnp-rpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-capnp-rpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-capnp-rpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-capnp-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-capnp-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-capnp-futures ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-capnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-capnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-capnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-camino ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-camellia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-calloop-wayland-source ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-calloop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-calibright ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-calamine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-calamine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
warning: error when computing irods derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing rust-cairo-sys-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ircii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ir ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing iputils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ipp-usb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cairo-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cachedir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-cache-padded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-c2-chacha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-c-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bzip2-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bzip2-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bzip2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bzip2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-byteyarn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytestring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytesize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ioquake3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-byteorder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-byteorder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytemuck-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytemuck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytelines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytecount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytecheck-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytecheck-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bytecheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing inxi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-bytecheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-byte-unit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-byte-unit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-byte-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-byte-slice-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-byte-pool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bumpalo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-built ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-built ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-build-fs-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-build-context ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-build-const ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bugreport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bugreport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bufstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing interrobang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-buffering-nocopy-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-buffering-nocopy-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-buffering ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-buffering ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-buffered-reader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-buffered-reader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-buffer-redux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-buf-redux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-buf-min ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-btoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bstr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bs58 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bs58 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-browserslist-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-brotli2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-brotli-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-brotli-decompressor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-brotli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-broadcaster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bresenham ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-branches ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bracoxide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-boxxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-boxxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-boxfnonce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-box-drawing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-botan-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-botan-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-botan-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-botan-src ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-botan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-botan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-borsh-schema-derive-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-borsh-derive-internal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-borsh-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-borsh-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-borsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-borsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blowfish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blocking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block-padding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block-padding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block-padding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block-modes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block-modes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block-cipher-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block-cipher-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing intel-vaapi-driver ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-block-cipher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing intel-mpi-benchmarks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-block-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-block-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing instead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-block ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blobby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blobby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blas-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blanket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blakeout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blake3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blake3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blake2b-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blake2b-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blake2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blake2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-blake2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitstream-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitstream-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitstream-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitreader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitpacking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing inspircd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-bitmaps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitmaps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitflags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bitcoin-hashes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing inspekt3d ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-bit-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bit-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bit-vec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bit-set ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bit-set ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bit-field ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bio-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bio-types ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing inspectrum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
warning: error when computing insight-toolkit derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing rust-bindgen-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
warning: error when computing insight-toolkit derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
warning: error when computing insight-toolkit derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bindgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bincode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-binascii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bigdecimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bigdecimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bigdecimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bigdecimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-better-panic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bencher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-beef ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-bat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-basic-toml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base64ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base64ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base58 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base16ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base16ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-base-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-barrel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-backtrace-ext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-backtrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-backon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing inkscape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-backoff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-az ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing inklingreader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-axum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-axum-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-axum-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-axum-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-axum-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-axum-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-axum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-axum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aws-lc-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aws-lc-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aws-lc-fips-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-awc-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-awc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-awc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-avro-schema ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-avro-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-avif-serialize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-avif-serialize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-avif-serialize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-avif-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-avif-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-average ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-average ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-average ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-av1-grain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-av-metrics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-automod ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-autocompress ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-autocfg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-autocfg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-auto-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-auto-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atomic-write-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atomic-waker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atomic-take ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atomic-polyfill ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atomic-polyfill ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atomic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atomic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atoi-simd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atoi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing infiniband-diags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-atk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atk-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-atk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-asyncgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-task ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-stream-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-std ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-signal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing infamous-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-async-recursion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-ready ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-process ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-priority-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-pidfd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-oneshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-once-cell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-net ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-native-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-mutex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-log-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-log ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing indi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-async-lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-h1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-global-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-executor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-dup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-datagram ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-compression ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-compression ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing indi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-async-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-channel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-broadcast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-broadcast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-async-attributes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-associative-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert2-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert-matches2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert-matches ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert-json-diff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert-fs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert-float-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert-cmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert-cmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert-cmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert-approx-eq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-assert ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-asn1-rs-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-asn1-rs-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-asn1-rs-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing imv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-asn1-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-asn1-rs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-asn1-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-asn1-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-asn1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-asn1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-askama-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing imppg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-askama-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing imposm3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-askama-escape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-askama-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-askama-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-askama ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-askama ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-asio-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ash-window ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ascii-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ascii-canvas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ascii-canvas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ascii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing imp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rust-ascii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ascii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-as-variant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-as-slice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-as-slice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-as-raw-xcb-connection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-as-derive-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-as-derive-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-as-derive-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-article-scraper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing imlib2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-arrow2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-string ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-select ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-schema ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing imlib2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-arrow-schema ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-row ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-ord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-ipc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-format ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-data ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-data ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-csv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-cast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-buffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-array ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow-arith ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrayvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrayvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrayvec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arrayref ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-array-ops ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-array-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-array-init-cursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-array-init ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arr-macro-impl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arr-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ariadne ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-argon2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-argminmax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-argmax ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-argh-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-argh-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-argh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-argfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing imgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-arg-enum-proc-macro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-archery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing imgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-arc-swap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arc-swap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing imgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing imapfilter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-arboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arbitrary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-arbitrary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-approx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-approx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-approx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-approx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-app-dirs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-apache-avro-test-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-apache-avro-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing imagemagick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-apache-avro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aom-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ikiwiki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-anymap2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anymap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anyhow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-antidote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstyle-wincon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstyle-wincon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstyle-wincon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstyle-svg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstyle-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstyle-query ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstyle-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstyle-parse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstyle-lossy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstyle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstyle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstyle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ansitok ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ansiterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ansi-width ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ansi-to-tui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ansi-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ansi-str ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ansi-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ansi-parser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ansi-colours ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-annotate-snippets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-annotate-snippets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-anes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-android-tzdata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-android-system-properties ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-android-properties ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-android-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-android-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-android-logger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-android-log-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-android-log-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-android-glue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-android-activity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-android-activity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-andrew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-andrew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing igt-gpu-tools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ifuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rust-analyzer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rust-ammonia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-amd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-alto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-alsa-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-alsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-alsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-alsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-alphanumeric-sort ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-allocator-api2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-alloc-stdlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-alloc-no-stdlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aligned ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aliasable-deref-trait ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aliasable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-alga-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-alga ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-al-sys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aho-corasick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aho-corasick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aho-corasick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aho-corasick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ahash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-afl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-afl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aesni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aesni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aesni ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes-soft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes-soft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes-soft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes-gcm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes-ctr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-aead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-adler32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-adler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-adler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-addr2line ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-addr2line ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-addr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-addchain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-adblock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-adblock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-adaptive-barrier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-adaptive-barrier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-web-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-web-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-web-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-web-codegen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-tls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-threadpool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-testing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-testing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-test-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-server-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-rt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-rt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-rt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-router ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-router ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-router ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-macros ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-http-test-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-http-test ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-connect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix-codec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-actix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-abomonation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-abi-stable-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-abi-stable-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-abi-stable-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-abi-stable-derive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-abi-stable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-abi-stable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ab-glyph-rasterizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust-ab-glyph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing runitor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing runc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing run ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ruby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rtss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing rtorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rtmpdump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rtl-433 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rtaudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rtags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rsyslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rsync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rspamd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rsound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rsnapshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rsibreak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rsem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rscape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rrdtool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rpi-imager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rpcbind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing roxterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing idevicerestore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ideviceinstaller ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing idesk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rottlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rot8 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing roswell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rosegarden ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rofi-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rofi-pass-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rofi-pass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing icoutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rofi-calc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing icewm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing icedtea-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing icedtea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing icedtea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rofi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rocm-opencl-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing robocut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing roary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rng-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rmath-standalone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rizin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
error: while processing ritornello ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ristretto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ripperx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ripit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ripgrep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ringdecomposerlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ribotaper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ri-li ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rhythmbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing retroarch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing restinio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing restinio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing restic-rest-server ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing restic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing restbed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing repeat-masker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rep-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing remmina ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing remind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing remid-lv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing regrader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing redshift-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing redshift ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing redland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing redkite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing red-eclipse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing recutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing recordmydesktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing recoll ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing icedove-minimal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing icecat-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing icecast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ibutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ibus-table-others ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ibus-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ibus-speech-to-text ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ibus-rime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ibus-libpinyin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ibus-libhangul ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ibus-anthy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ibus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ibus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing realmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing i3status-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing i3status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing i3lock-fancy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing i3lock-color ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing i3lock-blur ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing readymedia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing i3lock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing i3-wm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing i3-gaps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing i2pd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rdup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hypre-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rdkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rdesktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rclone ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing rcas-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rbw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing raylib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing raxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rawtherapee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rav1e ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ratpoison ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rasqal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hyperrogue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hyperledger-iroha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing raptor2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hyperfine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing rapidcheck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hydrogen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hydra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing rakudo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing rakarrack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing raider ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hw-probe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing rage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing radeontop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing radare2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing racket-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing racket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing r-phantompeakqualtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing r-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing r ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qxmpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qxlsx-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qxlsx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qwt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qwindowkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing quvi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing httping ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing httpfs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing httpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing quesoglc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing quazip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing quazip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing quaternion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing quassel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing quakespasm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing quadrapassel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtxmlpatterns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtxdg-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtx11extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtwebview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtwebsockets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtwebsockets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtwebglplugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtwebengine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtwebengine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtwebchannel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtwebchannel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtvirtualkeyboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing htmlq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing hsetroot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hplip-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hplip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hpenc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qttools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qttools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtspell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtspeech ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtspeech ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtsolutions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtshadertools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtserialport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtserialport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtserialbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtsensors-5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtsensors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtscxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtscxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hpcguix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtscript ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtrvsim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtremoteobjects ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtractor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtquickcontrols2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtquickcontrols ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtpurchasing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtpositioning ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtnetworkauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtnetworkauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hotspot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtmultimedia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtmultimedia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtmips ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtltools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtlottie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtlocation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtlocation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtlanguageserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtkeychain-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtkeychain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtimageformats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hostapd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtimageformats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qthttpserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtgraphicaleffects ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtgamepad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtermwidget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing homebank ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qterminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtdeclarative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtdeclarative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtdatavis3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hnsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qtconnectivity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtcolorwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtcharts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtbase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qtbase ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qt5ct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qt5compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qt3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hisat2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hisat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qt-creator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qsynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qsstv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hikari ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing highlight ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing higan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qqc2-desktop-style ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qqc2-breeze-style ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qpwgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qpdfview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hiawatha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hh-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qolibri ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qoauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hexyl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing hexchat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hexahop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing hevea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing qmmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing herbstluftwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing helm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing heimdall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing heimdal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hedgewars ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing hdup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hdt-cpp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing hdf5-parallel-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hdf4-alt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hdf4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hdf-java ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hdf-eos2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hcxtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hcxdumptool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing havoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hashlink ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing hash-extender ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing harfbuzz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing haproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing handbrake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hamlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing h264bitstream ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gzochi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gzdoom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gxtuner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gxmessage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gx-voodoo-fuzz-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gx-vintage-fuzz-master-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gx-vbass-preamp-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gx-tone-mender-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gx-switchless-wah-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gx-suppa-tone-bender-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gx-super-fuzz-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gx-slow-gear-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gx-saturator-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gx-push-pull-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gx-overdriver-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gx-hyperion-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gx-guvnor-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing qmidiroute ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qmidiarp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qmdnsengine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qmapshack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qlogo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qjackrcd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qjackctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qhttp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qhexedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qgpgme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qgis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qemu-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qemu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qemu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qemacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qelectrotech ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qdmr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qdirstat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qcustomplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qcoro-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qcoro-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qcheckers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qca-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qca ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qbittorrent-nox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qbittorrent-no-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qbittorrent-enhanced-nox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qbittorrent-enhanced-no-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qbittorrent-enhanced ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qbittorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing qalculate-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing q5go ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python2-dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-xapian-bindings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-toolchain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-tbb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gwl-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gwl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gwenview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gwenhywfar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gvpe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gvfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guvcview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gusb-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gusb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gupnp-igd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gupnp-dlna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gupnp-av ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gupnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gupnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-shiboken-6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-shiboken-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-sepolgen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-rpds-py ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing python-pyside-6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-pyside-2-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-pyside-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-pynest2d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-pygobject ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-pydantic-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing python-pyatspi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-orjson ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing guix-jupyter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guix-data-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-openturns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-nh3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing python-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-minimal-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-minimal-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-libsvm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-libmpsse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guix-build-coordinator-agent-only ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-libfreenect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guix-build-coordinator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing python-gst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-gseapy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing python-graph-tool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile3.0-sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile3.0-opengl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing python-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-debug ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-cryptography-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing python-cramjam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing python-clingo-dl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-clingo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python-clarabel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing python-blake3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing python ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing python ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pypy3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pypy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pyotherside-for-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pyotherside ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pyconfigure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pwsafe-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-ssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-squee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pwsafe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing putty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing purpose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing purpose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing purple-mm-sms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing purple-mattermost ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing purple-lurch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pup ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing pumpa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pulseview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pulseaudio-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pulseaudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing public-inbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pt-scotch32 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pt-scotch-shared ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pt-scotch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
error: while processing guile2.2-sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-rsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing pstoedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-present ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing guile2.2-picture-language ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing pspp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-newt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing psi-plus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing psi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-mailutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing psfex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pscircle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing prusa-slicer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing prout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-gnutls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing proteinortho ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-git ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-gi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing prosody ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing proot-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing proot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-g-golf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing proj.4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing proj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing proj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing profanity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing procmail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing procenv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing privoxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-charting ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing prison ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-cairo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing print-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing prinseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing preseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing presage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing prboom-plus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing prank ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pragha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing praat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pqiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.0-pg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ppsspp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ppp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ppp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing poxml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing powertabeditor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing powerdevil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing poweralertd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing power-profiles-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing povray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing poussetaches ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing postgis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing portfolio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.0-git ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing poppler-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing poppler-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing poppler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-xosd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ponymix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing polyml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing polybar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing poly2tri-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing polkit-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing polkit-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing polkit-kde-agent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing polkit-gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing polkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing policycoreutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing polari ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pokerth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-studio ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing guile-static-stripped-tarball ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position ~A (expecting ~A): ~S (1 struct #f) (#f))
error: while processing guile-static-stripped ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position ~A (expecting ~A): ~S (1 struct #f) (#f))
error: while processing guile-static-initrd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position ~A (expecting ~A): ~S (1 struct #f) (#f))
error: while processing guile-ssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing poedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing podofo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing podman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pocketsphinx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-squee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-sly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pnmixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-rsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing plymouth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pluma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plotutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ploticus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-pubstrate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing play-to-kodi-chromium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-present ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing plasmatube ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma5support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-plotutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-workspace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-welcome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-vault ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-systemmonitor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-picture-language ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing plasma-redshift-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-phonebook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-phone-components ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-pass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-pa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-nm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-nano ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-mobile-settings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-mobile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-opengl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing plasma-integration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-openai ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-firewall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-disks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-browser-integration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-activities-stats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma-activities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-newt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing plasma-active-window-control ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plasma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing plan9port ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pkcs11-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pjproject-jami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-mastodon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pjproject ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pixterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing pitivi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing piranha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pipewire ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pipewalker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing piper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-jsonld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pipe-viewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pioneers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-irc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pioneer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pingus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pinentry-tty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-imanifest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pinentry-rofi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pinentry-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pinentry-gtk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pinentry-gnome3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pinentry-emacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-goblins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-gnutls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pinentry-efl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-gnunet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-gnome ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing guile-gitlab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-git ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-gi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pinentry-bemenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-gemini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pinentry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pinball ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-g-golf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pigx-sars-cov2-ww ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pigx-sars-cov-2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pigx-chipseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pigx-bsseq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pigx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing piglit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pidgin-otr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pidgin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing picom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing picolisp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-emacs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing picmi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing picket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pianobar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-dbd-postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-dbd-mysql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-cv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-chickadee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-charting ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing php ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-cairo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing photoflare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-avahi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing phoronix-test-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing phonon-backend-vlc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-aiscm-next ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing phonon-backend-gstreamer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing phonon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing phonesim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing phodav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing phd2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing phantomsocks ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing pgvector ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-aiscm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing petsc-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing petsc-complex-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing petri-foo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gucharmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtranslator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtkwave ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtkspell3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtksourceviewmm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gtksourceview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtksourceview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtksourceview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtksourceview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtksheet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtkmm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gtkmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtkmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-xml-twig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtkglext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtkdatabox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtk-xfce-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtk-vnc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gtk-layer-shell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gtk-frdp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gtk-engines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtk+ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtk+ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gthumb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gtg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing gstreamer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gst123 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gst-vosk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gst-plugins-ugly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gst-plugins-good-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gst-plugins-good ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gst-plugins-espeak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gst-plugins-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gst-plugins-bad-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gst-plugins-bad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gst-libav ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gst-kaldi-nnet2-online ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gst-editing-services ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gssdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gssdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gspell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gsound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-xml-libxslt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gsimplecal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gsettings-desktop-schemas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gsequencer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gsegrafix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gsasl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing grsync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing grpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing grpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing grpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-xml-feed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-xml-dom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gromit-mpx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing grisbi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-xml-compile-wsdl11 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing grim ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing grilo-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing grilo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing greybird-gtk-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing perl-xml-compile-soap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing greetd-pam-mount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing greetd ignoring error: wrong-type-arg: (string-append Wrong type (expecting ~A): ~S (string #f) (#f))
error: while processing grc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing grass ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing graphviz-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing graphviz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-xml-atom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-x11-xcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing graphicsmagick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing graphene ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing grantleetheme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing grantlee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing granite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing granite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing granatier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing grafx2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gr-satellites ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing perl-www-opensearch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gr-osmosdr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gr-iqbal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gr-framework ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gr-dsd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing perl-www-mechanize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-www-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gqrx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gpxsee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gpscorrelate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gpsbabel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-web-scraper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gpredict ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gplates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gpicview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gphotofs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-uri-fetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gpaste ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gparted ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gpaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gpa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gp2c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing goxel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gource ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-tk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing goocanvas ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing golly ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing goffice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing goffice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gobject-introspection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gobject-introspection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gobby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gobby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing goaccess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-test-www-mechanize-psgi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-test-www-mechanize-catalyst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-test-www-mechanize ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing go-ipfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing go-gopkg-in-mgo-v2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-rpc-epc-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing go-github.com-nsf-gothic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-plack-test-externalserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-plack-middleware-reverseproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-plack-middleware-removeredundantbody ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-plack-middleware-methodoverride ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing go-github-com-zenhack-go-notmuch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing go-github-com-zalando-go-keyring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-plack-middleware-deflater ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-plack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-pcsc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-opengl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-net-ssleay ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-net-smtp-ssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-net-psyc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-net-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-net-dbus-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-net-dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-net-amazon-s3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: SQLite database is busy
error: while processing perl-mail-dkim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-lwpx-paranoidagent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-lwp-useragent-determined ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-lwp-useragent-cached ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-lwp-protocol-https ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-lwp-online ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-libwww ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-io-socket-ssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-io-all ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-image-magick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-http-tiny ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-html-treebuilder-xpath ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-html-tree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-html-tidy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-html-tableextract ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-html-lint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-html-element-extended ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-gtk3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-gtk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-gssapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-gnupg-interface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-glib-object-introspection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-gd-securityimage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-finance-quote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-file-mimeinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-feed-find ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-digest-md5-file ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing go-github-com-mesilliac-pulse-simple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-dbd-pg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-dbd-mysql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing go-github-com-libp2p-go-socket-activation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing perl-cworld-dekker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-crypt-openssl-rsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-crypt-openssl-random ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-crypt-openssl-bignum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalystx-script-server-starman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalystx-roleapplicator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalystx-component-traits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-view-tt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-view-json ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-plugin-static-simple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-plugin-stacktrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-plugin-session-store-fastmmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-plugin-session-state-cookie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-plugin-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-plugin-configloader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-plugin-captcha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-plugin-authorization-roles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-plugin-authentication ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-plugin-accesslog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-model-dbic-schema ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-devel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-component-instancepercontext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-authentication-store-dbix-class ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-action-rest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-catalyst-action-renderview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-cairo-gobject ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-cairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-bio-db-hts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-authen-sasl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-app-xml-docbook-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-anyevent-i3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-anyevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perl-alien-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing perceptualdiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pep-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pencil2d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing peek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pedansee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pdsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pdfpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pdfgrep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pdf2svg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pdf2djvu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pdal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pcsxr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pcsc-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pcsc-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pcsc-cyberjack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pcmanfm-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pcmanfm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pcb2gcode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pcb-rnd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pcaudiolib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing go-github-com-coreos-go-systemd-v22 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing pbuilder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pbbam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pavucontrol-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pavucontrol ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing paulxstretch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing patchutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing patchmatrix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pasystray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing passwordsafe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing password-store ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing passage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pass-tomb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pass-otp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pass-coffin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing parole ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing parlatype ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing paritwine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing parinfer-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing pari-gp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing parform ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pardre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing parcimonie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing paraview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing paps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing paprefs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing papi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing paperview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing papagayo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pantheon-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pantheon-calculator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pangox-compat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pangomm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pangomm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pango ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pamixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pam-mount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pam-krb5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pam-gnupg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing palapeli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing padthv1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing packagekit-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing packagekit-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing packagekit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing pacemaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing go-github-com-akosmarton-papipes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing p4est-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing p2pool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing oxygen-icons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing owncloud-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing otpclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing osmium-tool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnutls-dane ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnutls-dane ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnutls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnutls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing osm2pgsql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnusim8085 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnurobots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing osm-gps-map ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing osinfo-db-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnurl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnuradio ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing osinfo-db ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnuplot ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gnupg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnupg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnunet-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnunet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnumeric ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing oshu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnujump ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gnudatalanguage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing orpheus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing orfondl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gnucash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnubik ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing orf-dl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gnubg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing orcus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing orchis-theme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnuastro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnuais ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing orca-music ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing orca ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing orbit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing orage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing opusfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing opus-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnss-sdr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gnote ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing optionmatrix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-weather ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openxr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openvswitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-video-effects ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing openvpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-vfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-user-share ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-tweaks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-themes-standard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-themes-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openttd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing opentaxsolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-text-editor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opensycl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opensurge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing opensubdiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-system-monitor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1u gnu/packages/tls.scm:581 7f8e54793e70> target: "avr">)
error: while processing openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openssh-sans-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-sudoku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-shell-extensions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opensmtpd-filter-rspamd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing opensmtpd-filter-dkimsign ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing opensmtpd-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing opensmtpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-shell-extension-topicons-redux ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing openshadinglanguage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openscenegraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing gnome-shell-extension-night-theme-switcher ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing openscad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing opensc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-shell-extension-gsconnect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-shell-extension-dash-to-panel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-shell-extension-dash-to-dock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-shell-extension-customize-ibus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-shell-extension-appindicator ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gnome-shell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-settings-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openriichi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-screenshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-remote-desktop ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gnome-recipes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openrgb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-power-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-planner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openrct2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-photos ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gnome-online-miners ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-online-accounts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openquest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-online-accounts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-music ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openorienteering-mapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-multi-writer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openocd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-mines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openni2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openmw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openmpi-thread-multiple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-maps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-mahjongg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openmpi-c++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-latex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-klotski ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-keyring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openldap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-initial-setup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-font-viewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-disk-utility ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-dictionary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-default-applications ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-control-center ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-contacts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openjdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-connections ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openimageio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-commander ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-color-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-clocks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openfortivpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-chess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-characters ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openfoam-org ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-calendar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-calculator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing gnome-builder derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing gnome-boxes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-bluetooth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openfoam-com ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openfoam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-backgrounds ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gnome-autoar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-arcade ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome-2048 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gnaural ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opendht ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opencv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openctm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing opencsg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opencpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openconnect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing opencolorio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmobile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gmnisrv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing opencog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gmid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openclonk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmic-qt-gimp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gmic-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gmic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing glyr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing glusterfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing glu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing opencascade-occt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gloox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gloo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openboardview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glnemo2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing glmark2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing glirc-lua ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing glibmm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing glibmm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing glibmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing openboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing openal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glib-networking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing glfw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing glew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing glade ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing glabels ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gl2ps ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gkrellm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gjs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing giza ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gitui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing gitolite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gitile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gitg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing git-when-merged ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing git-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing git-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing git-interactive-rebase-tool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing git-imerge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing git-filter-repo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing git-delta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing git-crypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing git-absorb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing git ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing girara ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gimp-resynthesizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gimp-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gimp-fourier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gimp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gimagereader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gigolo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gifsicle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing giblib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing giara ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing giac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ghostwriter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ghostscript-with-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ghostscript-with-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ghostscript-with-cups ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ghostscript-with-cups ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ghmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ghex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
error: while processing gfeeds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gfbgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gexiv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing get-iplayer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gerbv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gerbil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gerbera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing geos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing geonkick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing geocode-glib-with-libsoup2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing geocode-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing geoclue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing oneko ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing onedrive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing omemo-wget ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing ola ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing okular ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing okteta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ois ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gens-gs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ogre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing odamex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing octave-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing genimage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing octave ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ocrfeeder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ocproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ocean-sound-theme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gemmi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gegl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gegl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing geeqie ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing gedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing geda-gaf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing geary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing geany ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gdm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gdl-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gdk-pixbuf-xlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gdb-multiarch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gdal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gcr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gcr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gcompris-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gcompris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ocaml-calendar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gcolor3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gcl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ocaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ocaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ocaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ocaml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing obs-wlrobs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing obs-websocket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing obs-vkcapture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing obs-source-record ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing obs-pipewire-audio-capture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing obs-looking-glass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing obs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing obconf-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing obconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing obby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing oauth2l ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing oath-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nzbget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nxbelld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nx-libs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nwg-launchers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nvme-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nushell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing numlockx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gcab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gbonds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing garcon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ganeti-instance-guix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ganeti-instance-debootstrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ganeti ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gammastep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gamine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gamin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing galera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing g-golf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fwupd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fvwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing fuzzel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing futuresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fuseiso ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fuse-overlayfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing fulcrum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ftgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fstrm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fsearch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing frozen-bubble ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing frotz-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing frotz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fritzing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing frei0r-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing freetalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freesasa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freerdp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing freerct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freeorion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freeimage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freeglut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freeglut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freegish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freedroidrpg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freedink-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freedink-dfarc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freedink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freeciv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freecad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freebayes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing freealut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing francis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fprintd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fpm2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fox ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing fossil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing foot ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing foomatic-filters ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing foobillard++ ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing foo2zjs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing foo-yc20 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing fontobene-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fontmanager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fontforge ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing font-unscii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing nullmailer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ntp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nsxiv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nss-pam-ldapd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nsq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing nsncd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing nsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing npiet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing notmuch-addrlookup-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing notmuch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing notification-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing notcurses ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nomad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nomacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing noisetorch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing noise-suppression-for-voice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing node ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing node ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nntpit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nncp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing nmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nmail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nm-tray ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nlopt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nitrokey-app ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nitrogen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nitrocli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing nip2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ninjas2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ninja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nimf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nheko ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: request for x86_64-linux derivation for nhc98 produced a derivation for system i686-linux
error: while processing ngtcp2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ngspice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ngircd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nginx-rtmp-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nginx-module-vts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nginx-lua-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nginx-accept-language-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nginx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nghttp2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nfs-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nextpnr-ice40 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nextcloud-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing newt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing newsboat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing new-session-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing networkmanager-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing networkmanager-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing network-manager-vpnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing network-manager-openvpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing network-manager-openconnect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing network-manager-fortisslvpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing network-manager-applet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing network-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing netsurf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing netcdf-parallel-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing netcdf-fortran ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing netcdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing netavark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing net-snmp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nestopia-ue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing neon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing neomutt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nemo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing neko ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nebula ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing ndctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ncmpcpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ncdc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ncbi-vdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nbfc-linux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing navit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nautilus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nats-server ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing nar-herder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nanovg-for-extempore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nanopolish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing nagios ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing naev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing n2p2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mysql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing myrepos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mympd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mygui-gl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mygui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mutter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mutt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing musikcube ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing musescore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing muse-sequencer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing murrine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-video-z64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-video-rice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-video-gliden64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-video-glide64mk2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-video-glide64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-video-arachnoid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-ui-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-rsp-z64 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-rsp-hle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-input-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupen64plus-audio-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mupdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing munge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mumps-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mumps-metis-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mumi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mumble ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing multimon-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mullvadbrowser ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing mudskipper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing muchsync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mtxclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mtpaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mtd-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mswebrtc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mssilk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing msopenh264 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing msmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing msitools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing font-abattis-cantarell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing msamr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing folly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing folks-with-libsoup2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing folks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fogpad ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing fntsample ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mrrescue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fnott ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mrg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mpvqt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mpv-mpris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mpv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mpop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mplayer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mpich ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fmit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing flwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fluxbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpg321 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fluidsynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpg123 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fluida-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing fltk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing flrig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing flowee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing florence ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpdscribble ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mpdris2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mpdevil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flmsg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing flightgear ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mpc123 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fldigi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing flatzebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing flatpak-xdg-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing flatpak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mp3info ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flashrom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing flare-game ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing flare-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing flann ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing flamp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing flameshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fizmo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing movim-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mousepad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mouseloupe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing five-or-more ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing firejail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing firefox-decrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing motion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing motif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mosquitto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mosh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing findimagedupes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing filtlong ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mosaicatcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fillets-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing filezilla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing filelight ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing file-roller ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fig2dev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fifengine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fifechan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fielding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing morris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fheroes2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing morpheus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fgallery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fftw-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ffms2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ffmpegthumbs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing moonlight-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing moonlight-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ffmpegthumbnailer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ffmpeg-jami ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ffmpeg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ffmpeg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ffmpeg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing monolith ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ffmpeg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ffmpeg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing monero-gui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fetchmail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing monero ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing monado ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing molequeue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fenics-dolfin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing feh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing feedgnuplot ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing feedbackd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing feathernotes ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mogan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fdm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing modules ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5-rime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing fcitx5-qt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing modemmanager-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5-lua ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing modem-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5-gtk4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mod-wsgi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5-gtk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing fcitx5-configtool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing fcitx5-chinese-addons ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing moc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5-anthy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing fcitx5 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing fcitx-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx-configtool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fcitx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fcft ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing fc-host-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mm-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mlucas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fbreader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing fbida ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mlterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mlt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing faust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mlt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing faudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mkvtoolnix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fastfetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mjpegtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mixxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mit-scheme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mit-krb5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing misspell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing minizip-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fast-downward ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing farstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing farbfeld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing falltergeist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing falkon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing falcosecurity-libs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing minimodem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing miniflux ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing minifb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing faba-icon-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing f3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing f2fs-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing eza ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing exult ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing extremetuxracer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing extractpdfmark ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
warning: error when computing extempore derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing express-beta-diversity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing express ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing exonerate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing exo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing exim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing exa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing evremap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing evolution-data-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing evolution-data-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing evolution ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing evisum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing evince ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing minetest-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing evilwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing eureka ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing etl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing eternalterminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing minetest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing minced ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing espeakup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mimetreeparser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing milou ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing miller ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing espeak-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing espeak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing esound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing esmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing esmini ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing midori ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing erlang-lfe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing erlang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mgba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing methyldackel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing epson-inkjet-printer-escpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing epiphany ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing epic5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing metacity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing metabat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing meshlab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ephoto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ephemeralpg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing eovim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mesa-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing eog-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing eog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing envytools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing entangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ensembl-vep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing enlightenment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mesa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing enki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing enigma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing engrampa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing endless-sky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing endeavour ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing merkuro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing meritous ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing enchant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing enchant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing encfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing enblend-enfuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing emulation-station ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing emilua ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing embree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing emboss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mercurial ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing menumaker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacsy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing menu-cache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacspeak ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing emacs-xwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing emacs-wide-int ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing emacs-w3m ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing memphis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing memkind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing memcached ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing meld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing megatools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing megahit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing megaglest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing megadepth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing megacmd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-telega-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mednafen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mediastreamer2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mediasdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mediainfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-pgtk-xwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing emacs-pgtk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing meanwhile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-pdf-tools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing meandmyshadow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mdk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mdbtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-no-x-toolkit ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing emacs-no-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing emacs-next-tree-sitter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mcrl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-next-pgtk-xwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing emacs-next-pgtk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing mcg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-next ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing emacs-motif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mcabber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-mew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mbuffer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-lsp-booster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing emacs-libgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mblaze ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing emacs-irony-mode-server derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing maxima ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-guix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing maturin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing matterbridge ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing emacs-eweouz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing materialdecoration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-ess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-user-guide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-system-monitor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-settings-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-session-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-screensaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-power-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-polkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-panel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-netbook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-menus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-media ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-control-center ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mate-calc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing elpa-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate-applets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing elogind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing matcha-theme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing massif-visualizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing markets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mariadb-connector-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mariadb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing marco ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing marble-marcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mapnik ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mantis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mangohud ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing manaplus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mame ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mamba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing maliit-keyboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing maliit-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing malcontent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mako ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing makeself-safeextract ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing makepasswd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mairix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing maim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing elixir-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing mailutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing mafft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing elixir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing elisa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing macchina ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing m8c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing m17n-lib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lyx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing elemental ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lynx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ekho ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing eisl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing einstein ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxterminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxtask ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxsession ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxrandr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-sudo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eid-mw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxqt-runner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-qtplugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eiciel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lxqt-powermanagement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-policykit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-panel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-openssh-askpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-notificationd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing egl-wayland ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lxqt-globalkeys ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-connman-applet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing egl-gbm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lxqt-build-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-archiver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-admin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt-about ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxqt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eg25-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxpanel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing efl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lxinput ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing efitools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lximage-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxi-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxde-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing lxc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lxappearance ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing editres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lv2lint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing edirect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing edi derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing lush2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing edgar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing luppp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing edbrowse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing luminance-hdr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lukesmithxyz-st ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing luit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lugaru ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ecryptfs-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing econnman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing eclib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing luarocks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing luakit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.2-sec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.2-ossl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.2-luarocks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.2-lgi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.2-cqueues ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.2-clingo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.1-sec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.1-ossl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.1-lgi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.1-cqueues ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua5.1-clingo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua-ossl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lua-lgi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eccodes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lua-cqueues ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ecasound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ebusd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ebook-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing eboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing easytag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing easyrpg-player ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing easyeffects ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dzen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dzaima-apl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ltris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dwl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lsp-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dwarfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lskat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dvisvgm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing lsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dvdstyler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dvdisaster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lrdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dvdauthor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dutree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing love ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing loudmouth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing looking-glass-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lollypop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lofreq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing localed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lmms ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lm-sensors ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing duperemove ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dunst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-uggrid-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-uggrid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-typetree-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-typetree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-subgrid-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-subgrid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-pdelab-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-pdelab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-localfunctions-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-localfunctions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-istl-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-istl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-grid-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-grid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-geometry-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-geometry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-functions-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-functions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-common-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-alugrid-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dune-alugrid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dumpvdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dumb-allegro4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing duc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing dub ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing du-dust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing dtc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dstat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dsp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lldpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lldb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing drumstick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing drumkv1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing drpm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing drkonqi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing drill ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing dream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing llama-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing livemedia-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lite-xl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing drawterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lirc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing drawpile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing drawing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing dragonfly-reverb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing liquidwar6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dragon-drop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dragon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dpf-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing dozenal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dovecot-pigeonhole ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dovecot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dotherside ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dosbox-staging ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dosbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dolphin-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dolphin-emu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dolphin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing linsmith ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing linphone-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing links ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lingot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing docker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing docbook2x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lilypond ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lighttpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lightspark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lightly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing docbook-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing lightgbm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lightdm-gtk-greeter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lightdm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing liferea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lierolibre ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dnssec-trigger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dnsmasq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dnscrypt-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libzip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libzim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dkimproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libzapojit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing djview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libxxf86vm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxxf86dga ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxvmc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxtst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxslt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxscrnsaver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxrender ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxrandr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxpresent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxpm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxmu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxmlb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxml++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxml++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxklavier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxkbfile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxkbcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxkbcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxinerama ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxfixes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxfce4util ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxfce4ui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxdamage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxcursor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxcomposite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxaw3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxaw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libxapp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libx11 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libwpe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libwnck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libwnck ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libwindowswm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libwebsockets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libwebp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libwebp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libwacom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libvnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libvisual-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libvisual ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libvirt-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libvirt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libvideogfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libvdpau-va-gl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libvdpau ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libva-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libva ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libusb4java ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libunique ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libtorrent-rasterbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libtorrent-rasterbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libtorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libtirpc-hurd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libtirpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libtimidity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libtifiles2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libticonv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libticalcs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libticables2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libtgvoip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libtcod ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsysstat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libstrophe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libspnav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libspatialite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsoup-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsoup-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsoup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsoundio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsmpeg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsmpeg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsmf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libslirp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libskry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libskk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsixel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsigrokdecode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsigrok ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsignon-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsignal-protocol-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libshumate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsemanage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libselinux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsecret ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libseat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libsavitar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing librttopo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing librsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing librnd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing librewolf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing distrho-ports ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libresprite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing librepcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libreoffice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing discrover ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dirvish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing direwolf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing librecad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libratbag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing directfb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing librasterlite2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libraqm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dino ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing diffr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing libquvi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing diffpdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libquicktime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libqtxdg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libqmi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libqmatrixclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libqglviewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libqalculate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dico ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libqaccessibilityclient-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libqaccessibilityclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dialect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dhtnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dhewm3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libpst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libpqxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing devours ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libportal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing devour ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing devhelp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libplist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libplasma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libplacebo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: request for x86_64-linux derivation for dev86 produced a derivation for system i686-linux
error: while processing libpinyin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libpepadapter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libpeas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing desmume ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing desktop-file-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing demlo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing libpanel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libostree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libosmocore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing delly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dehydrated ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing debootstrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libosmium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libosinfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing debian-devscripts-bts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dealii-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dealii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libopensmtpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libopenshot-audio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libopenshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libopenmpt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ddd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ddcutil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ddcui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dconf-editor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dcmtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dbus-verbose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dbus-test-runner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dbus-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dbus-cxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dbus-c++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dbqn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing davfs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing dav1d ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing dataparksearch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing darktable ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing darkice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing daikichi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing d-spy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing d-feet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cyrus-sasl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cvs-fast-export ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cvassistant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cutter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libomemo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libofx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libofa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing curlpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing curlie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing curlftpfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing liboauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libnvme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cura-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cura ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cups-pk-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cups-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cups-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cups-filters ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cups ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cups ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libnsl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libnsfb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cuirass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libnotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cubeb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cube ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libnode ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ctrlr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libnma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libnl-python3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libnl-python2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libnice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libngspice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing csound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing csfml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing libnet6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libnest2d-for-cura ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cryptominisat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libmypaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libmygpo-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libmusicbrainz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cryfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libmpeg2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing crispy-doom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libmodulemd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing createrepo-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libmixed ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libmirage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing crawl-tiles ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing libmicrohttpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libmemcached ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libmediainfo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libmediaart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libmbim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libmateweather ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libmatemixer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libmatekbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libmanette ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing liblxqt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing liblxi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cppzmq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing liblinphone ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libktorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cppcodec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libksysguard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libksieve ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libkscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libkscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libkomparediff2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing ck derivation for system x86_64-linux (powerpc-linux-gnu): (misc-error #f unsupported target ~S (powerpc-linux-gnu) #f)
error: while processing libkmahjongg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libkleo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libkgapi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cpp-mustache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cpp-httplib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cozy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libkexiv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libkdepim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing coturn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libkdegames ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libkdcraw-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libkdcraw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libkcompactdisc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libkcddb-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libkcddb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libkate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libjxl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing corsix-th ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing corosync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing corkscrew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libjcat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libjami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing coq-interval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libircclient ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libinstpatch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing coq-bignums ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing copyq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libinput ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libinfinity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libindicator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libimobiledevice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cool-retro-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libigl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libidl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libical ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing converseen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libheif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libhandy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libhandy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgxps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgweather4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing conntrack-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing connman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgweather ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgudev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing conmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgtop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing conky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgsf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgrss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgravatar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgpod ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing confclerk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing compton-conf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing compton ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgovirt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgnt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgnomeui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgnomekbd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgnomecanvasmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgnomecanvas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgnome-keyring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgnome-games-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgnome-games-support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libglvnd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libglib-testing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libglade ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgit2-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing combinatorial-blas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgit2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing colordiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing colord-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing colord-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing colord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgeotiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libgdata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing colobot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing collectd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing coin3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cogserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cogl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing coeurl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing codingquarry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libgadu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libfreenect-opencv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libfreenect-examples ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libfprint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libfm-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libfm-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libfm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libfive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libfilezilla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libfido2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libfakekey ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libextractor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing coda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cockatrice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cmus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cmst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libevent-with-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libevent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cmh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libetpan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cmake-minimal-cross ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cmake-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libesmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cmake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libepoxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing clyrics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing clutter-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing clutter-gst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing clutter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing clusterssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libdv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libdmx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libdmapsharing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cloud-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing libdex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libdecor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libde265 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libdc1394 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libdbusmenu-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libdbusmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libdbi-drivers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libdazzle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libcroco ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libcmis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libcloudproviders-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libcloudproviders ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libchop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libcharon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libchamplain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libcanberra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libcamera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libcallaudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libcall-ui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libcacard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libcaca ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libbraille ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libbonoboui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libbonobo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libblockdev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libbigwig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libavif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing libatcore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libarea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libarcus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libappindicator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libadwaita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libaccounts-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libaccounts-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing libaccounts-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lib9 ignoring error: %exception: (#<&gexp-input-error input: #<unspecified>>)
error: while processing lib3mf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lib2geom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lftp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lfs-s3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing lf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing lexilla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lesstif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing leptonica ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing leptonica ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lepton-eda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing leocad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lensfun ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lemonbar-xft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lemonbar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing leela-zero ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ledger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing leafpad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing le-biniou ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ldns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ldb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lcalc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lazarus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing layer-shell-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing launchmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing latte-dock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing latexml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lapack ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lammps-serial ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lammps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lagrange ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing laby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing labwc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing labplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing lablgtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing l3afpad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing l2md ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kxstitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kxmlgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kxmlgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kwrited ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kwindowsystem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kwindowsystem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kwin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kwayland-integration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kwayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kwave ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kwalletmanager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kwallet-pam ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kwallet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kwallet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kvantum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kuserfeedback ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kurly ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing kunitconversion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kubrick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kubo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing ktuberling ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ktsuss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ktouch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ktorrent ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ktnef ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ktimer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ktextwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ktextwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ktexttemplate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ktexteditor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ktexteditor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ktextaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ksystemstats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ksystemlog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ksyntaxhighlighting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ksyntaxhighlighting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ksvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ksudoku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kstatusnotifieritem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ksshaskpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ksquares ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kspaceduel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ksoloti-patcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ksnakeduel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ksmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ksirk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kshisen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kservice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kservice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kseexpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kscreenlocker ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kscreen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing krusader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing krunner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing krunner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kronosnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kronometer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing krona-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing krita ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kristall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing krfb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kreversi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing krdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing krdc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing krb5-auth-dialog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kraken2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kquickcharts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kquickcharts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kqtquickcharts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kpublictransport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kpty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kpmcore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kpkpass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kpipewire ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kpimtextedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kpimcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kpeoplevcard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kpeople ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kparts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kparts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kpackage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kpackage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kosmindoormap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing korganizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kopete ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kopeninghours ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing konversation ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kontrast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kontactinterface ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing konsole ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing konquest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kongress ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kompare ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kommit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing komikku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kolourpaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kollision ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kolf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kokkos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kodi-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kodi-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kodi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kochmorse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kobodeluxe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing knotifyconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing knotifyconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing knotifications ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing knotifications ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing knotes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing knot-resolver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing knot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing knights ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing knewstuff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing knewstuff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing knetwalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing knavalbattle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmscon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmouth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmousetool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmessagelib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmenuedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmailtransport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmailimporter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmailcommon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmail-account-wizard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmahjongg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kmag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing klines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kleopatra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kldap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing klavaro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kjumpingcube ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kjs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kjobwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kjobwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kiwix-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kiwix-lib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kiwix-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kitty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kitsas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kitinerary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kitemmodels ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kitemmodels ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kismet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kirogi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kiriki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kirigami-addons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kirigami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kirigami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kio-zeroconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kio-fuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kio-extras ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kinit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kinfocenter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kineto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing kincidenceeditor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kimap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kimageformats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kimageformats ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kimageannotator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kiln ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing killbots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kiki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kigo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clipnotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing clipmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing clipman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing clipit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing clingo-dl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing clingo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kidletime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing cling derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing kidletime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kidentitymanagement ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kid3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kiconthemes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kiconthemes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cli-visualizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing clementine ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing kicad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clazy derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing kibi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing ki18n ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ki18n ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing claws-mail ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing khtml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kholidays ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing khelpcenter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing khealthcertificate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kguiaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kguiaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kgraphviewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kgpg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kgoldrunner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kglobalacceld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kglobalaccel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kglobalaccel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing kget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-toolchain derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing kgamma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing kfourinline ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing kfind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing clang-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing kfilemetadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing kfilemetadata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang-runtime derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing keyutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing keysmith ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing keynav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing keybinder-3.0 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing keybinder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing keventviews ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing keurocalc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing kentutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing kemoticons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing clang derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing keepassxc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing keepalived ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdsoap-ws-discovery-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdsoap-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdsoap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdoctools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clamav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kdoctools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdnssd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdnssd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdiskmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdiamond ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdialog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdiagram ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdevelop-pg-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdevelop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdesu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdesignerplugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdeplasma-addons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdepim-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdenlive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdelibs4support ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdegraphics-mobipocket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kded ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdecoration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdeconnect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdeclarative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdeclarative ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdebugsettings ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kde-gtk-config ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kde-games ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kde-frameworkintegration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kde-cli-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kddockwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdbusaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdbusaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kdav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcrash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcrash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcov ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcoreaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcoreaddons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcontacts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kconfigwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kconfigwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kconfig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcompletion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcompletion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcolorscheme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcolorchooser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcodecs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcodecs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcmutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcmutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcharselect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcalutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcalendarsupport ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcalendarcore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcalc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kcachegrind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kbreakout ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kbounce ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kbookmarks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kbookmarks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kblocks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kblackbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kbdd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kbackup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kawa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kauth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing karchive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing karchive ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kappanhang ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing kapman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kanatest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kamoso ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kallisto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kaldi-gstreamer-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kaldi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kak-lsp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing kajongg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ckb-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing ck derivation for system x86_64-linux (or1k-elf): (misc-error #f unsupported target ~S (or1k-elf) #f)
error: while processing circtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing kaiju ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kaidan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kaffeine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kaddressbook ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kactivitymanagerd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kactivities ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cinnamon-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cifs-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing kaccounts-providers ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing kaccounts-integration ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing k3b ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chrony ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing jwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing just ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing jupyter-guile-kernel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jumpnbump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chromium-bsu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing jumpapp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing julius ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chromaprint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing chroma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing choqok ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing chocolate-doom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing chipmunk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing julia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing juk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jucipp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jtdx-hamlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jtdx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jstest-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jsonrpc-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing json-glib-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing json-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing js8call ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jp2a ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing john-the-ripper-jumbo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jnettop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jj ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jimtcl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jgmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chez-scheme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing jetring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jellyfish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jbr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jbr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jbr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing java-pep-adapter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing java-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chessx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing java-ngs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cheese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing chatty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing chaiscript ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing chafa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cgoban ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cglm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing cgit-pink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cgdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cfitsio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing jamm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ceph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing centrifuge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing celluloid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cellsnp-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing celestia-gtk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing celestia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cdrdao ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cdogs-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cdo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cdemu-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cdemu-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing jami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jack-select ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing jack-capture ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ixion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing iwgtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing iwd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ivar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing cctools derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing ccrtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing itk-snap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing itinerary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing isync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ccid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ccfits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ccextractor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing isoimagewriter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cbqn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cbatticon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cawbird ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cava ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing catimg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing irssi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing irrlicht-for-minetest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing irrlicht ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing catch2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing catch2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cataclysm-dda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing casync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing castxml derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing castor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing castget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing irods-client-icommands ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing casacore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing carla ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing carla ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing caribou ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cargo-machete ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing cardpeek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing capypdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing caps-plugins-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing cantata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing irods ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ircii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing candle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing camlp5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cambalache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing calls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing calindori ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing calf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing calcmysky-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing iputils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing calcmysky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ipp-usb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing caja-extensions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing caja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing cairomm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing ioquake3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cairomm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing inxi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cairo-xcb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing cairo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing interrobang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cagebreak ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing cage ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing caf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing intel-vaapi-driver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing intel-mpi-benchmarks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cadabra2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing instead ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing inspircd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing inspekt3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing inspectrum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing c2ffi derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing c-vise derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
warning: error when computing c-reduce derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing inkscape ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing inklingreader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bzflag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing byzanz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing byobu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing infiniband-diags ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing infamous-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing indi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing butt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing indi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing burp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing burgerspace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bullet ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing imv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing buildah ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing imppg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing imposm3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing btrbk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing imp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bspwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing imlib2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bsnes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bshapr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing imlib2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bsequencer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing bsd-games ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bschaffl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing imgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bs1770gain ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing bruteforce-salted-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing imgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing imgui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing imapfilter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing imagemagick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ikiwiki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing browserpass-native ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing brltty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing brlaser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing brightnessctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing igt-gpu-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ifuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing breeze-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing breeze-icons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing idevicerestore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ideviceinstaller ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing idesk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing icoutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing icewm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing icedtea-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing icedtea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing icedtea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing breeze ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing brdf-explorer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing brasero ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing bpftrace derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing box2d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bowtie1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bowtie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bower ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bovo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bootstrap-tarballs ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position ~A (expecting ~A): ~S (1 struct #f) (#f))
error: while processing boost-mpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing boolector ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing book-sparc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing bomber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bolt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing boinc-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing boinc-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bochs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing blurhash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing bluez-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bluez-alsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bluez ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing blueprint-compiler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing blueprint-compiler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing blueman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing icedove-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bluefish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bluedevil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing icecat-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing blobwars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing blktrace ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing bless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing blender ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing blastem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing blast+ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing blasr-libcpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing blasr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing blanket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bjumblr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing bitmask ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing bitlbee-purple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bitlbee-discord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bitlbee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bitcoin-unlimited ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bitcoin-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bismark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bird ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bioperl-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bigloo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing icecast ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ibutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ibus-table-others ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ibus-table ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing biboumi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ibus-speech-to-text ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ibus-rime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ibus-libpinyin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ibus-libhangul ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ibus-anthy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ibus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ibus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing i3status-rust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing i3status ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing i3lock-fancy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing i3lock-color ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing i3lock-blur ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing i3lock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing i3-wm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing i3-gaps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing i2pd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bffe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing berry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bennu-game-development-modules ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bennu-game-development ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hypre-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bemenu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing belle-sip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: error when computing beignet derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing bedtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bedtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bear ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bchoppr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing hyperrogue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hyperledger-iroha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hyperledger-fabric ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing hyperfine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing hydrogen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hydra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing bcc derivation for system x86_64-linux (or1k-elf): (misc-error #f LLVM target arch for system is unknown ~S (or1k-elf) #f)
error: while processing bcachefs-tools-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bcachefs-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bcachefs-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hw-probe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hut ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing bbcsdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing batsignal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing basu ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing basket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing barrier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing barrage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing barony ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing hugin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing baobab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bandage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing bamtools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing balsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing baloo-widgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing baloo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing badvpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing httping ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing httpfs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing babl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing babl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing babeltrace-dev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing babeltrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing httpd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing b3sum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing azr3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing azpainter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing azimuth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing htslib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing htmlq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing axoloti-patcher-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing axoloti-patcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing axc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hsetroot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hplip-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hplip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hpenc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hpcguix-web ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-sdk-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aws-crt-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hotspot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hostapd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-c-s3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-c-mqtt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aws-c-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aws-c-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aws-c-event-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing homebank ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-c-cal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aws-c-auth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing awesome ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing hnsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing avr-gdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hitch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing avogadrolibs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hisat2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hisat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing avogadro2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing avldrums-lv2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing avizo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing avidemux ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing hikari ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing highlight ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing higan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hiawatha ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hh-suite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing avahi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing autotrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing autossh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hexyl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing autojump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hexchat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hexahop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing hevea ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing herbstluftwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing autofs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing helm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing heimdall ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing heimdal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hedgewars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hebcal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing hdup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing authenticator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ausweisapp2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hdf5-parallel-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ausweisapp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing augustus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hdf4-alt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hdf4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hdf-java ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing audmes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing audit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing audiocd-kio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hdf-eos2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing audacity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing audacious ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hcxtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing attica ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hcxdumptool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing attica ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing attention ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing havoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing atril ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing atop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing atomspace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing atomic-queue ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing hashlink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing atkmm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing atkmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing atk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing hash-extender ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing harmonist ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing harfbuzz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing haproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing handbrake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing hamlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing atelier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ataqv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing at-spi2-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing at-spi2-atk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing asymptote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing asunder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing h264bitstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing astromenace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing astroid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing gzochi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gzdoom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gxtuner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gxmessage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gx-vbass-preamp-lv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gx-slow-gear-lv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gx-saturator-lv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gx-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gwl-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gwl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gwenview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gwenhywfar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gvpe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gvfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guvcview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gusb-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gusb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gupnp-igd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gupnp-dlna ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gupnp-av ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gupnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gupnp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing asio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing asignify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ashuffle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing aseprite ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing aseba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing asciidoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing arx-libertatis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing artyfx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing artanis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guix-jupyter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guix-data-service ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing arriba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing arpack-ng-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing arp-scan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing armagetronad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guix-build-coordinator-agent-only ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guix-build-coordinator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing guix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile3.0-sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile3.0-opengl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aria2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing arcanist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing arcan-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing arcan-sdl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing arcan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing arc-theme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing arc-icon-theme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing guile2.2-ssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-squee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aqbanking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing apt-mirror ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing apricots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
error: while processing appstream-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing appstream-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-rsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing appstream-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing appstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing appmenu-gtk-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-present ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-picture-language ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing apostrophe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-newt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing apfs-fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing apertium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-mailutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing apache-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing apache-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing apache-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aoflagger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ao ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing anubis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-gnutls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing antlr2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-git ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-gi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-g-golf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing anki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ani-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.2-charting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile2.2-cairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing android-file-transfer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing anarch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing amule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing amtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing amsynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing american-fuzzy-lop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing amalgamate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing alure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing alsa-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing alsa-scarlett-gui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.0-pg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing alsa-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing alsa-modular-synth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing alpine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing allegro ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing allegro ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing allegro ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing alienblaster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing alfis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing alfa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aldo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing alacritty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing akregator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing akonadi-search ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing akonadi-notes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing akonadi-mime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing akonadi-contacts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing akonadi-calendar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing akonadi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing akku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aisleriot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing agi-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile2.0-git ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing agg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing agate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing aflplusplus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aerc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aegisub ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: meson description: "The standard Meson build system" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target meson ninja glib-or-gtk? . arguments)>> target: "or1k-elf">)
error: while processing aegis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-xosd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing adcli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing adaptivecpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing adanaxisgpl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
warning: request for x86_64-linux derivation for ada-ed produced a derivation for system i686-linux
error: while processing acpilight ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing accountsservice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-studio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ablorb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing ableton-link ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing abiword ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing abe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing abcde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing abbaye ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing aardvark-dns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7fa40e1e04d0> target: "or1k-elf">)
error: while processing a4pdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing a2ps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing a2jmidid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing 9yacc ignoring error: %exception: (#<&gexp-input-error input: #<unspecified>>)
error: while processing 9base ignoring error: %exception: (#<&gexp-input-error input: #<unspecified>>)
error: while processing 7kaa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing 4dtris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing 389-ds-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing 0ad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7fa40858ff20> target: "or1k-elf">)
error: while processing guile-static-stripped-tarball ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/kyfj7gxbil93qa1879zny028apzaia1z-avr-libc-2.0.0.drv => /gnu/store/f9ja8x34v17j3c1ay98p2lw847gyz8js-avr-libc-2.0.0 7f8e49fe5d70> output: "static">)
debug: Finished getting derivations for (x86_64-linux . or1k-elf), took 876 seconds
error: while processing guile-static-stripped ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/kyfj7gxbil93qa1879zny028apzaia1z-avr-libc-2.0.0.drv => /gnu/store/f9ja8x34v17j3c1ay98p2lw847gyz8js-avr-libc-2.0.0 7f8e49fe5d70> output: "static">)
debug: Starting getting license lint warnings
debug: Finished getting license lint warnings, took 0 seconds
debug: Starting getting derivations for (x86_64-linux . arm-linux-gnueabihf)
heap size: 583.0 MiB
inferior heap: 1577.0 MiB used (2361.0 MiB heap)
error: while processing guile-static-initrd ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/kyfj7gxbil93qa1879zny028apzaia1z-avr-libc-2.0.0.drv => /gnu/store/f9ja8x34v17j3c1ay98p2lw847gyz8js-avr-libc-2.0.0 7f8e49fe5d70> output: "static">)
error: while processing guile-ssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-squee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-sly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-sdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-rsvg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing guile-pubstrate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-present ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-plotutils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-picture-language ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-opengl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-openai ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-newt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-mastodon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-jsonld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-irc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-imanifest ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-goblins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-gnutls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-gnunet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-gitlab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-git ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-gi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-gemini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-g-golf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-emacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-dbd-postgresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-dbd-mysql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-cv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-chickadee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-charting ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-cairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-avahi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-aiscm-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing guile-aiscm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: request for x86_64-linux derivation for ada-ed produced a derivation for system i686-linux
error: while processing gucharmap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtranslator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtkwave ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtkspell3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtksourceviewmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtksourceview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtksourceview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtksourceview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtksourceview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtksheet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtkmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtkmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtkmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtkglext ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtkdatabox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtk-xfce-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtk-vnc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtk-layer-shell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtk-frdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtk-engines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtk+ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtk+ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gthumb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gtg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing gstreamer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gst123 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gst-vosk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gst-plugins-ugly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gst-plugins-good-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gst-plugins-good ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gst-plugins-espeak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gst-plugins-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gst-plugins-bad-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gst-plugins-bad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gst-libav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gst-kaldi-nnet2-online ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gst-editing-services ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gssdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gssdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gspell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gsound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gsimplecal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gsettings-desktop-schemas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gsequencer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gsegrafix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gsasl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing grsync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing grpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing grpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing grpc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gron ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gromit-mpx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing grisbi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
debug: Finished getting derivations for (x86_64-linux . powerpc-linux-gnu), took 3995 seconds
debug: Starting getting wrapper-inputs lint warnings
error: while processing grilo-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing grilo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing greetd-pam-mount ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing greetd ignoring error: wrong-type-arg: (string-append Wrong type (expecting ~A): ~S (string #f) (#f))
error: while processing grc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing grass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing graphviz-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing graphviz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing graphicsmagick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing graphene ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing grantleetheme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing grantlee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing granite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing granite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing granatier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing grafx2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gr-satellites ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gr-osmosdr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gr-iqbal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gr-framework ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gr-dsd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gqrx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gpxsee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gpscorrelate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gpsbabel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gpredict ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
debug: Finished getting wrapper-inputs lint warnings, took 1 seconds
debug: Starting getting derivations for (x86_64-linux . aarch64-linux-gnu)
heap size: 583.0 MiB
inferior heap: 2628.0 MiB used (3081.0 MiB heap)
error: while processing gplates ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gpicview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gphotofs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gpaste ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gparted ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gpaint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gpa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gp2c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing goxel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing govulncheck ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gource ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gotypist ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gotestsum ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gopls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing goocanvas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing golly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gojq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gofumpt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing goffice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing goffice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gocryptfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gobject-introspection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gobject-introspection ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gobby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gobby ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing goaccess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing go-webring ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-torproject-org-pluggable-transports-goptlib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-structlayout-pretty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-structlayout-optimize ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-structlayout ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-std ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-staticcheck ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-sigs-k8s-io-yaml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-sentences ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-sctp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-pprof ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-pixelmatch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-pgregory-net-rapid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-numcpus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-nhooyr-io-websocket ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-netns ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-netlink ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-mvdan-cc-xurls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-mvdan-cc-unparam ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-mvdan-cc-gofumpt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-minisign ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-minify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-madns ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-lz4c ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-lukechampine-com-blake3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-keyify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-ipfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-howett-net-plist ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-honnef-co-go-tools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-hclogvet ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gotest-tools-internal-source ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gotest-tools-internal-format ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gotest-tools-internal-difflib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gotest-tools-assert ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg.in-tomb.v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-yaml-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-yaml-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-warnings ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-tomb-v1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-square-go-jose-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-op-go-logging-v1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-natefinch-lumberjack.v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-mgo-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-irc-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-irc-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-ini-v1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-ini ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-go-playground-validator-v9 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-go-playground-assert-v1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-errgo-fmt-errors ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-djherbis-times-v1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-check-v1 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gopkg-in-alecthomas-kingpin-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-google-golang-org-protobuf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-zx2c4-com-wireguard ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-xerrors ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-vuln ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-tools ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-time ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-text ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-term ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-sys ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-sync ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-oauth2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-net ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-mod ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-lint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-image ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-exp-typeparams ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-exp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-x-crypto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-sql-mock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-golang-org-rainycape-unidecode ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-go-uber-org-zap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-go-uber-org-multierr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-go-uber-org-mock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-go-uber-org-goleak ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-go-uber-org-fx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-go-uber-org-dig ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-go-uber-org-automaxprocs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-go-uber-org-atomic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-go-etcd-io-gofail ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-go-etcd-io-bbolt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gitlab.com-shackra-goimapnotify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gitlab-com-yawning-edwards25519-extra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gitlab-com-ambrevar-golua-unicode ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-gitlab-com-ambrevar-damerau ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github.com-smartystreets-gunit ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github.com-smartystreets-goconvey ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github.com-smartystreets-assertions ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github.com-nsf-termbox-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github.com-nsf-gothic ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github.com-jtolds-gls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-go-git ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-zenhack-go-notmuch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-zclconf-go-cty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-zalando-go-keyring ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-yuin-goldmark-emoji ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-yuin-goldmark ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-yookoala-realpath ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-xo-terminfo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-xi2-xz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-xhit-go-str2duration-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-xeipuuv-gojsonschema ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-xeipuuv-gojsonreference ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-xeipuuv-gojsonpointer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-xdg-go-stringprep ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-xdg-go-scram ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-xdg-go-pbkdf2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-xanzy-ssh-agent ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-x448-float16 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-wtolson-go-taglib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-wraparound-wrap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-willscott-goturn ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-whyrusleeping-tar-utils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-whyrusleeping-stump ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-whyrusleeping-progmeter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-whyrusleeping-multiaddr-filter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-whyrusleeping-json-filter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-whyrusleeping-gx-util ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-whyrusleeping-go-sysinfo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-whyrusleeping-go-keyspace ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-whyrusleeping-chunker ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-whyrusleeping-cbor-gen ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-whyrusleeping-cbor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-whyrusleeping-base32 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-warpfork-go-wish ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-warpfork-go-testmark ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-vmihailenco-tagparser ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-vmihailenco-msgpack-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-vividcortex-ewma ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-vitrun-qart ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-valyala-tcplisten ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-valyala-fasthttp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-valyala-bytebufferpool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-urfave-cli-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-urfave-cli ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ulikunitz-xz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ugorji-go-codec ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-twpayne-go-xdg-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-twpayne-go-vfsafero ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-twpayne-go-vfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-twpayne-go-shell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-twmb-murmur3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tv42-httpunix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tkuchiki-go-timezone ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tklauser-numcpus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tklauser-go-sysconf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tj-docopt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tidwall-sjson ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tidwall-pretty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tidwall-match ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tidwall-gjson ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-thejerf-suture-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-thejerf-suture ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tevino-abool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tekwizely-go-parsing ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-technoweenie-multipartstreamer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tdewolff-test ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tdewolff-parse-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tdewolff-minify-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-tdewolff-hasher ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-syndtr-goleveldb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-syncthing-notify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-surgebase-porter2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-surge-glog ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-subosito-gotenv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-stretchr-testify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-stretchr-testify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-stretchr-objx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-stevedonovan-luar ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-stathat-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ssor-bom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ssgelm-cookiejarparser ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-spf13-viper ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-spf13-pflag ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-spf13-jwalterweatherman ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-spf13-cobra ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-spf13-cast ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-spf13-afero ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-spaolacci-murmur3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-sourcegraph-jsonrpc2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-songmu-gitconfig ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-songgao-water ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-skratchdot-open-golang ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-skip2-go-qrcode ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-sirupsen-logrus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-signintech-gopdf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-shurcool-sanitized-anchor-name ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-shopspring-decimal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-shirou-gopsutil-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-shirou-gopsutil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-sherclockholmes-webpush-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-shadowsocks-go-shadowsocks2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-sevlyar-go-daemon ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-sergi-go-diff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-schollz-progressbar-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-schachmat-ingo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-savsgio-gotils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-sasha-s-go-deadlock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-saracen-walker ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-sabhiram-go-gitignore ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-rylans-getlang ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-russross-blackfriday ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-rubyist-tracerx ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-rogpeppe-go-internal ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-robfig-cron ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-riywo-loginshell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-rivo-uniseg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-rivo-tview ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-riobard-go-bloom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-rifflock-lfshook ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-rfjakob-eme ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-remeh-sizedwaitgroup ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-refraction-networking-utls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-rcrowley-go-metrics ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-rakyll-statik ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-quic-go-webtransport-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-quic-go-quic-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-quic-go-qtls-go1-20 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-quic-go-qpack ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-puerkitobio-goquery ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pterm-pterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-protonmail-go-crypto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-prometheus-procfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-prometheus-node-exporter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-prometheus-common ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-prometheus-client-model ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-prometheus-client-golang ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-prashantv-gostub ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pquerna-cachecontrol ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-polydawn-refmt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pmezard-go-difflib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pkg-xattr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pkg-sftp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pkg-profile ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pkg-errors ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pkg-diff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pires-go-proxyproto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-turn-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-turn-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-turn ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-transport-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-transport-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-transport ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-stun-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-stun ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-sctp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-rtp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-randutil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-mdns-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-mdns ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-logging ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-ice-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-ice-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-ice ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-dtls-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-dtls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pion-datachannel ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pierrec-lz4-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pierrec-lz4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pierrec-cmdflag ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-phpdave11-gofpdi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-petermattis-goid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-peterbourgon-diskv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pelletier-go-toml-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pelletier-go-toml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pborman-getopt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-pbnjay-memory ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-otiai10-mint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-otiai10-copy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-oschwald-maxminddb-golang ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-oschwald-geoip2-golang ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-orisano-pixelmatch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-operatorfoundation-shapeshifter-transports ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-operatorfoundation-shapeshifter-ipc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-operatorfoundation-obfs4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-operatorfoundation-monolith-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-operatorfoundation-ed25519 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-opentracing-opentracing-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-openprinting-goipp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-op-go-logging ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-onsi-gomega ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-onsi-ginkgo-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-onsi-ginkgo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-oneofone-xxhash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-olekukonko-ts ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-olekukonko-tablewriter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-nxadm-tail ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-nwidger-jsoncolor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-nwaples-rardecode-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-nwaples-rardecode ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-nsqio-go-nsq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-nsqio-go-diskqueue ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-niklasfasching-go-org ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-niemeyer-pretty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-neurosnap-sentences ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-nbrownus-go-metrics-prometheus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-nats-io-nuid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-nats-io-nkeys ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-nats-io-nats-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-nats-io-jwt-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-nathan-osman-go-sunrise ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-multiformats-go-varint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-multiformats-go-multistream ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-multiformats-go-multihash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-multiformats-go-multicodec ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-multiformats-go-multibase ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-multiformats-go-multiaddr-net ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-multiformats-go-multiaddr-fmt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-multiformats-go-multiaddr-dns ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-multiformats-go-multiaddr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-multiformats-go-multiaddr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-multiformats-go-base36 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-multiformats-go-base32 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mufti1-interconv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-muesli-termenv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-muesli-reflow ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mtibben-percent ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mtibben-androiddnsfix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-msteinert-pam-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-msteinert-pam ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mreiferson-go-svc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mreiferson-go-options ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mr-tron-base58 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-motemen-go-colorine ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-montanaflynn-stats ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-modern-go-reflect2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-modern-go-concurrent ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mitchellh-reflectwalk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mitchellh-mapstructure ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mitchellh-go-wordwrap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mitchellh-go-homedir ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mitchellh-copystructure ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mitchellh-colorstring ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-miolini-datacounter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-minio-sha256-simd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-minio-highwayhash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-minio-blake2b-simd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mikefarah-yq-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-miekg-dns ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-microcosm-cc-bluemonday ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-michiwend-gomusicbrainz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-michiwend-golang-pretty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mholt-archiver-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mgutz-ansi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mesilliac-pulse-simple ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-matttproud-golang-protobuf-extensions-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mattn-go-zglob ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mattn-go-sqlite3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mattn-go-shellwords ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mattn-go-runewidth ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mattn-go-pointer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mattn-go-isatty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-mattn-go-colorable ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-matryer-try ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-matrix-org-gomatrix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-masterminds-sprig-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-masterminds-semver-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-masterminds-goutils ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-marvinjwendt-testza ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-maruel-panicparse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-marten-seemann-qtls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-marten-seemann-chacha20 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-marcinbor85-gohex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-makeworld-the-better-one-go-gemini-socks5 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-makeworld-the-better-one-go-gemini ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-magiconair-properties ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-macronut-go-tproxy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-lunixbochs-vtclean ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-lucasb-eyer-go-colorful ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-logrusorgru-aurora-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-logrusorgru-aurora-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-logrusorgru-aurora ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-lithammer-fuzzysearch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-libp2p-go-socket-activation ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-libp2p-go-libp2p-protocol ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-libp2p-go-libp2p-peer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-libp2p-go-libp2p-metrics ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-libp2p-go-libp2p-crypto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-libp2p-go-flow-metrics ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-lib-pq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-lestrrat-go-strftime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-lestrrat-go-envload ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-leonelquinteros-gotext ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-leodido-go-urn ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-kyoh86-xdg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-kylelemons-godebug ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-kr-text ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-kr-pretty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-kr-fs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-kortschak-utter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-klauspost-pgzip ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-klauspost-cpuid-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-klauspost-cpuid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-klauspost-compress ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-keybase-go-ps ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-kevinburke-ssh-config ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-kballard-go-shellquote ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-kataras-pio ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-kataras-golog ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-karrick-godirwalk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-kardianos-osext ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-kardianos-minwinsvc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-k0kubun-pp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-k0kubun-go-ansi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-junegunn-fzf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-julienschmidt-httprouter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-juju-ansiterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-json-iterator-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jpillora-backoff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-josharian-intern ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jonboulle-clockwork ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-johnkerl-lumin ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jmespath-go-jmespath ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jinzhu-copier ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jhillyerd-enmime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jessevdk-go-flags ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jdkato-twine ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jcmturner-rpc-v2-ndr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jcmturner-rpc-v2-mstypes ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jcmturner-rpc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jcmturner-gokrb5-v8 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jcmturner-goidentity-v6 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jcmturner-gofork ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jcmturner-dnsutils-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jcmturner-aescts-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jbenet-goprocess ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jbenet-go-temp-err-catcher ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jbenet-go-random ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jbenet-go-context ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jbenet-go-cienv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jba-templatecheck ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jba-printsrc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jaytaylor-html2text ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jacobsa-reqtrace ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jacobsa-ogletest ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jacobsa-oglemock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jacobsa-oglematchers ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jackpal-go-nat-pmp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-jackpal-gateway ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-itchyny-timefmt-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-itchyny-gojq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipld-go-ipld-prime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipld-go-codec-dagpb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-metrics-interface ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-log-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-log ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-ipld-legacy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-ipld-git ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-ipld-format ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-ipld-cbor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-ipfs-util ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-ipfs-exchange-interface ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-ipfs-ds-help ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-ipfs-delay ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-ipfs-cmdkit-files ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-ipfs-blocksutil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-ipfs-blockstore ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-ipfs-api ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-detect-race ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-datastore ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-cidutil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-cid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-go-block-format ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ipfs-bbloom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-imdario-mergo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ianlancetaylor-demangle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-huandu-xstrings ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hjson-hjson-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hhrutter-tiff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hhrutter-lzw ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hexops-gotextdiff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hebcal-hebcal-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hebcal-gematriya ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hashicorp-hcl-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hashicorp-hcl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hashicorp-golang-lru-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hashicorp-golang-lru ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hashicorp-go-version ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hashicorp-go-uuid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hashicorp-go-syslog ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hashicorp-go-multierror ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hashicorp-go-hclog ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hashicorp-go-cleanhttp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hashicorp-errwrap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hanwen-go-fuse-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-hanwen-fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gxed-hashland-murmur3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gxed-hashland-keccakpg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gsterjov-go-libsecret ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gregjones-httpcache ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gorilla-websocket ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gorilla-sessions ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gorilla-securecookie ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gorilla-mux ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gorilla-handlers ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gorilla-css ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gorilla-csrf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gorilla-context ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gorhill-cronexpr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gookit-color ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-uuid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-shlex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-safehtml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-renameio ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-pprof ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-gousb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-goterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-gopacket ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-gofuzz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-go-tpm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-go-querystring ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-go-jsonnet ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-go-github-v33 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-go-github ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-go-cmp-cmp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-go-cmdtest ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-cadvisor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-google-btree ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gomodule-redigo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gologme-log ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-golangplus-testing ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-golangplus-fmt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-golang-snappy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-golang-protobuf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-golang-jwt-jwt-v5 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-golang-jwt-jwt-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-golang-jwt-jwt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-golang-groupcache ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-golang-freetype ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gogs-chardet ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gogo-protobuf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-godbus-dbus ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-goccy-go-yaml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-goccy-go-json ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gobwas-glob ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-webauthn-x ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-webauthn-webauthn ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-test-deep ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-telegram-bot-api-telegram-bot-api ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-task-slim-sprig-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-task-slim-sprig ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-sql-driver-mysql ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-playground-validator-v10 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-playground-universal-translator ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-playground-locales ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-playground-assert-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-md2man ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-logr-logr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-ldap-ldap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-jose-go-jose-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-jose-go-jose-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-ini-ini ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-git-go-git-fixtures ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-git-go-billy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-git-gcfg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-chi-chi-v5 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-go-asn1-ber-asn1-ber ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gizak-termui ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-git-lfs-wildmatch-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-git-lfs-pktline ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-git-lfs-go-netrc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-git-lfs-gitobj-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-getsentry-raven-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gedex-inflector ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gdamore-tcell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gdamore-tcell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gdamore-encoding ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gaukas-godicttls ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gatherstars-com-jwz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-gabriel-vasile-mimetype ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-fxamacker-cbor-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-fsnotify-fsnotify ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-frankban-quicktest ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-francoispqt-gojay ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-fogleman-gg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-flynn-noise ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-flynn-archive-go-shlex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-flopp-go-findfont ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-felixge-httpsnoop ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-felixge-fgprof ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-fatih-color ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-facette-natsort ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-facebookgo-atomicfile ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-expr-lang-expr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-errata-ai-regexp2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-errata-ai-ini ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emirpasic-gods ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emicklei-go-restful ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-textwrapper ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-smtp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-sasl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-pgpmail ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-msgauth ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-milter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-message ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-mbox ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-maildir ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-imap-sortthread ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-imap-idle ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-imap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-emersion-go-autostart ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-elliotchance-orderedmap ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-elgris-jsondiff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dvsekhvalnov-jose2go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dustin-gojson ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dustin-go-humanize ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dsnet-golib ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dsnet-compress ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dreamacro-go-shadowsocks2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dpotapov-go-spnego ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-docopt-docopt-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-docker-machine ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-docker-go-units ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-docker-go-connections ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-docker-distribution ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dlclark-regexp2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-djherbis-times ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-djherbis-atime ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-disintegration-imaging ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-direnv-go-dotenv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dimchansky-utfbom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dgryski-go-mph ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dgryski-go-metro ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-delthas-go-localeinfo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-delthas-go-libnp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-deckarep-golang-set ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ddevault-go-libvterm ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dchest-siphash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dbaggerman-cuba ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-daviddengcn-go-colortext ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-davecgh-go-xdr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-davecgh-go-spew ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-dave-jennifer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-danwakefield-fnmatch ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-d5-tengo-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-d4l3k-messagediff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cyberdelia-go-metrics-graphite ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cupcake-rdb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cskr-pubsub ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-creack-pty ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-couchbase-gomemcached ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-coreos-go-systemd-v22 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-coreos-go-semver ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-coreos-go-oidc-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-coreos-go-oidc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-coocood-freecache ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-containerd-console ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cloudflare-circl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-client9-misspell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cli-safeexec ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-chzyer-test ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-chzyer-readline ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-chzyer-logex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-chris-ramon-douceur ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-chmduquesne-rollinghash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cheggaaa-pb-v3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cheggaaa-pb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cheekybits-is ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cheekybits-genny ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-charmbracelet-harmonica ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-charmbracelet-glamour ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-charmbracelet-bubbletea ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cespare-xxhash ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cespare-mph ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-certifi-gocertifi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cention-sany-utf7 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-cenkalti-backoff-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ccding-go-stun ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-calmh-xdr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-bwesterb-go-ristretto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-burntsushi-toml ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-burntsushi-locker ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-btcsuite-btclog ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-btcsuite-btcd-btcec ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-briandowns-spinner ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-bradfitz-gomemcache ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-bmizerany-perks-quantile ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-bmatcuk-doublestar-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-bmatcuk-doublestar-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-bmatcuk-doublestar ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-blanu-dust ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-blang-semver-v4 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-blang-semver ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-bits-and-blooms-bloom ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-bits-and-blooms-bitset ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-bitly-timer-metrics ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-bitly-go-hostpool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-store-step ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-store-llrb ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-store-kdtree ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-store-interval ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-hts-tabix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-hts-sam ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-hts-fai ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-hts-csi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-hts-cram ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-hts-bgzf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-hts-bam ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-graph ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-biogo-biogo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-bep-golibsass ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-beorn7-perks-quantile ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-benbjohnson-clock ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-azure-go-ntlmssp ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-ayufan-golang-kardianos-service ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aymerick-douceur ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aymanbagabas-go-osc52-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aws-smithy-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aws-sdk ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aws-aws-sdk-go-v2-service-sts ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aws-aws-sdk-go-v2-service-ssooidc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aws-aws-sdk-go-v2-service-sso ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aws-aws-sdk-go-v2-service-s3 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aws-aws-sdk-go-v2-service-iam ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aws-aws-sdk-go-v2-feature-s3-manager ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aws-aws-sdk-go-v2-config ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aws-aws-sdk-go-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aws-aws-sdk-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-avast-retry-go ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-audriusbutkevicius-recli ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-audriusbutkevicius-pfilter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-arran4-golang-ical ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-armon-go-radix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-arceliar-phony ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-arceliar-ironwood ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-apparentlymart-go-textseg-v13 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-apparentlymart-go-textseg-autoversion ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-apparentlymart-go-openvpn-mgmt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aperturerobotics-jacobsa-crypto ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-anmitsu-go-shlex ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-andybalholm-cascadia ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-andybalholm-brotli ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-androiddnsfix ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-anaseto-gruid-tcell ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-anaseto-gruid ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alsm-ioprogress ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alexliesenfeld-health ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alecthomas-units ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alecthomas-template ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alecthomas-repr ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alecthomas-participle-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alecthomas-kong ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alecthomas-kingpin-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alecthomas-kingpin ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alecthomas-colour ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alecthomas-chroma-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alecthomas-chroma ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alecthomas-assert-v2 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-alcortesm-tgz ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-akosmarton-papipes ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aki237-nscjar ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-agext-levenshtein ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aead-chacha20 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-adrg-xdg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-adrg-strutil ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-abadojack-whatlanggo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-aarzilli-golua ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-a8m-envsubst ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-github-com-99designs-go-keyring ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-git-sr-ht-sircmpwn-go-bare ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-git-sr-ht-sircmpwn-getopt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-git-sr-ht-rockorager-tcell-term ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-git-sr-ht-emersion-gqlclient ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-git-sr-ht-emersion-go-sqlite3-fts5 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-git-sr-ht-emersion-go-scfg ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-git-sr-ht-adnano-go-gemini ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-filippo-io-edwards25519 ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-filippo-io-age ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-dario-cat-mergo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-code-cloudfoundry-org-bytefmt ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-cloud-google-com-go-compute-metadata ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-chroma ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-c2sp-org-cctv-age ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-bazil-org-fuse ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-atomicgo-dev-schedule ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-atomicgo-dev-keyboard ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-atomicgo-dev-cursor ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-atomicgo-dev-assert ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-arc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing go-0xacab-org-leap-shapeshifter ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gnutls-dane ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnutls-dane ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnutls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnutls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnusim8085 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnurobots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnurl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnuradio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnuplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnupg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnupg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnunet-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnunet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnumeric ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnujump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnudatalanguage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnucash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnubik ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnubg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnuastro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnuais ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnss-sdr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-weather ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-vfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-user-share ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-tweaks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-themes-standard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-themes-extra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-text-editor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-terminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-system-monitor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-sudoku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-shell-extensions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-shell-extension-gsconnect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-shell-extension-dash-to-panel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-shell-extension-dash-to-dock ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-shell-extension-customize-ibus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-shell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-settings-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-session ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-screenshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-remote-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-recipes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-power-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-planner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-photos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-online-miners ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-online-accounts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-online-accounts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-music ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-multi-writer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-mines ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-maps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-mahjongg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-latex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-klotski ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-keyring ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-initial-setup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-font-viewer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-disk-utility ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-dictionary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-default-applications ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-control-center ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-contacts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-console ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-connections ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-commander ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-color-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-clocks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-chess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-characters ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-calendar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-calculator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-builder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-boxes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-bluetooth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-autoar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-arcade ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome-2048 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnaural ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gnash ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmsh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmobile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmnisrv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmic-qt-gimp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmic-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gmic ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glyr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glusterfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gloox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gloo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glnemo2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glmark2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glibmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glibmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glibmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glib-networking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glfw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glade ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing glabels ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gl2ps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gkrellm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gjs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing giza ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gitui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing gitolite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gitile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gitg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing git-when-merged ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing git-sizer ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing git-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing git-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing git-lfs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing git-interactive-rebase-tool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing git-imerge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing git-filter-repo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing git-delta ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing git-crypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing git-annex-remote-rclone ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing git-absorb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing git ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing girara ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ginkgo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gimp-resynthesizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gimp-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gimp-fourier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gimp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gimagereader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gigolo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gifsicle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing giblib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing giara ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing giac ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ghq ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing ghostwriter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ghostscript-with-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ghostscript-with-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ghostscript-with-cups ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ghostscript-with-cups ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ghmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ghex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
error: while processing gfeeds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gfbgraph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gexiv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing get-iplayer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gerbv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gerbil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gerbera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing geos ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing geonkick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing geocode-glib-with-libsoup2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing geocode-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing geoclue ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gens-gs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing genimage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gemmi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gemget ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing gegl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gegl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing geeqie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gedit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing geda-gaf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing geary ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing geany ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gdm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gdl-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gdk-pixbuf-xlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gdk-pixbuf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gdb-multiarch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gdal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gcr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gcr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gcompris-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gcompris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gcolor3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gcl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gcab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gbonds ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing garcon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ganeti-instance-guix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ganeti-instance-debootstrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ganeti ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gammastep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gamine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing gamin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing galera ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing g-golf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fzf ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing fwupd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fvwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing fuzzel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing futuresql ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fuseiso ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fulcrum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ftgl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fstrm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fsearch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing frozen-bubble ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing frotz-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing frotz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fritzing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing frei0r-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freetalk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freesasa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freerdp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freerct ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freeorion ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freeimage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freeglut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freeglut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freegish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: SQLite database is busy
error: while processing freedroidrpg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freedink-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freedink-dfarc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freedink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freeciv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freecad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freebayes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing freealut ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing francis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fprintd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fpm2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fossil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing foot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing foomatic-filters ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing foobillard++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing foo2zjs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing foo-yc20 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fontobene-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fontmanager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fontforge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing font-unscii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: request for x86_64-linux derivation for wine-staging produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine-minimal produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine produced a derivation for system i686-linux
error: while processing folly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing folks-with-libsoup2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing folks ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fogpad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fntsample ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fnott ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fmit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flwrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fluxbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fluidsynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fluida-lv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fltk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flrig ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flowee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing florence ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flmsg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flightgear ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fldigi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flatzebra ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flatpak-xdg-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flatpak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flare-game ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flare-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flann ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flamp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing flameshot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fizmo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing five-or-more ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing firejail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing firefox-decrypt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing findimagedupes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing filtlong ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fillets-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing filezilla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing filelight ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing file-roller ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fig2dev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fifengine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fifechan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fielding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fiano ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing fheroes2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fgallery ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fftw-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ffms2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ffmpegthumbs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ffmpegthumbnailer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ffmpeg-jami ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ffmpeg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ffmpeg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ffmpeg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ffmpeg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ffmpeg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fetchmail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fenics-dolfin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing feh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing feedgnuplot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing feedbackd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing feathernotes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fdroidcl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing fdm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing fcitx5-rime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5-lua ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5-gtk4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5-configtool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5-chinese-addons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5-anthy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx-configtool ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcitx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fcft ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fc-host-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fbreader ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fbida ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing faust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing faudio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fastfetch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing fast-downward ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing farstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing farbfeld ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing falltergeist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing falkon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing falcosecurity-libs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing f3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing f2fs-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eza ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing exult ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing extremetuxracer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing extractpdfmark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing extempore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing express-beta-diversity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing exonerate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing exo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing exim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing exercism ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing exa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing evremap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing evolution-data-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing evolution-data-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing evolution ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing evisum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing evince ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing evilwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eureka ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing etl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eternalterminal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing espeakup ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing espeak-ng ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing espeak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing esound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing esmtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing esmini ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing esbuild-node ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing esbuild ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing erlang-lfe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing erlang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing epson-inkjet-printer-escpr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing epiphany ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing epic5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ephoto ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ephemeralpg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eovim ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eog-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eog ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing envytools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing entangle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ensembl-vep ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing enlightenment ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing enki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing enigma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing engrampa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing endless-sky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing endeavour ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing enchant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing enchant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing encfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing enblend-enfuse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emulation-station ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emilua ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing embree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emboss ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacsy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacspeak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-xwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-wide-int ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-w3m ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-telega-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-pgtk-xwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-pgtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-pdf-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-no-x-toolkit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-no-x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-next-tree-sitter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-next-pgtk-xwidgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-next-pgtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-motif ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-mew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-lsp-booster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing emacs-libgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-guix ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-eweouz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs-ess ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing emacs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing elpa-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing elogind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ell ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing elixir-hex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing elixir ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing elisa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing elemental ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ekho ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eisl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing einstein ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eid-mw ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eiciel ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing egl-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing egl-gbm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eg25-manager ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing efl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing efitools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing editres ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing edirect-go-programs ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing edirect ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing edi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing edgar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing edbrowse ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ecryptfs-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing econnman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eclib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eccodes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ecasound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ebusd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ebook-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing eboard ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing easytag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing easyrpg-player ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing easyeffects ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dzen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dzaima-apl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dwl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dwarfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dvisvgm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dvdstyler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dvdisaster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dvdauthor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dutree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing duperemove ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dunst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-uggrid-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-uggrid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-typetree-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-typetree ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-subgrid-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-subgrid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-pdelab-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-pdelab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-localfunctions-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-localfunctions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-istl-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-istl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-grid-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-grid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-geometry-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-geometry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-functions-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-functions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-common-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-common ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-alugrid-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dune-alugrid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dumpvdl2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dumb-allegro4 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing duc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dub ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing du-dust ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing dtc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dstat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dstask ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing dsp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing drumstick ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing drumkv1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing drpm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing drkonqi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing drill ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing dream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing drawterm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing drawpile ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing drawing ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing dragonfly-reverb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dragon-drop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dragon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dpf-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dozenal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dovecot-pigeonhole ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dovecot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dotherside ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dosbox-staging ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dosbox ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dolphin-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dolphin-emu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dolphin ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing doctl ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing docker-registry ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing docker-libnetwork-cmd-proxy ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing docker-cli ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing docker ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing docbook2x ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing docbook-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dnssec-trigger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dnsmasq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dnscrypt-wrapper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dlib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dkimproxy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing djview ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing distrho-ports ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing discrover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing discover ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dirvish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing direwolf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing direnv ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing directfb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dino ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ding ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing diffr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing diffpdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dico ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dialect ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dhtnet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dhewm3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dex ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing devours ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing devour ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing devhelp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: request for x86_64-linux derivation for dev86 produced a derivation for system i686-linux
error: while processing desmume ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing desktop-file-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing demlo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing delve ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing delly ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dehydrated ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing debootstrap ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing debian-devscripts-bts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dealii-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dealii ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ddd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ddcutil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ddcui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dconf-editor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dconf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dcmtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dbus-verbose ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dbus-test-runner ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dbus-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dbus-cxx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dbus-c++ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dbus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dbqn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing davfs2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing dataparksearch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing darktable ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing darkice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing d-spy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing d-feet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cyrus-sasl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cvs-fast-export ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cvassistant ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cutter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing curlpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing curlie ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing curlftpfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing curl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cura-engine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cura ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cups-pk-helper ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cups-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cups-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cups-filters ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cups ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cups ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cuirass ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cubeb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cube ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ctrlr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing csvdiff ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing csound ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing csfml ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cryptominisat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cryfs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing crispy-doom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing createrepo-c ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing crawl-tiles ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cproc ignoring error: wrong-type-arg: (#f Wrong type (expecting ~A): ~S (exact integer #f) (#f))
error: while processing cppzmq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cppcodec ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cpp-mustache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cpp-httplib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cozy ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing countdown ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing coturn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing corsix-th ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing corosync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing corkscrew ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing coq-interval ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing coq-bignums ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing copyq ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cool-retro-term ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing converseen ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing containerd ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing conntrack-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing connman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing conmon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing conky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing confclerk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing compton-conf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing compton ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing combinatorial-blas ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing colordiff ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing colord-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing colord-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing colord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing colobot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing collectd ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing coin3d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cogserver ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cogl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing coeurl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing codingquarry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing coda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cockatrice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cni-plugins ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing cmus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cmst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cmh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cmake-minimal-cross ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cmake-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cmake ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clyrics ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clutter-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clutter-gst ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clutter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clusterssh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cloud-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clipnotify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clipmenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clipman ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing clipit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clingo-dl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clingo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cli-visualizer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clementine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing claws-mail ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clang-runtime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clang ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing clamav ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ckb-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: error when computing ck derivation for system x86_64-linux (avr): (misc-error #f unsupported target ~S (avr) #f)
error: while processing circtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing cinnamon-desktop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cifs-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chrony ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chromium-bsu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chromaprint ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chroma ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing choqok ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chocolate-doom ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chipmunk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chezmoi ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing chez-scheme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chessx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cheese ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chatty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chathistorysync ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing chaiscript ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing chafa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cgoban ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cgit-pink ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cgit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cgdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cfitsio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cf-tool ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing ceph ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing centrifuge ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing celluloid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cellsnp-lite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing celestia-gtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing celestia ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cdrdao ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cdogs-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cdo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cdemu-daemon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cdemu-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ccrtp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ccid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ccfits ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ccextractor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cbqn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cbatticon ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cawbird ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cava ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing catimg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing catch2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing catch2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cataclysm-dda ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing casync ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing castor ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing castget ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing casacore ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing carla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing carla ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing caribou ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cargo-machete ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing cardpeek ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing capypdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cantata ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing candle ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing camlp5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cambalache ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing calls ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing calindori ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing calf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing calcmysky-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing calcmysky ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing caja-extensions ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing caja ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cairomm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cairomm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cairo-xcb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cairo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cagebreak ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing caf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing cadabra2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing c-vise ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bzflag ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing byzanz ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing byobu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing butt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing burp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing burgerspace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bullet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing buildah ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing btrbk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bspwm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bsnes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bshapr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bsequencer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bsd-games ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bschaffl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bs1770gain ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bruteforce-salted-openssl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing browserpass-native ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing brltty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing brlaser ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing brightnessctl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing breeze-qt5 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing breeze-icons ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing breeze ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing brdf-explorer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing brasero ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bpftrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing box2d ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bowtie1 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bowtie ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bower ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bovo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bootstrap-tarballs ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/kyfj7gxbil93qa1879zny028apzaia1z-avr-libc-2.0.0.drv => /gnu/store/f9ja8x34v17j3c1ay98p2lw847gyz8js-avr-libc-2.0.0 7f8e49fe5d70> output: "static">)
error: while processing boost-mpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing boolector ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing book-sparc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bomber ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bombadillo ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing bolt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing boinc-server ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing boinc-client ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bochs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bluez-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bluez-alsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bluez ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing blueprint-compiler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing blueprint-compiler ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing blueman ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bluefish ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bluedevil ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing blobwars ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing blktrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bless ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing blender ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing blastem ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing blast+ ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing blasr-libcpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing blasr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing blanket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bjumblr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bitmask ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing bitlbee-purple ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bitlbee-discord ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bitlbee ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bitcoin-unlimited ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bitcoin-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bismark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bird ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bioperl-minimal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bind ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bigloo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing biboumi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bffe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing berry ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bennu-game-development-modules ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bennu-game-development ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bemenu ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing belle-sip ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing beignet ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bedtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bedtools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bear ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bchoppr ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bcc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bcachefs-tools-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bcachefs-tools ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bcachefs-static ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bbcsdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing batsignal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bat ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing basket ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bart ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing barrier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing barrage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing barony ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing baobab ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing bandage ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing balsa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing baloo-widgets ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing baloo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing badvpn ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing badass ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing babeltrace-dev ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing babeltrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing b3sum ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing azr3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing azpainter ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing azimuth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing axoloti-patcher-next ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing axoloti-patcher ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing axc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-vault ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing aws-sdk-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-crt-cpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-c-s3 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-c-mqtt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-c-io ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-c-http ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-c-event-stream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-c-cal ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aws-c-auth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing awesome ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing avr-gdb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing avogadrolibs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing avogadro2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing avldrums-lv2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing avizo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing avidemux ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing avahi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing autotrace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing autossh ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing automatic-component-toolkit ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing autojump ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing autofs ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing authenticator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ausweisapp2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ausweisapp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing augustus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing audmes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing audit ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing audiocd-kio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing audacity ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing audacious ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing attica ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing attica ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing attention ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing atril ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing atop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing atomspace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing atkmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing atkmm ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing atk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing atelier ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ataqv ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing at-spi2-core ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing at-spi2-atk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing asymptote ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing asunder ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing astromenace ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing astroid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing asio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing asignify ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aseprite ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aseba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing asciidoc ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing arx-libertatis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing artyfx ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing artanis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing arriba ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing arpack-ng-openmpi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing arp-scan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing armagetronad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ark ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aria2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing arcanist ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing arcan-wayland ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing arcan-sdl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing arcan ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing arc-theme ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aqbanking ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing apt-mirror ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing apricots ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing appstream-qt6 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing appstream-qt ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing appstream-glib ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing appstream ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing appmenu-gtk-module ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing apostrophe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing apertium ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing apache-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing apache-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing apache-arrow ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aoflagger ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ao ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing anubis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing antlr2 ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing anki ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ani-cli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing android-file-transfer ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing anarch ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing amule ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing amtk ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing amsynth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing american-fuzzy-lop ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing amalgamate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing alure ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing alsa-utils ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing alsa-scarlett-gui ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing alsa-plugins ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing alsa-modular-synth ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing alpine ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing allegro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing allegro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing allegro ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing alienblaster ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing alfis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing alfa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aldo ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing alacritty ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing akregator ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing akonadi-search ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing akonadi-notes ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing akonadi-mime ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing akonadi-contacts ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing akonadi-calendar ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing akonadi ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing akku ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aisleriot ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aide ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing agi-bio ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing agg ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing age-keygen ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing age ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing agate ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing aflplusplus ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aerc ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing aegisub ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aegis ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing adcli ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing adaptivecpp ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing adanaxisgpl ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
warning: request for x86_64-linux derivation for ada-ed produced a derivation for system i686-linux
error: while processing actionlint ignoring error: %exception: (#<&unsupported-cross-compilation-target-error build-system: #<<build-system> name: go description: "Build system for Go programs" lower: #<procedure lower (name #:key source inputs native-inputs outputs system target go . arguments)>> target: "avr">)
error: while processing acpilight ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing accountsservice ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ablorb ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing ableton-link ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing abiword ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing abe ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing abcde ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing abbaye ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing aardvark-dns ignoring error: %exception: (#<&package-unsupported-target-error package: #<package rust@1.77.1 gnu/packages/rust.scm:1031 7f8e5a5e14d0> target: "avr">)
error: while processing a4pdf ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing a2ps ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing a2jmidid ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing 9yacc ignoring error: %exception: (#<&gexp-input-error input: #<unspecified>>)
error: while processing 9base ignoring error: %exception: (#<&gexp-input-error input: #<unspecified>>)
error: while processing 7kaa ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing 4dtris ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing 389-ds-base ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
error: while processing 0ad ignoring error: %exception: (#<&package-unsupported-target-error package: #<package openssl@1.1.1q gnu/packages/tls.scm:453 7f8e54793f20> target: "avr">)
debug: Finished getting derivations for (x86_64-linux . avr), took 884 seconds
debug: Starting getting input-labels lint warnings
debug: Finished getting input-labels lint warnings, took 29 seconds
debug: Starting getting derivations for (x86_64-linux . #f)
heap size: 599.0 MiB
inferior heap: 1671.0 MiB used (1824.0 MiB heap)
warning: request for x86_64-linux derivation for zsnes produced a derivation for system i686-linux
warning: error when computing swi-prolog derivation for system x86_64-linux (arm-linux-gnueabihf): (misc-error #f swi-prolog requires --system and --target to have the same word size () #f)
warning: request for x86_64-linux derivation for wine-staging produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine-minimal produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for wine produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for nhc98 produced a derivation for system i686-linux
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for gens-gs produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for dev86 produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ada-ed produced a derivation for system i686-linux
debug: Finished getting derivations for (x86_64-linux . #f), took 1748 seconds
debug: Starting getting inputs-should-not-be-input lint warnings
debug: Finished getting inputs-should-not-be-input lint warnings, took 1 seconds
debug: Starting getting derivations for (riscv64-linux . #f)
heap size: 751.0 MiB
inferior heap: 3052.0 MiB used (3460.0 MiB heap)
warning: request for x86_64-linux derivation for nhc98 produced a derivation for system i686-linux
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
error: while processing guile-static-stripped-tarball ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/agjw26p2pgs1yy1zb51csrxg2rrqxcam-mingw-w64-i686-12.0.0.drv => /gnu/store/n6a8w6jqkw36rqyp8gni94j246q437qm-mingw-w64-i686-12.0.0 7f0b4b3e27d0> output: "static">)
error: while processing guile-static-stripped ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/agjw26p2pgs1yy1zb51csrxg2rrqxcam-mingw-w64-i686-12.0.0.drv => /gnu/store/n6a8w6jqkw36rqyp8gni94j246q437qm-mingw-w64-i686-12.0.0 7f0b4b3e27d0> output: "static">)
error: while processing guile-static-initrd ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/agjw26p2pgs1yy1zb51csrxg2rrqxcam-mingw-w64-i686-12.0.0.drv => /gnu/store/n6a8w6jqkw36rqyp8gni94j246q437qm-mingw-w64-i686-12.0.0 7f0b4b3e27d0> output: "static">)
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for ghc produced a derivation for system i686-linux
warning: request for x86_64-linux derivation for gens-gs produced a derivation for system i686-linux
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
warning: request for x86_64-linux derivation for dev86 produced a derivation for system i686-linux
warning: error when computing ck derivation for system x86_64-linux (mips64el-linux-gnu): (misc-error #f unsupported target ~S (mips64el-linux-gnu) #f)
error: while processing bootstrap-tarballs ignoring error: %exception: (#<&derivation-missing-output-error derivation: #<derivation /gnu/store/agjw26p2pgs1yy1zb51csrxg2rrqxcam-mingw-w64-i686-12.0.0.drv => /gnu/store/n6a8w6jqkw36rqyp8gni94j246q437qm-mingw-w64-i686-12.0.0 7f0b90079af0> output: "static">)
warning: request for x86_64-linux derivation for ada-ed produced a derivation for system i686-linux
debug: Finished getting derivations for (x86_64-linux . i686-w64-mingw32), took 3670 seconds
debug: Starting getting inputs-should-be-native lint warnings
debug: Finished getting inputs-should-be-native lint warnings, took 3 seconds
debug: Starting getting derivations for (powerpc64le-linux . #f)
heap size: 759.0 MiB
inferior heap: 3030.0 MiB used (3352.0 MiB heap)
debug: Finished getting derivations for (x86_64-linux . mips64el-linux-gnu), took 3730 seconds
debug: Starting getting description lint warnings
debug: Finished getting description lint warnings, took 54 seconds
debug: Starting getting derivations for (powerpc-linux . #f)
heap size: 759.0 MiB
inferior heap: 2842.0 MiB used (2845.0 MiB heap)
debug: Finished getting derivations for (x86_64-linux . i586-pc-gnu), took 3837 seconds
debug: Starting getting compiler-for-target lint warnings
debug: Finished getting compiler-for-target lint warnings, took 1 seconds
debug: Starting getting derivations for (mips64el-linux . #f)
heap size: 759.0 MiB
inferior heap: 3098.0 MiB used (3449.0 MiB heap)
looking at guix package (supported systems: (x86_64-linux mips64el-linux aarch64-linux powerpc64le-linux riscv64-linux i686-linux armhf-linux powerpc-linux), system supported: #t, target supported: #t
debug: Finished getting derivations for (powerpc64le-linux . #f), took 370 seconds
debug: Starting getting tests-true lint warnings
debug: Finished getting tests-true lint warnings, took 2 seconds
debug: Starting getting derivations for (i686-linux . #f)
heap size: 767.0 MiB
inferior heap: 2207.0 MiB used (2567.0 MiB heap)
looking at guix package (supported systems: (x86_64-linux mips64el-linux aarch64-linux powerpc64le-linux riscv64-linux i686-linux armhf-linux powerpc-linux), system supported: #t, target supported: #t
looking at guix package (supported systems: (x86_64-linux mips64el-linux aarch64-linux powerpc64le-linux riscv64-linux i686-linux armhf-linux powerpc-linux), system supported: #t, target supported: #t
debug: Finished getting derivations for (powerpc-linux . #f), took 459 seconds
debug: Starting getting name lint warnings
debug: Finished getting name lint warnings, took 1 seconds
debug: Starting getting derivations for (i586-gnu . #f)
heap size: 783.0 MiB
inferior heap: 2384.0 MiB used (2403.0 MiB heap)
debug: Finished getting derivations for (mips64el-linux . #f), took 349 seconds
debug: Starting getting derivations for (aarch64-linux . #f)
heap size: 783.0 MiB
inferior heap: 2381.0 MiB used (2474.0 MiB heap)
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
error: while processing guile2.2-shepherd ignoring error: wrong-type-arg: (struct-vtable Wrong type argument in position 1 (expecting struct): ~S (#f) (#f))
looking at guix package (supported systems: (x86_64-linux i686-linux), system supported: #t, target supported: #t
looking at guix package (supported systems: (x86_64-linux mips64el-linux aarch64-linux powerpc64le-linux riscv64-linux i686-linux armhf-linux powerpc-linux), system supported: #t, target supported: #t
looking at guix package (supported systems: (i586-gnu), system supported: #t, target supported: #t
debug: Finished getting derivations for (i686-linux . #f), took 403 seconds
debug: Starting getting derivations for (armhf-linux . #f)
heap size: 799.0 MiB
inferior heap: 2559.0 MiB used (2701.0 MiB heap)
debug: Finished getting derivations for (i586-gnu . #f), took 250 seconds
debug: closing inferior and associated store connection
debug: Finished getting derivations for (riscv64-linux . #f), took 1681 seconds
debug: closing inferior and associated store connection
warning: request for x86_64-linux derivation for ada-ed produced a derivation for system i686-linux
debug: Finished getting derivations for (x86_64-linux . aarch64-linux-gnu), took 3801 seconds
debug: closing inferior and associated store connection
warning: request for x86_64-linux derivation for ada-ed produced a derivation for system i686-linux
debug: Finished getting derivations for (x86_64-linux . arm-linux-gnueabihf), took 3830 seconds
debug: closing inferior and associated store connection
looking at guix package (supported systems: (x86_64-linux mips64el-linux aarch64-linux powerpc64le-linux riscv64-linux i686-linux armhf-linux powerpc-linux), system supported: #t, target supported: #t
debug: Finished getting derivations for (armhf-linux . #f), took 262 seconds
debug: closing inferior and associated store connection
looking at guix package (supported systems: (x86_64-linux mips64el-linux aarch64-linux powerpc64le-linux riscv64-linux i686-linux armhf-linux powerpc-linux), system supported: #t, target supported: #t
warning: request for aarch64-linux derivation for go produced a derivation for system armhf-linux
warning: request for aarch64-linux derivation for ada-ed produced a derivation for system armhf-linux
debug: Finished getting derivations for (aarch64-linux . #f), took 1268 seconds
debug: closing inferior and associated store connection
debug: finished loading information from inferior
debug: Starting acquiring advisory transaction lock: load-new-guix-revision-inserts
debug: Finished acquiring advisory transaction lock: load-new-guix-revision-inserts, took 0 seconds
debug: Starting inserting data
debug: Starting inserting package license sets
debug: Finished inserting package license sets, took 2 seconds
debug: Starting inserting package metadata entries
debug: Starting preparing location ids
debug: Finished preparing location ids, took 98 seconds
debug: Starting preparing package description set ids
debug: Starting preparing package description ids
debug: Finished preparing package description ids, took 4 seconds
debug: Finished preparing package description set ids, took 102 seconds
debug: Starting preparing package synopsis set ids
debug: Finished preparing package synopsis set ids, took 87 seconds
debug: Starting populating temp_package_metadata
debug: Finished populating temp_package_metadata, took 0 seconds
debug: Starting querying the temp_package_metadata
debug: Finished querying the temp_package_metadata, took 4 seconds
debug: Finished inserting package metadata entries, took 292 seconds
debug: Starting inserting package metadata tsvector entries
debug: Finished inserting package metadata tsvector entries, took 1 seconds
debug: Starting getting package-ids (without replacements)
debug: Finished getting package-ids (without replacements), took 2 seconds
warning: skipping duplicate lint warning (gnu/packages/kde-frameworks.scm 4510 5) ((en_US.UTF-8 . 'kdoctools' should probably be a native input) (cs_CZ.UTF-8 . „kdoctools“ by měl být pravděpodobně původním vstupem) (da_DK.UTF-8 . »kdoctools« skal sandsynligvis være standarddata) (de_DE.UTF-8 . „kdoctools“ sollte wahrscheinlich als native Eingabe deklariert werden) (es_ES.UTF-8 . probablemente 'kdoctools' debería ser una entrada nativa) (fr_FR.UTF-8 . « kdoctools » devrait sans doute être une entrée native) (nl_NL.UTF-8 . ‘kdoctools’ zou waarschijnlijk inheemse voer moeten zijn) (pt_BR.UTF-8 . "kdoctools" provavelmente é uma entrada nativa))
warning: skipping duplicate lint warning (gnu/packages/kde-frameworks.scm 4567 5) ((en_US.UTF-8 . 'kdoctools' should probably be a native input) (cs_CZ.UTF-8 . „kdoctools“ by měl být pravděpodobně původním vstupem) (da_DK.UTF-8 . »kdoctools« skal sandsynligvis være standarddata) (de_DE.UTF-8 . „kdoctools“ sollte wahrscheinlich als native Eingabe deklariert werden) (es_ES.UTF-8 . probablemente 'kdoctools' debería ser una entrada nativa) (fr_FR.UTF-8 . « kdoctools » devrait sans doute être une entrée native) (nl_NL.UTF-8 . ‘kdoctools’ zou waarschijnlijk inheemse voer moeten zijn) (pt_BR.UTF-8 . "kdoctools" provavelmente é uma entrada nativa))
warning: skipping duplicate lint warning (gnu/packages/xorg.scm 6364 5) ((en_US.UTF-8 . label 'gtk' does not match package name 'gtk+') (cs_CZ.UTF-8 . popis 'gtk' se neschoduje s názvem balíku 'gtk+') (de_DE.UTF-8 . Bezeichnung „gtk“ passt nicht zum Paketnamen „gtk+“) (es_ES.UTF-8 . la etiqueta 'gtk' no coincide con el nombre del paquete 'gtk+') (fr_FR.UTF-8 . l'étiquette « gtk » ne correspond pas au nom du paquet « gtk+ ») (pt_BR.UTF-8 . o rótulo 'gtk' não corresponde a um nome de pacote 'gtk+'))
warning: skipping duplicate lint warning (gnu/packages/firmware.scm 1002 4) ((en_US.UTF-8 . label 'util-linux' does not match package name 'util-linux:lib') (cs_CZ.UTF-8 . popis 'util-linux' se neschoduje s názvem balíku 'util-linux:lib') (de_DE.UTF-8 . Bezeichnung „util-linux“ passt nicht zum Paketnamen „util-linux:lib“) (es_ES.UTF-8 . la etiqueta 'util-linux' no coincide con el nombre del paquete 'util-linux:lib') (fr_FR.UTF-8 . l'étiquette « util-linux » ne correspond pas au nom du paquet « util-linux:lib ») (pt_BR.UTF-8 . o rótulo 'util-linux' não corresponde a um nome de pacote 'util-linux:lib'))
warning: skipping duplicate lint warning (gnu/packages/firmware.scm 1080 4) ((en_US.UTF-8 . label 'util-linux' does not match package name 'util-linux:lib') (cs_CZ.UTF-8 . popis 'util-linux' se neschoduje s názvem balíku 'util-linux:lib') (de_DE.UTF-8 . Bezeichnung „util-linux“ passt nicht zum Paketnamen „util-linux:lib“) (es_ES.UTF-8 . la etiqueta 'util-linux' no coincide con el nombre del paquete 'util-linux:lib') (fr_FR.UTF-8 . l'étiquette « util-linux » ne correspond pas au nom du paquet « util-linux:lib ») (pt_BR.UTF-8 . o rótulo 'util-linux' não corresponde a um nome de pacote 'util-linux:lib'))
warning: skipping duplicate lint warning (gnu/packages/firmware.scm 1025 4) ((en_US.UTF-8 . label 'util-linux' does not match package name 'util-linux:lib') (cs_CZ.UTF-8 . popis 'util-linux' se neschoduje s názvem balíku 'util-linux:lib') (de_DE.UTF-8 . Bezeichnung „util-linux“ passt nicht zum Paketnamen „util-linux:lib“) (es_ES.UTF-8 . la etiqueta 'util-linux' no coincide con el nombre del paquete 'util-linux:lib') (fr_FR.UTF-8 . l'étiquette « util-linux » ne correspond pas au nom du paquet « util-linux:lib ») (pt_BR.UTF-8 . o rótulo 'util-linux' não corresponde a um nome de pacote 'util-linux:lib'))
warning: skipping duplicate lint warning (gnu/packages/firmware.scm 1063 4) ((en_US.UTF-8 . label 'util-linux' does not match package name 'util-linux:lib') (cs_CZ.UTF-8 . popis 'util-linux' se neschoduje s názvem balíku 'util-linux:lib') (de_DE.UTF-8 . Bezeichnung „util-linux“ passt nicht zum Paketnamen „util-linux:lib“) (es_ES.UTF-8 . la etiqueta 'util-linux' no coincide con el nombre del paquete 'util-linux:lib') (fr_FR.UTF-8 . l'étiquette « util-linux » ne correspond pas au nom du paquet « util-linux:lib ») (pt_BR.UTF-8 . o rótulo 'util-linux' não corresponde a um nome de pacote 'util-linux:lib'))
warning: skipping duplicate lint warning (gnu/packages/firmware.scm 1047 4) ((en_US.UTF-8 . label 'util-linux' does not match package name 'util-linux:lib') (cs_CZ.UTF-8 . popis 'util-linux' se neschoduje s názvem balíku 'util-linux:lib') (de_DE.UTF-8 . Bezeichnung „util-linux“ passt nicht zum Paketnamen „util-linux:lib“) (es_ES.UTF-8 . la etiqueta 'util-linux' no coincide con el nombre del paquete 'util-linux:lib') (fr_FR.UTF-8 . l'étiquette « util-linux » ne correspond pas au nom du paquet « util-linux:lib ») (pt_BR.UTF-8 . o rótulo 'util-linux' não corresponde a um nome de pacote 'util-linux:lib'))
warning: skipping duplicate lint warning (guix/packages.scm 786 2) ((en_US.UTF-8 . label 'util-linux' does not match package name 'util-linux:lib') (cs_CZ.UTF-8 . popis 'util-linux' se neschoduje s názvem balíku 'util-linux:lib') (de_DE.UTF-8 . Bezeichnung „util-linux“ passt nicht zum Paketnamen „util-linux:lib“) (es_ES.UTF-8 . la etiqueta 'util-linux' no coincide con el nombre del paquete 'util-linux:lib') (fr_FR.UTF-8 . l'étiquette « util-linux » ne correspond pas au nom du paquet « util-linux:lib ») (pt_BR.UTF-8 . o rótulo 'util-linux' não corresponde a um nome de pacote 'util-linux:lib'))
warning: skipping duplicate lint warning (gnu/packages/ocaml.scm 3259 5) ((en_US.UTF-8 . label 'ocaml-mdx' does not match package name 'ocaml5.0-mdx') (cs_CZ.UTF-8 . popis 'ocaml-mdx' se neschoduje s názvem balíku 'ocaml5.0-mdx') (de_DE.UTF-8 . Bezeichnung „ocaml-mdx“ passt nicht zum Paketnamen „ocaml5.0-mdx“) (es_ES.UTF-8 . la etiqueta 'ocaml-mdx' no coincide con el nombre del paquete 'ocaml5.0-mdx') (fr_FR.UTF-8 . l'étiquette « ocaml-mdx » ne correspond pas au nom du paquet « ocaml5.0-mdx ») (pt_BR.UTF-8 . o rótulo 'ocaml-mdx' não corresponde a um nome de pacote 'ocaml5.0-mdx'))
warning: skipping duplicate lint warning (gnu/packages/language.scm 161 5) ((en_US.UTF-8 . label 'gtk+' does not match package name 'gtk+:bin') (cs_CZ.UTF-8 . popis 'gtk+' se neschoduje s názvem balíku 'gtk+:bin') (de_DE.UTF-8 . Bezeichnung „gtk+“ passt nicht zum Paketnamen „gtk+:bin“) (es_ES.UTF-8 . la etiqueta 'gtk+' no coincide con el nombre del paquete 'gtk+:bin') (fr_FR.UTF-8 . l'étiquette « gtk+ » ne correspond pas au nom du paquet « gtk+:bin ») (pt_BR.UTF-8 . o rótulo 'gtk+' não corresponde a um nome de pacote 'gtk+:bin'))
warning: skipping duplicate lint warning (gnu/packages/node.scm 954 2) ((en_US.UTF-8 . label 'nghttp2' does not match package name 'nghttp2:lib') (cs_CZ.UTF-8 . popis 'nghttp2' se neschoduje s názvem balíku 'nghttp2:lib') (de_DE.UTF-8 . Bezeichnung „nghttp2“ passt nicht zum Paketnamen „nghttp2:lib“) (es_ES.UTF-8 . la etiqueta 'nghttp2' no coincide con el nombre del paquete 'nghttp2:lib') (fr_FR.UTF-8 . l'étiquette « nghttp2 » ne correspond pas au nom du paquet « nghttp2:lib ») (pt_BR.UTF-8 . o rótulo 'nghttp2' não corresponde a um nome de pacote 'nghttp2:lib'))
warning: skipping duplicate lint warning (guix/packages.scm 1589 15) ((en_US.UTF-8 . label 'guile-bytestructures' does not match package name 'guile2.2-bytestructures') (cs_CZ.UTF-8 . popis 'guile-bytestructures' se neschoduje s názvem balíku 'guile2.2-bytestructures') (de_DE.UTF-8 . Bezeichnung „guile-bytestructures“ passt nicht zum Paketnamen „guile2.2-bytestructures“) (es_ES.UTF-8 . la etiqueta 'guile-bytestructures' no coincide con el nombre del paquete 'guile2.2-bytestructures') (fr_FR.UTF-8 . l'étiquette « guile-bytestructures » ne correspond pas au nom du paquet « guile2.2-bytestructures ») (pt_BR.UTF-8 . o rótulo 'guile-bytestructures' não corresponde a um nome de pacote 'guile2.2-bytestructures'))
warning: skipping duplicate lint warning (guix/packages.scm 1589 15) ((en_US.UTF-8 . label 'guile-bytestructures' does not match package name 'guile2.0-bytestructures') (cs_CZ.UTF-8 . popis 'guile-bytestructures' se neschoduje s názvem balíku 'guile2.0-bytestructures') (de_DE.UTF-8 . Bezeichnung „guile-bytestructures“ passt nicht zum Paketnamen „guile2.0-bytestructures“) (es_ES.UTF-8 . la etiqueta 'guile-bytestructures' no coincide con el nombre del paquete 'guile2.0-bytestructures') (fr_FR.UTF-8 . l'étiquette « guile-bytestructures » ne correspond pas au nom du paquet « guile2.0-bytestructures ») (pt_BR.UTF-8 . o rótulo 'guile-bytestructures' não corresponde a um nome de pacote 'guile2.0-bytestructures'))
warning: skipping duplicate lint warning (gnu/packages/make-bootstrap.scm 680 2) ((en_US.UTF-8 . label 'libc:static' does not match package name 'glibc:static') (cs_CZ.UTF-8 . popis 'libc:static' se neschoduje s názvem balíku 'glibc:static') (de_DE.UTF-8 . Bezeichnung „libc:static“ passt nicht zum Paketnamen „glibc:static“) (es_ES.UTF-8 . la etiqueta 'libc:static' no coincide con el nombre del paquete 'glibc:static') (fr_FR.UTF-8 . l'étiquette « libc:static » ne correspond pas au nom du paquet « glibc:static ») (pt_BR.UTF-8 . o rótulo 'libc:static' não corresponde a um nome de pacote 'glibc:static'))
warning: skipping duplicate lint warning (gnu/packages/make-bootstrap.scm 738 2) ((en_US.UTF-8 . label 'libc:static' does not match package name 'glibc:static') (cs_CZ.UTF-8 . popis 'libc:static' se neschoduje s názvem balíku 'glibc:static') (de_DE.UTF-8 . Bezeichnung „libc:static“ passt nicht zum Paketnamen „glibc:static“) (es_ES.UTF-8 . la etiqueta 'libc:static' no coincide con el nombre del paquete 'glibc:static') (fr_FR.UTF-8 . l'étiquette « libc:static » ne correspond pas au nom du paquet « glibc:static ») (pt_BR.UTF-8 . o rótulo 'libc:static' não corresponde a um nome de pacote 'glibc:static'))
warning: skipping duplicate lint warning (gnu/packages/golang.scm 8421 5) ((en_US.UTF-8 . label 'github.com/mattn/go-isatty' does not match package name 'go-github-com-mattn-go-isatty') (cs_CZ.UTF-8 . popis 'github.com/mattn/go-isatty' se neschoduje s názvem balíku 'go-github-com-mattn-go-isatty') (de_DE.UTF-8 . Bezeichnung „github.com/mattn/go-isatty“ passt nicht zum Paketnamen „go-github-com-mattn-go-isatty“) (es_ES.UTF-8 . la etiqueta 'github.com/mattn/go-isatty' no coincide con el nombre del paquete 'go-github-com-mattn-go-isatty') (fr_FR.UTF-8 . l'étiquette « github.com/mattn/go-isatty » ne correspond pas au nom du paquet « go-github-com-mattn-go-isatty ») (pt_BR.UTF-8 . o rótulo 'github.com/mattn/go-isatty' não corresponde a um nome de pacote 'go-github-com-mattn-go-isatty'))
warning: skipping duplicate lint warning (gnu/packages/haskell.scm 1577 7) ((en_US.UTF-8 . label 'git' does not match package name 'git-minimal') (cs_CZ.UTF-8 . popis 'git' se neschoduje s názvem balíku 'git-minimal') (de_DE.UTF-8 . Bezeichnung „git“ passt nicht zum Paketnamen „git-minimal“) (es_ES.UTF-8 . la etiqueta 'git' no coincide con el nombre del paquete 'git-minimal') (fr_FR.UTF-8 . l'étiquette « git » ne correspond pas au nom du paquet « git-minimal ») (pt_BR.UTF-8 . o rótulo 'git' não corresponde a um nome de pacote 'git-minimal'))
warning: skipping duplicate lint warning (gnu/packages/haskell.scm 1468 7) ((en_US.UTF-8 . label 'git' does not match package name 'git-minimal') (cs_CZ.UTF-8 . popis 'git' se neschoduje s názvem balíku 'git-minimal') (de_DE.UTF-8 . Bezeichnung „git“ passt nicht zum Paketnamen „git-minimal“) (es_ES.UTF-8 . la etiqueta 'git' no coincide con el nombre del paquete 'git-minimal') (fr_FR.UTF-8 . l'étiquette « git » ne correspond pas au nom du paquet « git-minimal ») (pt_BR.UTF-8 . o rótulo 'git' não corresponde a um nome de pacote 'git-minimal'))
warning: skipping duplicate lint warning (gnu/packages/haskell.scm 1403 5) ((en_US.UTF-8 . label 'git' does not match package name 'git-minimal') (cs_CZ.UTF-8 . popis 'git' se neschoduje s názvem balíku 'git-minimal') (de_DE.UTF-8 . Bezeichnung „git“ passt nicht zum Paketnamen „git-minimal“) (es_ES.UTF-8 . la etiqueta 'git' no coincide con el nombre del paquete 'git-minimal') (fr_FR.UTF-8 . l'étiquette « git » ne correspond pas au nom du paquet « git-minimal ») (pt_BR.UTF-8 . o rótulo 'git' não corresponde a um nome de pacote 'git-minimal'))
warning: skipping duplicate lint warning (gnu/packages/haskell.scm 1309 5) ((en_US.UTF-8 . label 'git' does not match package name 'git-minimal') (cs_CZ.UTF-8 . popis 'git' se neschoduje s názvem balíku 'git-minimal') (de_DE.UTF-8 . Bezeichnung „git“ passt nicht zum Paketnamen „git-minimal“) (es_ES.UTF-8 . la etiqueta 'git' no coincide con el nombre del paquete 'git-minimal') (fr_FR.UTF-8 . l'étiquette « git » ne correspond pas au nom du paquet « git-minimal ») (pt_BR.UTF-8 . o rótulo 'git' não corresponde a um nome de pacote 'git-minimal'))
warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 8684 4) ((en_US.UTF-8 . label 'flexi-streams' does not match package name 'ecl-flexi-streams') (cs_CZ.UTF-8 . popis 'flexi-streams' se neschoduje s názvem balíku 'ecl-flexi-streams') (de_DE.UTF-8 . Bezeichnung „flexi-streams“ passt nicht zum Paketnamen „ecl-flexi-streams“) (es_ES.UTF-8 . la etiqueta 'flexi-streams' no coincide con el nombre del paquete 'ecl-flexi-streams') (fr_FR.UTF-8 . l'étiquette « flexi-streams » ne correspond pas au nom du paquet « ecl-flexi-streams ») (pt_BR.UTF-8 . o rótulo 'flexi-streams' não corresponde a um nome de pacote 'ecl-flexi-streams'))
warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 3480 7) ((en_US.UTF-8 . label 'sbcl-cl-ansi-text' does not match package name 'ecl-cl-ansi-text') (cs_CZ.UTF-8 . popis 'sbcl-cl-ansi-text' se neschoduje s názvem balíku 'ecl-cl-ansi-text') (de_DE.UTF-8 . Bezeichnung „sbcl-cl-ansi-text“ passt nicht zum Paketnamen „ecl-cl-ansi-text“) (es_ES.UTF-8 . la etiqueta 'sbcl-cl-ansi-text' no coincide con el nombre del paquete 'ecl-cl-ansi-text') (fr_FR.UTF-8 . l'étiquette « sbcl-cl-ansi-text » ne correspond pas au nom du paquet « ecl-cl-ansi-text ») (pt_BR.UTF-8 . o rótulo 'sbcl-cl-ansi-text' não corresponde a um nome de pacote 'ecl-cl-ansi-text'))
warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 30574 4) ((en_US.UTF-8 . label 'sbcl-clack' does not match package name 'cl-clack') (cs_CZ.UTF-8 . popis 'sbcl-clack' se neschoduje s názvem balíku 'cl-clack') (de_DE.UTF-8 . Bezeichnung „sbcl-clack“ passt nicht zum Paketnamen „cl-clack“) (es_ES.UTF-8 . la etiqueta 'sbcl-clack' no coincide con el nombre del paquete 'cl-clack') (fr_FR.UTF-8 . l'étiquette « sbcl-clack » ne correspond pas au nom du paquet « cl-clack ») (pt_BR.UTF-8 . o rótulo 'sbcl-clack' não corresponde a um nome de pacote 'cl-clack'))
warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 30574 4) ((en_US.UTF-8 . label 'sbcl-rove' does not match package name 'cl-rove') (cs_CZ.UTF-8 . popis 'sbcl-rove' se neschoduje s názvem balíku 'cl-rove') (de_DE.UTF-8 . Bezeichnung „sbcl-rove“ passt nicht zum Paketnamen „cl-rove“) (es_ES.UTF-8 . la etiqueta 'sbcl-rove' no coincide con el nombre del paquete 'cl-rove') (fr_FR.UTF-8 . l'étiquette « sbcl-rove » ne correspond pas au nom du paquet « cl-rove ») (pt_BR.UTF-8 . o rótulo 'sbcl-rove' não corresponde a um nome de pacote 'cl-rove'))
warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 27427 4) ((en_US.UTF-8 . label 'sbcl-cffi' does not match package name 'cl-cffi') (cs_CZ.UTF-8 . popis 'sbcl-cffi' se neschoduje s názvem balíku 'cl-cffi') (de_DE.UTF-8 . Bezeichnung „sbcl-cffi“ passt nicht zum Paketnamen „cl-cffi“) (es_ES.UTF-8 . la etiqueta 'sbcl-cffi' no coincide con el nombre del paquete 'cl-cffi') (fr_FR.UTF-8 . l'étiquette « sbcl-cffi » ne correspond pas au nom du paquet « cl-cffi ») (pt_BR.UTF-8 . o rótulo 'sbcl-cffi' não corresponde a um nome de pacote 'cl-cffi'))
warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 8643 4) ((en_US.UTF-8 . label 'flexi-streams' does not match package name 'cl-flexi-streams') (cs_CZ.UTF-8 . popis 'flexi-streams' se neschoduje s názvem balíku 'cl-flexi-streams') (de_DE.UTF-8 . Bezeichnung „flexi-streams“ passt nicht zum Paketnamen „cl-flexi-streams“) (es_ES.UTF-8 . la etiqueta 'flexi-streams' no coincide con el nombre del paquete 'cl-flexi-streams') (fr_FR.UTF-8 . l'étiquette « flexi-streams » ne correspond pas au nom du paquet « cl-flexi-streams ») (pt_BR.UTF-8 . o rótulo 'flexi-streams' não corresponde a um nome de pacote 'cl-flexi-streams'))
warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 20610 4) ((en_US.UTF-8 . label 'sbcl-cffi' does not match package name 'cl-cffi') (cs_CZ.UTF-8 . popis 'sbcl-cffi' se neschoduje s názvem balíku 'cl-cffi') (de_DE.UTF-8 . Bezeichnung „sbcl-cffi“ passt nicht zum Paketnamen „cl-cffi“) (es_ES.UTF-8 . la etiqueta 'sbcl-cffi' no coincide con el nombre del paquete 'cl-cffi') (fr_FR.UTF-8 . l'étiquette « sbcl-cffi » ne correspond pas au nom du paquet « cl-cffi ») (pt_BR.UTF-8 . o rótulo 'sbcl-cffi' não corresponde a um nome de pacote 'cl-cffi'))
warning: skipping duplicate lint warning (gnu/packages/lisp-xyz.scm 3464 4) ((en_US.UTF-8 . label 'sbcl-cl-ansi-text' does not match package name 'cl-ansi-text') (cs_CZ.UTF-8 . popis 'sbcl-cl-ansi-text' se neschoduje s názvem balíku 'cl-ansi-text') (de_DE.UTF-8 . Bezeichnung „sbcl-cl-ansi-text“ passt nicht zum Paketnamen „cl-ansi-text“) (es_ES.UTF-8 . la etiqueta 'sbcl-cl-ansi-text' no coincide con el nombre del paquete 'cl-ansi-text') (fr_FR.UTF-8 . l'étiquette « sbcl-cl-ansi-text » ne correspond pas au nom du paquet « cl-ansi-text ») (pt_BR.UTF-8 . o rótulo 'sbcl-cl-ansi-text' não corresponde a um nome de pacote 'cl-ansi-text'))
warning: skipping duplicate lint warning (gnu/packages/gnome.scm 6747 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/bioinformatics.scm 9340 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/bioinformatics.scm 9340 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/bioinformatics.scm 9340 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/search.scm 423 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/games.scm 10822 4) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/databases.scm 906 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/game-development.scm 1929 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/version-control.scm 243 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/version-control.scm 243 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/version-control.scm 243 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/version-control.scm 243 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/video.scm 6165 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/terminals.scm 1052 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/engineering.scm 2203 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/bioinformatics.scm 6448 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
warning: skipping duplicate lint warning (gnu/packages/screen.scm 108 2) ((en_US.UTF-8 . "bash-minimal" should be in 'inputs' when 'wrap-program' is used) (de_DE.UTF-8 . "bash-minimal" fehlt in „inputs“, aber „wrap-program“ setzt es voraus) (es_ES.UTF-8 . "bash-minimal" deberia estar en 'inputs' cuando se usa 'wrap-program') (fr_FR.UTF-8 . « bash-minimal » devrait être dans « inputs » si vous utilisez « wrap-program ») (nl_NL.UTF-8 . "bash-minimal" moet in 'inputs' zijn als 'wrap-program' wordt gebruikt) (pt_BR.UTF-8 . "bash-minimal" deve estar em 'inputs' quando 'wrap-program' é usado))
debug: Starting inferior-data->package-derivation-ids
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 109 missing derivations
debug: Finished reading 109 missing derivations, took 8 seconds
debug: insert-missing-derivations: inserting 109 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2324 derivations
debug: update-derivation-ids-hash-table!: 2324 file-names
debug: update-derivation-ids-hash-table!: lookup 2324 file-names, 1645 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 24 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 55 derivations
debug: update-derivation-ids-hash-table!: 55 file-names
debug: update-derivation-ids-hash-table!: lookup 55 file-names, 13 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 8 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 36 derivations
debug: update-derivation-ids-hash-table!: 36 file-names
debug: update-derivation-ids-hash-table!: lookup 36 file-names, 21 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 21 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: Starting insert-missing-derivations: inserting inputs for 21 derivations
debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 8 derivations
debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 24 derivations
debug: Finished insert-missing-derivations: inserting inputs for 24 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 109 derivations
debug: Finished insert-missing-derivations: inserting inputs for 109 derivations, took 3 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 21 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 104 missing derivations
debug: Finished reading 104 missing derivations, took 1 seconds
debug: insert-missing-derivations: inserting 104 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 670 derivations
debug: update-derivation-ids-hash-table!: 670 file-names
debug: update-derivation-ids-hash-table!: lookup 670 file-names, 107 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 24 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 55 derivations
debug: update-derivation-ids-hash-table!: 55 file-names
debug: update-derivation-ids-hash-table!: lookup 55 file-names, 13 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 8 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 36 derivations
debug: update-derivation-ids-hash-table!: 36 file-names
debug: update-derivation-ids-hash-table!: lookup 36 file-names, 21 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 21 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: Starting insert-missing-derivations: inserting inputs for 21 derivations
debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 8 derivations
debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 24 derivations
debug: Finished insert-missing-derivations: inserting inputs for 24 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 104 derivations
debug: Finished insert-missing-derivations: inserting inputs for 104 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 11 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 49 missing derivations
debug: Finished reading 49 missing derivations, took 1 seconds
debug: insert-missing-derivations: inserting 49 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 346 derivations
debug: update-derivation-ids-hash-table!: 346 file-names
debug: update-derivation-ids-hash-table!: lookup 346 file-names, 67 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 15 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 11 derivations
debug: update-derivation-ids-hash-table!: 11 file-names
debug: update-derivation-ids-hash-table!: lookup 11 file-names, 6 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 2 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 18 derivations
debug: update-derivation-ids-hash-table!: 18 file-names
debug: update-derivation-ids-hash-table!: lookup 18 file-names, 3 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 3 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: Starting insert-missing-derivations: inserting inputs for 3 derivations
debug: Finished insert-missing-derivations: inserting inputs for 3 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 2 derivations
debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 15 derivations
debug: Finished insert-missing-derivations: inserting inputs for 15 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 49 derivations
debug: Finished insert-missing-derivations: inserting inputs for 49 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 6 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 128 missing derivations
debug: Finished reading 128 missing derivations, took 5 seconds
debug: insert-missing-derivations: inserting 128 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 973 derivations
debug: update-derivation-ids-hash-table!: 973 file-names
debug: update-derivation-ids-hash-table!: lookup 973 file-names, 148 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 53 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 56 derivations
debug: update-derivation-ids-hash-table!: 56 file-names
debug: update-derivation-ids-hash-table!: lookup 56 file-names, 14 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 9 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 36 derivations
debug: update-derivation-ids-hash-table!: 36 file-names
debug: update-derivation-ids-hash-table!: lookup 36 file-names, 21 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 21 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: Starting insert-missing-derivations: inserting inputs for 21 derivations
debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 9 derivations
debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 53 derivations
debug: Finished insert-missing-derivations: inserting inputs for 53 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 128 derivations
debug: Finished insert-missing-derivations: inserting inputs for 128 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 12 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 68 missing derivations
debug: Finished reading 68 missing derivations, took 4 seconds
debug: insert-missing-derivations: inserting 68 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 498 derivations
debug: update-derivation-ids-hash-table!: 498 file-names
debug: update-derivation-ids-hash-table!: lookup 498 file-names, 81 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 22 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 18 derivations
debug: update-derivation-ids-hash-table!: 18 file-names
debug: update-derivation-ids-hash-table!: lookup 18 file-names, 13 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 8 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 36 derivations
debug: update-derivation-ids-hash-table!: 36 file-names
debug: update-derivation-ids-hash-table!: lookup 36 file-names, 21 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 21 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: Starting insert-missing-derivations: inserting inputs for 21 derivations
debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 8 derivations
debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 22 derivations
debug: Finished insert-missing-derivations: inserting inputs for 22 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 68 derivations
debug: Finished insert-missing-derivations: inserting inputs for 68 derivations, took 0 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 10 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 66 missing derivations
debug: Finished reading 66 missing derivations, took 4 seconds
debug: insert-missing-derivations: inserting 66 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 442 derivations
debug: update-derivation-ids-hash-table!: 442 file-names
debug: update-derivation-ids-hash-table!: lookup 442 file-names, 83 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 21 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 17 derivations
debug: update-derivation-ids-hash-table!: 17 file-names
debug: update-derivation-ids-hash-table!: lookup 17 file-names, 12 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 8 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 36 derivations
debug: update-derivation-ids-hash-table!: 36 file-names
debug: update-derivation-ids-hash-table!: lookup 36 file-names, 21 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 21 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: Starting insert-missing-derivations: inserting inputs for 21 derivations
debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 8 derivations
debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 21 derivations
debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 66 derivations
debug: Finished insert-missing-derivations: inserting inputs for 66 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 10 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 94 missing derivations
debug: Finished reading 94 missing derivations, took 5 seconds
debug: insert-missing-derivations: inserting 94 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 655 derivations
debug: update-derivation-ids-hash-table!: 655 file-names
debug: update-derivation-ids-hash-table!: lookup 655 file-names, 103 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 24 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 55 derivations
debug: update-derivation-ids-hash-table!: 55 file-names
debug: update-derivation-ids-hash-table!: lookup 55 file-names, 13 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 8 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 36 derivations
debug: update-derivation-ids-hash-table!: 36 file-names
debug: update-derivation-ids-hash-table!: lookup 36 file-names, 21 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 21 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: Starting insert-missing-derivations: inserting inputs for 21 derivations
debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 8 derivations
debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 24 derivations
debug: Finished insert-missing-derivations: inserting inputs for 24 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 94 derivations
debug: Finished insert-missing-derivations: inserting inputs for 94 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 11 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 102 missing derivations
debug: Finished reading 102 missing derivations, took 8 seconds
debug: insert-missing-derivations: inserting 102 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2313 derivations
debug: update-derivation-ids-hash-table!: 2313 file-names
debug: update-derivation-ids-hash-table!: lookup 2313 file-names, 1641 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 24 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 55 derivations
debug: update-derivation-ids-hash-table!: 55 file-names
debug: update-derivation-ids-hash-table!: lookup 55 file-names, 13 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 8 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 36 derivations
debug: update-derivation-ids-hash-table!: 36 file-names
debug: update-derivation-ids-hash-table!: lookup 36 file-names, 21 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 21 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: Starting insert-missing-derivations: inserting inputs for 21 derivations
debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 8 derivations
debug: Finished insert-missing-derivations: inserting inputs for 8 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 24 derivations
debug: Finished insert-missing-derivations: inserting inputs for 24 derivations, took 1 seconds
debug: Starting insert-missing-derivations: inserting inputs for 102 derivations
debug: Finished insert-missing-derivations: inserting inputs for 102 derivations, took 2 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 18 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 137 missing derivations
debug: Finished reading 137 missing derivations, took 9 seconds
debug: insert-missing-derivations: inserting 137 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2575 derivations
debug: update-derivation-ids-hash-table!: 2575 file-names
debug: update-derivation-ids-hash-table!: lookup 2575 file-names, 1681 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 53 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 56 derivations
debug: update-derivation-ids-hash-table!: 56 file-names
debug: update-derivation-ids-hash-table!: lookup 56 file-names, 14 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 9 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 36 derivations
debug: update-derivation-ids-hash-table!: 36 file-names
debug: update-derivation-ids-hash-table!: lookup 36 file-names, 21 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 21 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: Starting insert-missing-derivations: inserting inputs for 21 derivations
debug: Finished insert-missing-derivations: inserting inputs for 21 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 9 derivations
debug: Finished insert-missing-derivations: inserting inputs for 9 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 53 derivations
debug: Finished insert-missing-derivations: inserting inputs for 53 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 137 derivations
debug: Finished insert-missing-derivations: inserting inputs for 137 derivations, took 3 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 20 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 100 missing derivations
debug: Finished reading 100 missing derivations, took 4 seconds
debug: insert-missing-derivations: inserting 100 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2362 derivations
debug: update-derivation-ids-hash-table!: 2362 file-names
debug: update-derivation-ids-hash-table!: lookup 2362 file-names, 1905 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 2 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 46 derivations
debug: update-derivation-ids-hash-table!: 46 file-names
debug: update-derivation-ids-hash-table!: lookup 46 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 2 derivations
debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 100 derivations
debug: Finished insert-missing-derivations: inserting inputs for 100 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 13 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 100 missing derivations
debug: Finished reading 100 missing derivations, took 4 seconds
debug: insert-missing-derivations: inserting 100 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2362 derivations
debug: update-derivation-ids-hash-table!: 2362 file-names
debug: update-derivation-ids-hash-table!: lookup 2362 file-names, 1905 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 2 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 46 derivations
debug: update-derivation-ids-hash-table!: 46 file-names
debug: update-derivation-ids-hash-table!: lookup 46 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 2 derivations
debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 100 derivations
debug: Finished insert-missing-derivations: inserting inputs for 100 derivations, took 2 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 12 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 42 missing derivations
debug: Finished reading 42 missing derivations, took 2 seconds
debug: insert-missing-derivations: inserting 42 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 204 derivations
debug: update-derivation-ids-hash-table!: 204 file-names
debug: update-derivation-ids-hash-table!: lookup 204 file-names, 113 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 2 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 45 derivations
debug: update-derivation-ids-hash-table!: 45 file-names
debug: update-derivation-ids-hash-table!: lookup 45 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 2 derivations
debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 42 derivations
debug: Finished insert-missing-derivations: inserting inputs for 42 derivations, took 0 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 5 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 84 missing derivations
debug: Finished reading 84 missing derivations, took 4 seconds
debug: insert-missing-derivations: inserting 84 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2243 derivations
debug: update-derivation-ids-hash-table!: 2243 file-names
debug: update-derivation-ids-hash-table!: lookup 2243 file-names, 1869 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 5 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 46 derivations
debug: update-derivation-ids-hash-table!: 46 file-names
debug: update-derivation-ids-hash-table!: lookup 46 file-names, 1 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 5 derivations
debug: Finished insert-missing-derivations: inserting inputs for 5 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 84 derivations
debug: Finished insert-missing-derivations: inserting inputs for 84 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 10 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 104 missing derivations
debug: Finished reading 104 missing derivations, took 6 seconds
debug: insert-missing-derivations: inserting 104 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2378 derivations
debug: update-derivation-ids-hash-table!: 2378 file-names
debug: update-derivation-ids-hash-table!: lookup 2378 file-names, 1908 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 2 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 45 derivations
debug: update-derivation-ids-hash-table!: 45 file-names
debug: update-derivation-ids-hash-table!: lookup 45 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 2 derivations
debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 104 derivations
debug: Finished insert-missing-derivations: inserting inputs for 104 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 11 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 91 missing derivations
debug: Finished reading 91 missing derivations, took 4 seconds
debug: insert-missing-derivations: inserting 91 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2249 derivations
debug: update-derivation-ids-hash-table!: 2249 file-names
debug: update-derivation-ids-hash-table!: lookup 2249 file-names, 1874 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 4 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 46 derivations
debug: update-derivation-ids-hash-table!: 46 file-names
debug: update-derivation-ids-hash-table!: lookup 46 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 4 derivations
debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 91 derivations
debug: Finished insert-missing-derivations: inserting inputs for 91 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 11 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 89 missing derivations
debug: Finished reading 89 missing derivations, took 2 seconds
debug: insert-missing-derivations: inserting 89 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 613 derivations
debug: update-derivation-ids-hash-table!: 613 file-names
debug: update-derivation-ids-hash-table!: lookup 613 file-names, 333 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 2 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 44 derivations
debug: update-derivation-ids-hash-table!: 44 file-names
debug: update-derivation-ids-hash-table!: lookup 44 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 2 derivations
debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 89 derivations
debug: Finished insert-missing-derivations: inserting inputs for 89 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 4 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 91 missing derivations
debug: Finished reading 91 missing derivations, took 3 seconds
debug: insert-missing-derivations: inserting 91 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2249 derivations
debug: update-derivation-ids-hash-table!: 2249 file-names
debug: update-derivation-ids-hash-table!: lookup 2249 file-names, 1873 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 4 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 46 derivations
debug: update-derivation-ids-hash-table!: 46 file-names
debug: update-derivation-ids-hash-table!: lookup 46 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 4 derivations
debug: Finished insert-missing-derivations: inserting inputs for 4 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 91 derivations
debug: Finished insert-missing-derivations: inserting inputs for 91 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 11 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 103 missing derivations
debug: Finished reading 103 missing derivations, took 4 seconds
debug: insert-missing-derivations: inserting 103 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2363 derivations
debug: update-derivation-ids-hash-table!: 2363 file-names
debug: update-derivation-ids-hash-table!: lookup 2363 file-names, 1906 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 2 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 46 derivations
debug: update-derivation-ids-hash-table!: 46 file-names
debug: update-derivation-ids-hash-table!: lookup 46 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 2 derivations
debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 103 derivations
debug: Finished insert-missing-derivations: inserting inputs for 103 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 10 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 100 missing derivations
debug: Finished reading 100 missing derivations, took 4 seconds
debug: insert-missing-derivations: inserting 100 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2362 derivations
debug: update-derivation-ids-hash-table!: 2362 file-names
debug: update-derivation-ids-hash-table!: lookup 2362 file-names, 1906 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 2 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 46 derivations
debug: update-derivation-ids-hash-table!: 46 file-names
debug: update-derivation-ids-hash-table!: lookup 46 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 2 derivations
debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 100 derivations
debug: Finished insert-missing-derivations: inserting inputs for 100 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 12 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 99 missing derivations
debug: Finished reading 99 missing derivations, took 4 seconds
debug: insert-missing-derivations: inserting 99 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2362 derivations
debug: update-derivation-ids-hash-table!: 2362 file-names
debug: update-derivation-ids-hash-table!: lookup 2362 file-names, 1906 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 2 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 46 derivations
debug: update-derivation-ids-hash-table!: 46 file-names
debug: update-derivation-ids-hash-table!: lookup 46 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 2 derivations
debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 99 derivations
debug: Finished insert-missing-derivations: inserting inputs for 99 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 11 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 53 missing derivations
debug: Finished reading 53 missing derivations, took 3 seconds
debug: insert-missing-derivations: inserting 53 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 1773 derivations
debug: update-derivation-ids-hash-table!: 1773 file-names
debug: update-derivation-ids-hash-table!: lookup 1773 file-names, 1625 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 2 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 46 derivations
debug: update-derivation-ids-hash-table!: 46 file-names
debug: update-derivation-ids-hash-table!: lookup 46 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 2 derivations
debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 53 derivations
debug: Finished insert-missing-derivations: inserting inputs for 53 derivations, took 0 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 10 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 104 missing derivations
debug: Finished reading 104 missing derivations, took 5 seconds
debug: insert-missing-derivations: inserting 104 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 2378 derivations
debug: update-derivation-ids-hash-table!: 2378 file-names
debug: update-derivation-ids-hash-table!: lookup 2378 file-names, 1908 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 2 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 45 derivations
debug: update-derivation-ids-hash-table!: 45 file-names
debug: update-derivation-ids-hash-table!: lookup 45 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 2 derivations
debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 104 derivations
debug: Finished insert-missing-derivations: inserting inputs for 104 derivations, took 1 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 10 seconds
debug: derivation-file-names->derivation-ids: processing 31393 derivations
debug: update-derivation-ids-hash-table!: 31393 file-names
debug: update-derivation-ids-hash-table!: lookup 31393 file-names, 31393 not cached
debug: Starting reading 89 missing derivations
debug: Finished reading 89 missing derivations, took 3 seconds
debug: insert-missing-derivations: inserting 89 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 613 derivations
debug: update-derivation-ids-hash-table!: 613 file-names
debug: update-derivation-ids-hash-table!: lookup 613 file-names, 333 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: insert-missing-derivations: inserting 2 derivations
debug: insert-missing-derivations: updating hash table
debug: insert-missing-derivations: inserting outputs
debug: insert-missing-derivations: inserting sources
debug: insert-missing-derivations: ensure-input-derivations-exist
debug: ensure-input-derivations-exist: processing 44 derivations
debug: update-derivation-ids-hash-table!: 44 file-names
debug: update-derivation-ids-hash-table!: lookup 44 file-names, 0 not cached
debug: ensure-input-derivations-exist: checking for missing input derivations
debug: Starting insert-missing-derivations: inserting inputs for 2 derivations
debug: Finished insert-missing-derivations: inserting inputs for 2 derivations, took 0 seconds
debug: Starting insert-missing-derivations: inserting inputs for 89 derivations
debug: Finished insert-missing-derivations: inserting inputs for 89 derivations, took 0 seconds
debug: Starting insert-source-files-missing-nars
debug: Finished insert-source-files-missing-nars, took 4 seconds
debug: Finished inferior-data->package-derivation-ids, took 1311 seconds
Successfully loaded 443710 package/derivation pairs
debug: Starting insert-guix-revision-package-derivation-distribution-counts
debug: Finished insert-guix-revision-package-derivation-distribution-counts, took 3451 seconds
debug: Finished inserting data, took 5202 seconds
debug: Starting inserting channel news entries
debug: Finished inserting channel news entries, took 2 seconds
debug: Starting deleting package derivation entries for master
debug: Finished deleting package derivation entries for master, took 38 seconds
debug: Starting inserting package derivation entries for master
NOTICE:  relation "package_derivations_by_guix_revision_range_git_branch_1" already exists, skipping
debug: Finished inserting package derivation entries for master, took 2797 seconds
debug: Starting updating builds.derivation_output_details_set_id
debug: Finished updating builds.derivation_output_details_set_id, took 76 seconds
debug: Finished processing revision ad97f1bdb67015cffe92adba3b94c3b3df576008, took 33477 seconds
debug: Starting vacuuming package derivations by guix revision range table
debug: Finished vacuuming package derivations by guix revision range table, took 13 seconds
debug: Starting vacuum-derivation-inputs-table
INFO:  vacuuming "guix_data_service.derivation_inputs"
INFO:  launched 1 parallel vacuum worker for index cleanup (planned: 1)
INFO:  "derivation_inputs": found 0 removable, 65419513 nonremovable row versions in 289467 out of 14890542 pages
DETAIL:  0 dead row versions cannot be removed yet, oldest xmin: 287208578
There were 0 unused item identifiers.
Skipped 0 pages due to buffer pins, 8198497 frozen pages.
0 pages are entirely empty.
CPU: user: 8.15 s, system: 5.30 s, elapsed: 24.77 s.
INFO:  analyzing "guix_data_service.derivation_inputs"
INFO:  "derivation_inputs": scanned 3000000 of 14890542 pages, containing 677999971 live rows and 0 dead rows; 3000000 rows in sample, 3365262348 estimated total rows
debug: Finished vacuum-derivation-inputs-table, took 2745 seconds
debug: Starting vacuum-derivation-outputs-table
INFO:  vacuuming "guix_data_service.derivation_outputs"
INFO:  launched 2 parallel vacuum workers for index cleanup (planned: 2)
INFO:  "derivation_outputs": found 0 removable, 122801 nonremovable row versions in 665 out of 453544 pages
DETAIL:  0 dead row versions cannot be removed yet, oldest xmin: 287211689
There were 0 unused item identifiers.
Skipped 0 pages due to buffer pins, 287345 frozen pages.
0 pages are entirely empty.
CPU: user: 0.05 s, system: 0.12 s, elapsed: 0.22 s.
INFO:  vacuuming "pg_toast.pg_toast_6638853"
INFO:  "pg_toast_6638853": found 0 removable, 0 nonremovable row versions in 0 out of 0 pages
DETAIL:  0 dead row versions cannot be removed yet, oldest xmin: 287211689
There were 0 unused item identifiers.
Skipped 0 pages due to buffer pins, 0 frozen pages.
0 pages are entirely empty.
CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s.
INFO:  analyzing "guix_data_service.derivation_outputs"
INFO:  "derivation_outputs": scanned 30000 of 453544 pages, containing 5539713 live rows and 0 dead rows; 30000 rows in sample, 83750120 estimated total rows
debug: Finished vacuum-derivation-outputs-table, took 37 seconds
debug: Starting update-derivation-outputs-statistics
debug: Finished update-derivation-outputs-statistics, took 65 seconds